| Package | Description |
|---|---|
| org.egov.eis.repository | |
| org.egov.eis.service | |
| org.egov.pims.commons.service | |
| org.egov.pims.dao | |
| org.egov.pims.model | |
| org.egov.pims.service |
| Modifier and Type | Method and Description |
|---|---|
PersonalInformation |
PersonalInformationRepository.findByIdPersonalInformation(Integer idPersonalInformation) |
PersonalInformation |
PersonalInformationRepository.getPersonalInformationByUserId(Long userId) |
| Modifier and Type | Method and Description |
|---|---|
PersonalInformation |
PersonalInformationService.getEmployeeById(Integer empId) |
PersonalInformation |
PersonalInformationService.getEmployeeByUserId(Long userId) |
PersonalInformation |
EisCommonService.getEmployeeByUserId(Long userId)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalInformationService.createEmployee(PersonalInformation personalInformation) |
| Modifier and Type | Method and Description |
|---|---|
PersonalInformation |
EisCommonsServiceImpl.getTempAssignedEmployeeByDeptDesigFunctionaryDate(Integer deptId,
Integer desigId,
Integer functionaryId,
Date onDate)
Returning temporary assigned employee object by department,designation,functionary,date
|
PersonalInformation |
EisCommonsService.getTempAssignedEmployeeByDeptDesigFunctionaryDate(Integer deptId,
Integer desigId,
Integer functionaryId,
Date onDate)
Returning temporary assigned employee object by pepartment,designation,functionary,date
|
| Modifier and Type | Method and Description |
|---|---|
PersonalInformation |
PersonalInformationDAO.getEmployee(Integer deptId,
Integer designationId,
Long Boundaryid)
Deprecated.
|
PersonalInformation |
PersonalInformationHibernateDAO.getEmployee(Integer deptId,
Integer designationId,
Long boundaryId)
This is used for workflow
Getting employee by passing dept,desig,boundary
|
PersonalInformation |
PersonalInformationDAO.getEmployeeByFunctionary(Long deptId,
Long designationId,
Long Boundaryid,
Integer functionaryId)
Deprecated.
|
PersonalInformation |
PersonalInformationHibernateDAO.getEmployeeByFunctionary(Long deptId,
Long designationId,
Long boundaryId,
Integer functionaryId)
This is used for workflow
Getting employee by passing deptId,desigId,boundaryId,functionaryId
|
PersonalInformation |
PersonalInformationDAO.getPersonalInformationByID(Integer ID)
Deprecated.
|
PersonalInformation |
PersonalInformationHibernateDAO.getPersonalInformationByID(Integer idPersonalInformation) |
PersonalInformation |
PersonalInformationDAO.getPersonalInformationByUserId(Long userId)
Deprecated.
|
PersonalInformation |
PersonalInformationHibernateDAO.getPersonalInformationByUserId(Long userId) |
PersonalInformation |
PersonalInformationDAO.getTempAssignedEmployeeByDeptDesigFunctionaryDate(Integer deptId,
Integer desigId,
Integer functionaryId,
Date onDate)
Deprecated.
Returning temporary assigned employee object by pepartment,designation,functionary,date
|
PersonalInformation |
PersonalInformationHibernateDAO.getTempAssignedEmployeeByDeptDesigFunctionaryDate(Integer deptId,
Integer desigId,
Integer functionaryId,
Date onDate)
Returning temporary assigned employee object by pepartment,designation,functionary,date
|
| Modifier and Type | Method and Description |
|---|---|
List<PersonalInformation> |
PersonalInformationDAO.getAllEmpByGrade(Integer gradeId)
Deprecated.
|
List<PersonalInformation> |
PersonalInformationHibernateDAO.getAllEmpByGrade(Integer gradeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalInformationDAO.create(PersonalInformation egpimsPersonalInformation)
Deprecated.
|
void |
PersonalInformationHibernateDAO.create(PersonalInformation egpimsPersonalInformation) |
void |
PersonalInformationDAO.deleteLangKnownForEmp(PersonalInformation personalInformation)
Deprecated.
|
void |
PersonalInformationHibernateDAO.deleteLangKnownForEmp(PersonalInformation personalInformation) |
void |
PersonalInformationDAO.update(PersonalInformation egpimsPersonalInformation)
Deprecated.
|
void |
PersonalInformationHibernateDAO.update(PersonalInformation egpimsPersonalInformation) |
| Modifier and Type | Method and Description |
|---|---|
PersonalInformation |
LangKnown.getEmployeeId() |
PersonalInformation |
PersonalInformation.getEmployeeId() |
PersonalInformation |
ServiceHistory.getEmployeeId() |
| Modifier and Type | Method and Description |
|---|---|
void |
LangKnown.setEmployeeId(PersonalInformation employeeId) |
void |
PersonalInformation.setEmployeeId(PersonalInformation employeeId) |
void |
ServiceHistory.setEmployeeId(PersonalInformation employeeId) |
| Constructor and Description |
|---|
ServiceHistory(PersonalInformation employeeId,
Date commentDate,
String comments,
String reason,
String serviceOrderNo,
String serviceDocNo,
String payScale) |
| Modifier and Type | Method and Description |
|---|---|
PersonalInformation |
EmployeeServiceOld.createEmloyee(PersonalInformation egpimsPersonalInformation)
Deprecated.
|
PersonalInformation |
EmployeeServiceImpl.createEmloyee(PersonalInformation egpimsPersonalInformation) |
PersonalInformation |
EmployeeServiceOld.getEmloyeeById(Integer employeeId)
Deprecated.
|
PersonalInformation |
EmployeeServiceImpl.getEmloyeeById(Integer employeeId) |
PersonalInformation |
EmployeeServiceOld.getEmpForPositionAndDate(Date date,
Integer posId)
Deprecated.
|
PersonalInformation |
EmployeeServiceImpl.getEmpForPositionAndDate(Date dateEntered,
Integer posId) |
PersonalInformation |
EmployeeServiceOld.getEmpForUserId(Long userId)
Deprecated.
|
PersonalInformation |
EmployeeServiceImpl.getEmpForUserId(Long userId) |
PersonalInformation |
EmployeeServiceOld.getEmployee(Integer deptId,
Integer designationId,
Long Boundaryid)
Deprecated.
|
PersonalInformation |
EmployeeServiceImpl.getEmployee(Integer deptId,
Integer designationId,
Long Boundaryid)
This is used for workflow Getting employee by passing dept,desig,boundary
|
PersonalInformation |
EmployeeServiceOld.getEmployeeByFunctionary(Long deptId,
Long designationId,
Long Boundaryid,
Integer functionaryId)
Deprecated.
|
PersonalInformation |
EmployeeServiceImpl.getEmployeeByFunctionary(Long deptId,
Long designationId,
Long Boundaryid,
Integer functionaryId)
This is used for workflow Getting employee by passing
dept,desig,boundary,functionary
|
PersonalInformation |
EmployeeServiceOld.getEmployeeforPosition(org.egov.pims.commons.Position higherpos)
Deprecated.
|
PersonalInformation |
EmployeeServiceImpl.getEmployeeforPosition(org.egov.pims.commons.Position pos) |
| Modifier and Type | Method and Description |
|---|---|
List<PersonalInformation> |
PersonalInformationService.getActiveEmpListByUserLogin(Integer userid,
String autoValue,
int maxRecords)
when filterbydept set to yes return employee list based on the login user who has the current assignment
when filterbydept set to no return all employee list who has the assignment in the current/last assignment
|
List<PersonalInformation> |
EmployeeServiceOld.getAllEmpByGrade(Integer gradeId)
Deprecated.
|
List<PersonalInformation> |
EmployeeServiceImpl.getAllEmpByGrade(Integer gradeId) |
List<PersonalInformation> |
EmployeeServiceOld.getAllEmployees()
Deprecated.
|
List<PersonalInformation> |
EmployeeServiceImpl.getAllEmployees()
returns all the employees who has active assignment period
|
List<PersonalInformation> |
PersonalInformationService.getEmpListByUserLogin(Integer userid,
String autoValue,
int maxRecords)
return employee list based on the login user who has the assignment in the current period/MaxFromdate
|
List<PersonalInformation> |
EmployeeServiceOld.getEmpListForPositionAndDate(Date dateEntered,
Integer posId)
Deprecated.
|
List<PersonalInformation> |
EmployeeServiceImpl.getEmpListForPositionAndDate(Date dateEntered,
Integer posId)
Returns list of employees for a given position and date
|
List<PersonalInformation> |
PersonalInformationService.getEmployeesByStatus(Integer statusid,
Date fromDate,
Date toDate)
Returns List of Employees for the given status and
Date range considered for the status['Retired','Deceased'] and as of toDate for the status[ 'Employed','Suspended' ]
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeServiceOld.addLangKnown(PersonalInformation personalInformation,
LangKnown egpimsLangKnown)
Deprecated.
|
void |
EmployeeServiceImpl.addLangKnown(PersonalInformation personalInformation,
LangKnown langKnown) |
PersonalInformation |
EmployeeServiceOld.createEmloyee(PersonalInformation egpimsPersonalInformation)
Deprecated.
|
PersonalInformation |
EmployeeServiceImpl.createEmloyee(PersonalInformation egpimsPersonalInformation) |
void |
EmployeeServiceOld.deleteLangKnownForEmp(PersonalInformation personalInformation)
Deprecated.
|
void |
EmployeeServiceImpl.deleteLangKnownForEmp(PersonalInformation personalInformation) |
void |
EmployeeServiceOld.updateEmloyee(PersonalInformation egpimsPersonalInformation)
Deprecated.
|
void |
EmployeeServiceImpl.updateEmloyee(PersonalInformation egpimsPersonalInformation) |
| Constructor and Description |
|---|
PersonalInformationService(Class<PersonalInformation> type) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.