Home
last modified time | relevance | path

Searched refs:getEmployeeDao (Results 1 – 8 of 8) sorted by relevance

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/lib/service/
H A DEmployeeService.php54 public function getEmployeeDao() { function in EmployeeService
138 return $this->getEmployeeDao()->getEmployee($empNumber);
178 return $this->getEmployeeDao()->getEmployeePicture($empNumber);
297 return $this->getEmployeeDao()->isSupervisor($empNumber);
432 return $this->getEmployeeDao()->getEducation($id);
535 return $this->getEmployeeDao()->saveEmployeeSkill($skill);
1264 return $this->getEmployeeDao()->saveEmployeeSalary($salary);
1408 return $this->getEmployeeDao()->isAdmin($userId);
1424 return $this->getEmployeeDao()->getEmailList();
1438 return $this->getEmployeeDao()->getSubordinateIdList();
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/processor/
H A DRegistrationEmployeeActivationEventProcessor.php46 return $this->getEmployeeDao()->getEmployeeCount($includeTerminated);
H A DRegistrationEmployeeTerminationEventProcessor.php50 return $this->getEmployeeDao()->getEmployeeCount($includeTerminated);
H A DAbstractRegistrationEventProcessor.php36 public function getEmployeeDao() function in AbstractRegistrationEventProcessor
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPerformanceTrackerPlugin/lib/service/
H A DPerformanceTrackerService.php35 public function getEmployeeDao() { function in PerformanceTrackerService
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/test/model/service/
H A DTimesheetServiceTest.php63 $this->assertTrue($this->timesheetService->getEmployeeDao() instanceof EmployeeDao);
70 $this->assertTrue($this->timesheetService->getEmployeeDao() instanceof EmployeeDao);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmTimePlugin/lib/service/
H A DTimesheetService.php34 public function getEmployeeDao() { function in TimesheetService
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/test/model/service/
H A DEmployeeServiceTest.php43 $this->assertEquals($mockDao, $this->employeeService->getEmployeeDao());