public function init()
 {
     parent::init();
     $this->setDomainClass(new Organization_Domain_Organization());
     $this->setViewVarName('organization');
     $this->setFormCRUName('Organization_Form_Organization');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Busunit_Domain_Headquarters());
     $this->setViewVarName('headquarters');
     $this->setFormCRUName('Busunit_Form_Headquarters');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Location_Domain_Country());
     $this->setViewVarName('country');
     $this->setViewVarListName('countries');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Location_Form_Country');
     $this->setFormDName('Location_Form_CountryDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Project_Domain_Tasktype());
     $this->setViewVarName('tasktype');
     $this->setViewVarListName('tasktypes');
     $this->setViewListOrderBy(array('parent_id', 'name'));
     $this->setFormCRUName('Project_Form_Tasktype');
     $this->setFormDName('Project_Form_TasktypeDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Staff_Domain_Expertisearea());
     $this->setViewVarName('expertise');
     $this->setViewVarListName('expertises');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Staff_Form_Expertisearea');
     $this->setFormDName('Staff_Form_ExpertiseareaDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Location_Domain_CityRegion());
     $this->setViewVarName('region');
     $this->setViewVarListName('regions');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Location_Form_CityRegion');
     $this->setFormDName('Location_Form_CityRegionDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Staff_Domain_Volunteer());
     $this->setViewVarName('volunteer');
     $this->setViewVarListName('volunteers');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Staff_Form_Volunteer');
     $this->setFormDName('Staff_Form_VolunteerDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Assistance_Domain_Event());
     $this->setViewVarName('event');
     $this->setViewVarListName('events');
     $this->setViewListOrderBy(array('event_date DESC'));
     $this->setFormCRUName('Assistance_Form_Event');
     $this->setFormDName('Assistance_Form_EventDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Staff_Domain_Jobfunction());
     $this->setViewVarName('function');
     $this->setViewVarListName('functions');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Staff_Form_Jobfunction');
     $this->setFormDName('Staff_Form_JobfunctionDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Busunit_Domain_Branch());
     $this->setViewVarName('branch');
     $this->setViewVarListName('branches');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Busunit_Form_Branch');
     $this->setFormDName('Busunit_Form_BranchDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Location_Domain_State());
     $this->setViewVarName('state');
     $this->setViewVarListName('states');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Location_Form_State');
     $this->setFormDName('Location_Form_StateDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Assistance_Domain_Activity());
     $this->setViewVarName('activity');
     $this->setViewVarListName('activities');
     $this->setViewListOrderBy(array('assistance_date DESC', 'assistance_time DESC'));
     $this->setFormCRUName('Assistance_Form_Activity');
     $this->setFormDName('Assistance_Form_ActivityDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Staff_Domain_Employee());
     $this->setViewVarName('employee');
     $this->setViewVarListName('employees');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Staff_Form_Employee');
     $this->setFormDName('Staff_Form_EmployeeDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new Project_Domain_Project());
     $this->setViewVarName('project');
     $this->setViewVarListName('projects');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Project_Form_Project');
     $this->setFormDName('Project_Form_ProjectDelete');
 }
 public function init()
 {
     parent::init();
     $this->_translate = Zend_Registry::getInstance()->get('Zend_Translate');
     $this->setDomainClass(new Persons_Domain_PersonDocs());
     $this->setViewVarName('doc');
     $this->setViewVarListName('docs');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Persons_Form_PersonDocs');
     $this->setFormDName('Persons_Form_PersonDocsDelete');
 }
 public function init()
 {
     parent::init();
     $this->_translate = Zend_Registry::getInstance()->get('Zend_Translate');
     $this->setDomainClass(new Persons_Domain_PersonHelped());
     $this->setViewVarName('helped');
     $this->setViewVarListName('hgroup');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('Persons_Form_PersonHelpedProject');
     $this->setFormDName('Persons_Form_PersonHelpedProjectDelete');
 }
 public function init()
 {
     parent::init();
     $this->_translate = Zend_Registry::getInstance()->get('Zend_Translate');
     $this->setDomainClass(new Persons_Domain_PersonFingerprint());
     $this->setViewVarName('fp');
     $this->setViewVarListName('fps');
     $this->setViewListOrderBy('finger_number');
     $this->setFormCRUName('Persons_Form_PersonFingerprint');
     $this->setFormDName('Persons_Form_PersonFingerprintDelete');
 }
 public function init()
 {
     parent::init();
     $this->setDomainClass(new App_Domain_Account());
     $this->setViewVarName('account');
     $this->setViewVarListName('accounts');
     $this->setViewListOrderBy('name');
     $this->setFormCRUName('App_Form_Account');
     $this->setFormDName('App_Form_AccountDelete');
     $this->setRedirectActionAfterUpdateSuccess('show');
     $this->setRedirectActionAfterUpdateCancel('show');
 }