@Service public class SearchPositionService extends Object
| Constructor and Description |
|---|
SearchPositionService() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.Session |
getCurrentSession() |
List<EmployeeView> |
getPositionBySearchParameters(String beginsWith,
Integer desId,
Integer deptId,
Long jurdId,
Integer roleId,
Date userDate,
Integer maxResults) |
public org.hibernate.Session getCurrentSession()
public List<EmployeeView> getPositionBySearchParameters(String beginsWith, Integer desId, Integer deptId, Long jurdId, Integer roleId, Date userDate, Integer maxResults) throws org.egov.commons.exception.NoSuchObjectException
beginsWith - desId - deptId - jurdId - roleId - userDate - maxResults - - if -1 all results are returned.org.egov.commons.exception.NoSuchObjectExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.