Home
last modified time | relevance | path

Searched refs:getImmediateSupervisors (Results 1 – 7 of 7) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/modules/pim/actions/
H A DviewReportToDetailsAction.class.php88 $this->supDetails = $this->getEmployeeService()->getImmediateSupervisors($this->empNumber);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/service/
H A DEmployeeService.php1317 public function getImmediateSupervisors($empNumber) { function in EmployeeService
1318 return $this->getEmployeeDao()->getImmediateSupervisors($empNumber);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Pim/
H A DEmployeeSupervisorAPI.php109 $supervisors = $this->getEmployeeService()->getImmediateSupervisors($employeeId);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/form/
H A DEmployeeReportToForm.php196 $supervisors = $employeeService->getImmediateSupervisors($this->empNumber);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/test/model/dao/
H A DEmployeeDaoTest.php229 $supervisorReportToList = $this->employeeDao->getImmediateSupervisors(3);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/dao/
H A DEmployeeDao.php1644 public function getImmediateSupervisors($empNumber) { function in EmployeeDao
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/test/model/service/
H A DEmployeeServiceTest.php1179 $readReportToSupervisorList1 = $this->employeeService->getImmediateSupervisors($empNumber);