public interface EISServeable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EISServeable.DATE_ORDER |
| Modifier and Type | Method and Description |
|---|---|
List<Designation> |
getAllDesignationByDept(Integer departmentId,
Date givenDate)
Deprecated.
|
List<Department> |
getDeptsForUser()
Based on the ISFILTERBYDEPT flag api returns departmentlist
|
List<? extends Object> |
getEmployeeInfoList(HashMap<String,String> paramMap)
This API is to get a list of employeeView from HashMap values that are
passed.
|
List<Position> |
getPositionsForUser(Long userId,
Date forDate)
Deprecated.
|
Position |
getPrimaryPositionForUser(Long userId,
Date forDate)
Deprecated.
|
List<Position> |
getUniquePositionList(HashMap<String,String> paramMap,
Date date)
This API is to get a list of employeeView from HashMap values that are
passed.
|
User |
getUserForPosition(Long positionId,
Date forDate)
Used get User for a Position Id for a particular Date.
|
List<User> |
getUsersByDeptAndDesig(Integer deptId,
Integer desigId,
Date date)
Get all users for the given department and designation id's for the given
date
|
@Deprecated List<Position> getPositionsForUser(Long userId, Date forDate)
user - idforDate - User getUserForPosition(Long positionId, Date forDate)
position - IdforDate - @Deprecated Position getPrimaryPositionForUser(Long userId, Date forDate)
position - IdforDate - List<? extends Object> getEmployeeInfoList(HashMap<String,String> paramMap)
paramMap -
HashMap
departmentId -This will be the id of the department in String
designationId -This will be the id of the designation in
String
functionaryId -This will be the id of the functionary in
String
code -This will be the code of the employee in String
name -This will be the name of the employee in String
status -This will be the id of employee status in String
empType -This will be the id of employee type in String
searchAll -This will be the "Y" if you want to get all
employees / "N" if you don't want
List<Position> getUniquePositionList(HashMap<String,String> paramMap, Date date)
paramMap -
HashMap
departmentId -This will be the id of the department in String
designationId -This will be the id of the designation in
String
functionaryId -This will be the id of the functionary in
String
functionId -This will be the id of the function in String
fundId -This will be the id of the fund in String
boundaryId -This will be the id of the boundary in String
date
@Deprecated List<Designation> getAllDesignationByDept(Integer departmentId, Date givenDate)
List<User> getUsersByDeptAndDesig(Integer deptId, Integer desigId, Date date)
deptId - the Department IddesigId - the Designation Iddate - the java.util.DateList<Department> getDeptsForUser()
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.