Home
last modified time | relevance | path

Searched refs:getSubordinateListForEmployee (Results 1 – 9 of 9) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformancePlugin/modules/performance/actions/
H A DgetSubordinateListAjaxAction.class.php22 …$employeeList = $employeeService->getSubordinateListForEmployee($request->getGetParameter('id')); …
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/modules/pim/actions/
H A DviewReportToDetailsAction.class.php89 … $this->subDetails = $this->getEmployeeService()->getSubordinateListForEmployee($this->empNumber);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/service/
H A DEmployeeService.php1332 public function getSubordinateListForEmployee($empNumber) { function in EmployeeService
1333 return $this->getEmployeeDao()->getSubordinateListForEmployee($empNumber);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformancePlugin/lib/form/
H A DBasePefromanceSearchForm.php418 $employeeList = $employeeService->getSubordinateListForEmployee();
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/form/
H A DEmployeeReportToForm.php229 $subordinates = $employeeService->getSubordinateListForEmployee($this->empNumber);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/lib/service/
H A DTimesheetService.php597 $subordinates = $employeeService->getSubordinateListForEmployee($supervisorId);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/test/model/dao/
H A DEmployeeDaoTest.php245 $subordinateReportToList = $this->employeeDao->getSubordinateListForEmployee(3);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/dao/
H A DEmployeeDao.php1667 public function getSubordinateListForEmployee($empNumber) { function in EmployeeDao
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/test/model/service/
H A DEmployeeServiceTest.php1201 … $readReportToSubordinateList1 = $this->employeeService->getSubordinateListForEmployee($empNumber);