public interface AssignmentDAO
This is an interface which would be implemented by the Individual Frameworks for all the CRUD (create, read, update, delete) basic data access operations for Property
| Modifier and Type | Method and Description |
|---|---|
void |
create(Assignment egEmpAssignment) |
Assignment |
getAssignmentById(Integer id) |
List<EmployeeView> |
getEmployeeWithTempAssignment(Date givenDate,
Integer posId) |
List<EmployeeView> |
getEmployeeWithTempAssignment(String code,
Date givenDate,
Integer posId) |
Assignment |
getLatestAssignmentForEmployeeByToDate(Integer empId,
Date todate) |
List |
getListOfEmployeeWithoutAssignment(Date fromdate) |
void |
update(Assignment assignment) |
Assignment getAssignmentById(Integer id)
Assignment getLatestAssignmentForEmployeeByToDate(Integer empId, Date todate) throws Exception
ExceptionList<EmployeeView> getEmployeeWithTempAssignment(Date givenDate, Integer posId)
List<EmployeeView> getEmployeeWithTempAssignment(String code, Date givenDate, Integer posId)
void create(Assignment egEmpAssignment)
void update(Assignment assignment)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.