public class DesignationRepositoryImpl extends Object implements DesignationCustomRepository
| Constructor and Description |
|---|
DesignationRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.pims.commons.Designation> |
getAllDesignationsByDepartment(Long id,
Date givenDate)
Get all designations for a particular department as of given date.
|
org.egov.pims.commons.Designation |
getEmployeeDesignation(Long posId)
Returns employee designation for position
|
public List<org.egov.pims.commons.Designation> getAllDesignationsByDepartment(Long id, Date givenDate)
DesignationCustomRepositorygetAllDesignationsByDepartment in interface DesignationCustomRepositorypublic org.egov.pims.commons.Designation getEmployeeDesignation(Long posId)
posId - Copyright © 2015–2017 eGovernments Foundation. All rights reserved.