@Deprecated public interface EmployeeServiceOld
| Modifier and Type | Method and Description |
|---|---|
void |
addLangKnown(PersonalInformation personalInformation,
LangKnown egpimsLangKnown)
Deprecated.
|
boolean |
checkDuplication(String name,
String className)
Deprecated.
|
boolean |
checkPos(Integer posId,
Date fromDate,
Date toDate,
Integer empId,
String isPrimary)
Deprecated.
|
PersonalInformation |
createEmloyee(PersonalInformation egpimsPersonalInformation)
Deprecated.
|
void |
deleteLangKnownForEmp(PersonalInformation personalInformation)
Deprecated.
|
List |
getAllActiveUsersByGivenDesg(Integer DesgId)
Deprecated.
|
List |
getAllDesignationByDept(Integer deptId)
Deprecated.
|
List<PersonalInformation> |
getAllEmpByGrade(Integer gradeId)
Deprecated.
|
List<PersonalInformation> |
getAllEmployees()
Deprecated.
|
Map |
getAllPIMap()
Deprecated.
|
Assignment |
getAssignmentByEmpAndDate(Date date,
Integer empId)
Deprecated.
|
Assignment |
getAssignmentById(Integer assignmentId)
Deprecated.
|
List<Integer> |
getAssignmentsForEmp(Integer empId,
Date givenDate)
Deprecated.
|
PersonalInformation |
getEmloyeeById(Integer employeeId)
Deprecated.
|
PersonalInformation |
getEmpForPositionAndDate(Date date,
Integer posId)
Deprecated.
|
PersonalInformation |
getEmpForUserId(Long userId)
Deprecated.
|
List<PersonalInformation> |
getEmpListForPositionAndDate(Date dateEntered,
Integer posId)
Deprecated.
|
PersonalInformation |
getEmployee(Integer deptId,
Integer designationId,
Long Boundaryid)
Deprecated.
|
PersonalInformation |
getEmployeeByFunctionary(Long deptId,
Long designationId,
Long Boundaryid,
Integer functionaryId)
Deprecated.
|
String |
getEmployeeCode()
Deprecated.
|
PersonalInformation |
getEmployeeforPosition(org.egov.pims.commons.Position higherpos)
Deprecated.
|
List<EmployeeView> |
getEmployeeInfoBasedOnDeptAndDate(Integer deptId,
Date date)
Deprecated.
|
List<EmployeeView> |
getEmployeeInfoBasedOnDeptAndDesg(Integer deptId,
Integer desgId)
Deprecated.
API to fetch employeeInfo based on department and designation
|
List<EmployeeView> |
getEmployeeWithTempAssignment(Date givenDate,
Integer posId)
Deprecated.
|
List<EmployeeView> |
getEmployeeWithTempAssignment(String code,
Date givenDate,
Integer posId)
Deprecated.
|
List |
getEmpPrimaryAssignment(String code,
Date givenDate,
Integer posId)
Deprecated.
|
List |
getEmpTempAssignment(String code,
Date givenDate,
Integer posId)
Deprecated.
|
org.egov.pims.model.GenericMaster |
getGenericMaster(Integer masterId,
String masterName)
Deprecated.
|
Assignment |
getLastAssignmentByEmp(Integer empId)
Deprecated.
|
Assignment |
getLatestAssignmentForEmployee(Integer empId)
Deprecated.
|
Assignment |
getLatestAssignmentForEmployeeByToDate(Integer empId,
Date todate)
Deprecated.
|
List |
getListOfDeptBasedOnUserDept(String userName)
Deprecated.
|
List |
getListOfEmpforDept(Integer deptId)
Deprecated.
|
List |
getListOfEmpforDesignation(Integer desigId)
Deprecated.
|
List |
getListOfEmployeeWithoutAssignment(Date fromdate)
Deprecated.
|
List |
getListOfPersonalInformationByEmpIdsList(List empIdsList)
Deprecated.
|
List |
getListOfUsersNotMappedToEmp()
Deprecated.
|
Map |
getMapForList(List list)
Deprecated.
|
Map |
getMapForList(List list,
String fieldName1,
String fieldName2)
Deprecated.
|
EmployeeNamePoJo |
getNameOfEmployee(Integer empId)
Deprecated.
|
Integer |
getNextVal()
Deprecated.
|
org.egov.pims.commons.Position |
getPositionforEmp(Integer empId)
Deprecated.
|
List<org.egov.pims.commons.Position> |
getPositionsForUser(org.egov.infra.admin.master.entity.User user,
Date date)
Deprecated.
API that will return all positions for a user(temporary and permanent) for a date.
|
org.egov.pims.commons.Designation |
getPresentDesignation(Integer idPersonalInformation)
Deprecated.
|
ServiceHistory |
getServiceId(Integer serviceId)
Deprecated.
|
boolean |
isFilterByDept()
Deprecated.
|
List |
searchEmployee(Integer empId)
Deprecated.
|
List |
searchEmployee(Integer status,
Date fromDate,
Date toDate)
Deprecated.
|
List |
searchEmployee(Integer departmentId,
Integer designationId,
Integer functionaryId,
String code,
String name,
Integer status)
Deprecated.
|
List |
searchEmployee(Integer departmentId,
Integer designationId,
Integer functionaryId,
String code,
String name,
Integer status,
Integer empType)
Deprecated.
|
List |
searchEmployee(Integer departmentId,
Integer designationId,
String code,
String name,
Integer status)
Deprecated.
|
List |
searchEmployee(Integer departmentId,
Integer designationId,
String code,
String name,
String searchAll)
Deprecated.
|
List<EmployeeView> |
searchEmployee(Integer designationId,
String code,
String name,
Integer statusId,
Integer empTypeId,
Map<String,Integer> finParams)
Deprecated.
|
List |
searchEmployeeByGrouping(LinkedList<String> groupingByOrder)
Deprecated.
|
void |
updateAssignment(Assignment assignment)
Deprecated.
|
void |
updateEmloyee(PersonalInformation egpimsPersonalInformation)
Deprecated.
|
PersonalInformation createEmloyee(PersonalInformation egpimsPersonalInformation)
void updateEmloyee(PersonalInformation egpimsPersonalInformation)
PersonalInformation getEmloyeeById(Integer employeeId)
org.egov.pims.model.GenericMaster getGenericMaster(Integer masterId, String masterName)
ServiceHistory getServiceId(Integer serviceId) throws Exception
ExceptionPersonalInformation getEmpForUserId(Long userId)
Assignment getAssignmentById(Integer assignmentId)
void updateAssignment(Assignment assignment)
void addLangKnown(PersonalInformation personalInformation, LangKnown egpimsLangKnown)
Assignment getLatestAssignmentForEmployee(Integer empId)
Assignment getAssignmentByEmpAndDate(Date date, Integer empId)
EmployeeNamePoJo getNameOfEmployee(Integer empId)
Map getAllPIMap()
List searchEmployee(Integer departmentId, Integer designationId, String code, String name, Integer status) throws Exception
ExceptionList searchEmployee(Integer departmentId, Integer designationId, Integer functionaryId, String code, String name, Integer status) throws Exception
Exception@Deprecated List searchEmployee(Integer departmentId, Integer designationId, String code, String name, String searchAll) throws Exception
Exceptionvoid deleteLangKnownForEmp(PersonalInformation personalInformation)
Integer getNextVal()
boolean checkPos(Integer posId, Date fromDate, Date toDate, Integer empId, String isPrimary)
PersonalInformation getEmployeeforPosition(org.egov.pims.commons.Position higherpos)
org.egov.pims.commons.Position getPositionforEmp(Integer empId)
String getEmployeeCode()
List getListOfPersonalInformationByEmpIdsList(List empIdsList)
List getListOfEmployeeWithoutAssignment(Date fromdate)
Assignment getLatestAssignmentForEmployeeByToDate(Integer empId, Date todate) throws Exception
ExceptionPersonalInformation getEmployee(Integer deptId, Integer designationId, Long Boundaryid) throws org.egov.commons.exception.TooManyValuesException, org.egov.commons.exception.NoSuchObjectException
org.egov.commons.exception.TooManyValuesExceptionorg.egov.commons.exception.NoSuchObjectExceptionPersonalInformation getEmployeeByFunctionary(Long deptId, Long designationId, Long Boundaryid, Integer functionaryId) throws org.egov.commons.exception.TooManyValuesException, org.egov.commons.exception.NoSuchObjectException
org.egov.commons.exception.TooManyValuesExceptionorg.egov.commons.exception.NoSuchObjectExceptionAssignment getLastAssignmentByEmp(Integer empId)
List<PersonalInformation> getAllEmpByGrade(Integer gradeId)
@Deprecated List searchEmployee(Integer departmentId, Integer designationId, Integer functionaryId, String code, String name, Integer status, Integer empType) throws Exception
ExceptionPersonalInformation getEmpForPositionAndDate(Date date, Integer posId) throws Exception
ExceptionList searchEmployeeByGrouping(LinkedList<String> groupingByOrder) throws Exception
ExceptionList getAllActiveUsersByGivenDesg(Integer DesgId) throws Exception
ExceptionList<EmployeeView> getEmployeeWithTempAssignment(Date givenDate, Integer posId)
List<EmployeeView> getEmployeeWithTempAssignment(String code, Date givenDate, Integer posId)
List getEmpTempAssignment(String code, Date givenDate, Integer posId)
List<Integer> getAssignmentsForEmp(Integer empId, Date givenDate) throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionList<org.egov.pims.commons.Position> getPositionsForUser(org.egov.infra.admin.master.entity.User user, Date date) throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionList getEmpPrimaryAssignment(String code, Date givenDate, Integer posId)
List searchEmployee(Integer status, Date fromDate, Date toDate) throws Exception
Exceptionboolean isFilterByDept()
List<EmployeeView> getEmployeeInfoBasedOnDeptAndDesg(Integer deptId, Integer desgId)
List<EmployeeView> getEmployeeInfoBasedOnDeptAndDate(Integer deptId, Date date)
List<EmployeeView> searchEmployee(Integer designationId, String code, String name, Integer statusId, Integer empTypeId, Map<String,Integer> finParams) throws Exception
ExceptionList<PersonalInformation> getAllEmployees()
List getListOfUsersNotMappedToEmp() throws Exception
ExceptionList<PersonalInformation> getEmpListForPositionAndDate(Date dateEntered, Integer posId) throws Exception
Exceptionorg.egov.pims.commons.Designation getPresentDesignation(Integer idPersonalInformation)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.