@Deprecated public interface PersonalInformationDAO
PersonalInformation getPersonalInformationByID(Integer ID)
Map getAllPIMap()
PersonalInformation getPersonalInformationByUserId(Long userId)
void deleteLangKnownForEmp(PersonalInformation personalInformation)
List getListOfPersonalInformationByEmpIdsList(List empIdsList)
PersonalInformation 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.NoSuchObjectExceptionList getListOfUsersForGivenBoundaryId(Long boundaryId) throws org.egov.commons.exception.NoSuchObjectException
org.egov.commons.exception.NoSuchObjectExceptionPersonalInformation getTempAssignedEmployeeByDeptDesigFunctionaryDate(Integer deptId, Integer desigId, Integer functionaryId, Date onDate) throws Exception
deptId - DesigId - functionaryId - onDate - ExceptionList getAllDesignationByDept(Integer deptId) throws org.egov.commons.exception.TooManyValuesException, org.egov.commons.exception.NoSuchObjectException
org.egov.commons.exception.TooManyValuesExceptionorg.egov.commons.exception.NoSuchObjectExceptionList getAllActiveUsersByGivenDesg(Integer DesgId) throws Exception
ExceptionList<PersonalInformation> getAllEmpByGrade(Integer gradeId) throws Exception
ExceptionList getListOfUsersNotMappedToEmp() throws Exception
Exceptionvoid create(PersonalInformation egpimsPersonalInformation)
void update(PersonalInformation egpimsPersonalInformation)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.