getModel('alerts'); $claim = $this -> getModel('claim'); $claimsearch = $this -> getModel('claimsearch'); $search = $this -> getModel('search'); $statistics = $this -> getModel('statistics'); $redirect = $this -> getModel('redirect'); $piwik = $this -> getModel('piwik'); $this -> getView('advancedsearchdatasources', 'html') -> setModel($search); $this -> getView('advancedsearchorganizations', 'html') -> setModel($search); $this -> getView('advancedsearchpeople', 'html') -> setModel($search); $this -> getView('advancedsearchprojects', 'html') -> setModel($search); $this -> getView('advancedsearchpublications', 'html') -> setModel($search); $this -> getView('alerts', 'html') -> setModel($alerts); $this -> getView('alerts', 'html') -> setModel($piwik); $this -> getView('article', 'html') -> setModel($search); $this -> getView('browsedatasets', 'html') -> setModel($search); $this -> getView('browsedatasources', 'html') -> setModel($search); $this -> getView('browseorganizations', 'html') -> setModel($search); $this -> getView('browsepeople', 'html') -> setModel($search); $this -> getView('browseprojects', 'html') -> setModel($search); $this -> getView('browsepublications', 'html') -> setModel($search); $this -> getView('chart', 'html') -> setModel($statistics); $this -> getView('claim1', 'html') -> setModel($claim); $this -> getView('claim1', 'html') -> setModel($search); $this -> getView('claim2', 'html') -> setModel($claim); $this -> getView('claim2', 'html') -> setModel($search); $this -> getView('claim3', 'html') -> setModel($claim); $this -> getView('claim4', 'html') -> setModel($search); $this -> getView('claim4', 'html') -> setModel($claim); $this -> getView('claim4', 'html') -> setModel($piwik); $this -> getView('claims', 'html') -> setModel($claim); $this -> getView('claim2raw', 'raw') -> setModel($claim); $this -> getView('claim2raw', 'raw') -> setModel($search); $this -> getView('claim2raw', 'raw') -> setModel($claimsearch); $this -> getView('claiminline', 'html') -> setModel($claim); $this -> getView('claiminline', 'html') -> setModel($search); $this -> getView('claiminline2', 'html') -> setModel($claim); $this -> getView('claiminline2', 'html') -> setModel($search); $this -> getView('communities', 'raw') -> setModel($search); $this -> getView('communities', 'raw') -> setModel($claim); $this -> getView('data', 'raw') -> setModel($search); $this -> getView('dataset', 'html') -> setModel($search); $this -> getView('datasource', 'html') -> setModel($search); $this -> getView('emailpublication', 'raw') -> setModel($search); $this -> getView('emailpublication', 'raw') -> setModel($piwik); // view ingestion1 uses no model at all $this -> getView('ingestion2', 'html') -> setModel($search); $this -> getView('institutions', 'raw') -> setModel($search); $this -> getView('institutions', 'raw') -> setModel($piwik); $this -> getView('invenio', 'html') -> setModel($redirect); $this -> getView('invenio', 'html') -> setModel($piwik); $this -> getView('organization', 'html') -> setModel($search); $this -> getView('person', 'html') -> setModel($search); $this -> getView('printpublication', 'raw') -> setModel($search); $this -> getView('printpublication', 'raw') -> setModel($piwik); $this -> getView('project', 'html') -> setModel($search); $this -> getView('projects', 'raw') -> setModel($search); $this -> getView('projectsraw', 'raw') -> setModel($search); $this -> getView('projectfundings', 'raw') -> setModel($search); $this -> getView('publications', 'raw') -> setModel($search); $this -> getView('repositories', 'html') -> setModel($search); $this -> getView('search', 'html') -> setModel($search); $this -> getView('searchdatasets', 'html') -> setModel($search); $this -> getView('searchdatasetsraw', 'raw') -> setModel($search); $this -> getView('searchdatasources', 'html') -> setModel($search); $this -> getView('searchdatasourcesraw', 'raw') -> setModel($search); $this -> getView('searchorganizations', 'html') -> setModel($search); $this -> getView('searchorganizationsraw', 'raw') -> setModel($search); $this -> getView('searchpeople', 'html') -> setModel($search); $this -> getView('searchpeopleraw', 'raw') -> setModel($search); $this -> getView('searchprojects', 'html') -> setModel($search); $this -> getView('searchprojectsraw', 'raw') -> setModel($search); $this -> getView('searchpublications', 'html') -> setModel($search); $this -> getView('searchpublicationsraw', 'raw') -> setModel($search); $this -> getView('statistics', 'html') -> setModel($statistics); $this -> getView('topics', 'raw') -> setModel($alerts); $this -> getView('validator', 'html') -> setModel($redirect); $this -> getView('validator', 'html') -> setModel($piwik); // view widget uses no model at all } }