| Package | Description |
|---|---|
| org.egov.eis.entity | |
| org.egov.eis.repository | |
| org.egov.eis.service | |
| org.egov.pims.dao | |
| org.egov.pims.service |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
EmployeeViewAdaptor.serialize(EmployeeView src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
| Modifier and Type | Method and Description |
|---|---|
EmployeeView |
EmployeeViewRepository.findByAssignment_Id(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<EmployeeView> |
EmployeeViewRepository.findByUserNameLikeOrCodeLikeOrPosition_NameLike(String userName,
String code,
String positionName,
Date currentDate) |
| Modifier and Type | Method and Description |
|---|---|
EmployeeView |
EmployeeViewService.getEmployeeViewByAssignment(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<EmployeeView> |
EmployeeViewService.findByUserNameLikeOrCodeLikeOrPosition_NameLike(String userName,
String code,
String positionName,
Date currentDate) |
| Modifier and Type | Method and Description |
|---|---|
List<EmployeeView> |
AssignmentDAO.getEmployeeWithTempAssignment(Date givenDate,
Integer posId) |
List<EmployeeView> |
AssignmentHibernateDAO.getEmployeeWithTempAssignment(Date givenDate,
Integer posId)
Api to get Employee Report with Temporary Assignemt
|
List<EmployeeView> |
AssignmentDAO.getEmployeeWithTempAssignment(String code,
Date givenDate,
Integer posId) |
List<EmployeeView> |
AssignmentHibernateDAO.getEmployeeWithTempAssignment(String code,
Date givenDate,
Integer posId)
Api to get Employee Report with Temporary Assignemt.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmployeeView> |
PersonalInformationService.getAllActiveEmployeesEmpViewByPrimaryAssignment(String filterKey,
int maxRecords) |
List<EmployeeView> |
EmployeeServiceOld.getEmployeeInfoBasedOnDeptAndDate(Integer deptId,
Date date)
Deprecated.
|
List<EmployeeView> |
EmployeeServiceImpl.getEmployeeInfoBasedOnDeptAndDate(Integer deptId,
Date date)
Returns the list of Employees who are assigned to the given department as
of given date.
|
List<EmployeeView> |
EmployeeServiceOld.getEmployeeInfoBasedOnDeptAndDesg(Integer deptId,
Integer desgId)
Deprecated.
API to fetch employeeInfo based on department and designation
|
List<EmployeeView> |
EmployeeServiceImpl.getEmployeeInfoBasedOnDeptAndDesg(Integer deptId,
Integer desgId)
Returns the list of Employees who are assigned to the given department
and designation as of current date.
|
List<EmployeeView> |
EisUtilService.getEmployeeInfoList(HashMap paramMap) |
List<EmployeeView> |
EmployeeServiceOld.getEmployeeWithTempAssignment(Date givenDate,
Integer posId)
Deprecated.
|
List<EmployeeView> |
EmployeeServiceImpl.getEmployeeWithTempAssignment(Date givenDate,
Integer posId)
Returns the list of employees (EmployeeView) who have a temporary
assignment as on the given date assigned to the given position
|
List<EmployeeView> |
EmployeeServiceOld.getEmployeeWithTempAssignment(String code,
Date givenDate,
Integer posId)
Deprecated.
|
List<EmployeeView> |
EmployeeServiceImpl.getEmployeeWithTempAssignment(String code,
Date givenDate,
Integer posId)
Returns the list of employees (EmployeeView) who have a temporary
assignment as on the given date assigned to the given position and has
the employee code equal to the given code
|
List<EmployeeView> |
PersonalInformationService.getListOfEmployeeViewBasedOnCriteria(HashMap<String,Object> criteriaParams,
Integer pageNo,
Integer pageSize)
This API returns the list of EmployeeView objects which have a current assignment or
assignment as on date based on the parameters in the map.
|
List<EmployeeView> |
PersonalInformationService.getListOfEmployeeViewBasedOnListOfDesignationAndOtherCriteria(HashMap<String,Object> criteriaParams,
Integer pageNo,
Integer pageSize)
This API returns the list of EmployeeView objects which have a current assignment or
assignment as on date based on the parameters in the map.
|
List<EmployeeView> |
SearchPositionService.getPositionBySearchParameters(String beginsWith,
Integer desId,
Integer deptId,
Long jurdId,
Integer roleId,
Date userDate,
Integer maxResults) |
List<EmployeeView> |
EmployeeServiceOld.searchEmployee(Integer designationId,
String code,
String name,
Integer statusId,
Integer empTypeId,
Map<String,Integer> finParams)
Deprecated.
|
List<EmployeeView> |
EmployeeServiceImpl.searchEmployee(Integer designationId,
String code,
String name,
Integer status,
Integer empType,
Map<String,Integer> finParams) |
List<EmployeeView> |
EmployeeServiceImpl.searchEmployeeByGrouping(LinkedList<String> groupingByOrder) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.