| Package | Description |
|---|---|
| org.egov.eis.entity | |
| org.egov.eis.repository | |
| org.egov.eis.service | |
| org.egov.pims.dao | |
| org.egov.pims.model | |
| org.egov.pims.service |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
EmployeeView.getAssignment() |
Assignment |
HeadOfDepartments.getAssignment() |
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
Employee.getAssignments() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
AssignmentAdaptor.serialize(Assignment assignment,
Type type,
com.google.gson.JsonSerializationContext jsc) |
void |
EmployeeView.setAssignment(Assignment assignment) |
void |
HeadOfDepartments.setAssignment(Assignment assignment) |
| Modifier and Type | Method and Description |
|---|---|
void |
Employee.setAssignments(List<Assignment> assignments) |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
AssignmentRepository.getAssignmentByEmpAndDate(Long empId,
Date givenDate) |
Assignment |
AssignmentRepository.getPrimaryAssignmentForEmployee(Long empId) |
Assignment |
AssignmentRepository.getPrimaryAssignmentForGivenRange(Long empId,
Date fromDate,
Date toDate) |
Assignment |
AssignmentRepository.getPrimaryAssignmentForPosition(Long posId) |
Assignment |
AssignmentRepository.getPrimaryAssignmentForPositionAndDate(Long posId,
Date givenDate) |
Assignment |
AssignmentRepository.getPrimaryAssignmentForUser(Long userId) |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
AssignmentService.getAssignmentById(Long Id)
Gets assignment by id
|
Assignment |
EisCommonService.getLatestAssignmentForEmployee(Long empId)
Deprecated.
|
Assignment |
EisCommonService.getLatestAssignmentForEmployeeByDate(Long empId,
Date toDate) |
Assignment |
EisCommonService.getLatestAssignmentForEmployeeByToDate(Long empId,
Date toDate)
Deprecated.
|
Assignment |
AssignmentService.getPrimaryAssignmentForEmployee(Long empId)
Get employee primary assignment by employee id
|
Assignment |
AssignmentService.getPrimaryAssignmentForEmployeeByToDate(Long empId,
Date toDate)
Get employee primary assignment for a given date
|
Assignment |
AssignmentService.getPrimaryAssignmentForGivenRange(Long empId,
Date fromDate,
Date toDate)
Get employee primary assignment for a given date range
|
Assignment |
AssignmentService.getPrimaryAssignmentForPositionAndDate(Long posId,
Date givenDate)
Get employee primary assignment for position and given date
|
Assignment |
AssignmentService.getPrimaryAssignmentForPositon(Long posId)
Get employee primary assignment as of today
|
Assignment |
AssignmentService.getPrimaryAssignmentForUser(Long userId)
Get employee primary assignment for a given user
|
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
AssignmentService.findAllAssignmentsByDeptDesigAndDates(Long deptId,
Long desigId,
Date givenDate)
Get all assignments for department,designation and givendate
|
List<Assignment> |
AssignmentService.findAllAssignmentsByHODDeptAndDates(Long deptId,
Date givenDate) |
List<Assignment> |
AssignmentService.findAssignmentByDepartmentDesignationAndBoundary(Long deptId,
Long desigId,
Long boundaryId)
Gets all assignments for a particular department, designation and given boundary
|
List<Assignment> |
AssignmentService.findAssignmentForDepartmentId(Long deptId) |
List<Assignment> |
AssignmentService.findAssignmentForDesignationId(Long desigId) |
List<Assignment> |
AssignmentService.findByDepartmentAndDesignation(Long deptId,
Long desigId) |
List<Assignment> |
AssignmentService.findByDepartmentDesignationAndBoundary(Long deptId,
Long desigId,
Long boundaryId)
Gets all assignments for a particular department,designation and given boundary or all the employees who can operate under
this boundary
|
List<Assignment> |
AssignmentService.findByDepartmentDesignationsAndGivenDate(Long deptId,
List<Long> desigIds,
Date givenDate) |
List<Assignment> |
AssignmentService.findByDeptDesgnAndParentAndActiveChildBoundaries(Long deptId,
Long desigId,
Long boundaryId) |
List<Assignment> |
AssignmentService.findByDesignationAndBoundary(Long desigId,
Long boundaryId) |
List<Assignment> |
AssignmentService.findByEmployeeAndGivenDate(Long empId,
Date givenDate) |
List<Assignment> |
AssignmentService.findPrimaryAssignmentForDesignationName(String name) |
List<Assignment> |
AssignmentService.getAllActiveAssignments(Long designationId) |
List<Assignment> |
AssignmentService.getAllActiveEmployeeAssignmentsByEmpId(Long empId)
Get all active assignments for an employee as of today
|
List<Assignment> |
AssignmentService.getAllAssignmentForEmployeeNameLike(String empName) |
List<Assignment> |
AssignmentService.getAllAssignmentsByEmpId(Long empId)
Get all assignments for an employee irrespective assignment dates
|
List<Assignment> |
AssignmentService.getAllAssignmentsByPositionNameForGivenRange(String positionName) |
List<Assignment> |
AssignmentService.getAllPositionsByDepartmentAndDesignationForGivenRange(Long departmentId,
Long designationId,
Date givenDate)
Get employee primary/temporary assignment for given department and designation
|
List<Assignment> |
AssignmentService.getAllPositionsByDepartmentAndPositionNameForGivenRange(Long departmentId,
String positionName) |
List<Assignment> |
AssignmentService.getAssignmentByPositionAndUserAsOnDate(Long posId,
Long userId,
Date currDate) |
List<Assignment> |
AssignmentService.getAssignmentList(EmployeePositionSearch employeePositionSearch) |
List<Assignment> |
AssignmentService.getAssignmentsByDeptDesigAndDates(Long deptId,
Long desigId,
Date fromDate,
Date toDate)
Get list of primary assignments for deparment,designation,fromdate and todate
|
List<Assignment> |
AssignmentService.getAssignmentsForPosition(Long posId)
Get employee primary assignment for given position id
|
List<Assignment> |
AssignmentService.getAssignmentsForPosition(Long posId,
Date givenDate)
Get all assignments for position and given date as given date which is passed as parameter.
|
List<Assignment> |
AssignmentService.getPositionsByDepartmentAndDesignationForGivenRange(Long departmentId,
Long designationId,
Date givenDate)
Get employee primary assignment for given department and designation
|
List<Assignment> |
AssignmentService.getPrimaryAssignmentForPositionAndDateRange(Long posId,
Date fromDate,
Date toDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentService.createAssignment(Assignment assignment) |
void |
AssignmentService.updateAssignment(Assignment assignment) |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
AssignmentDAO.getAssignmentById(Integer id) |
Assignment |
AssignmentHibernateDAO.getAssignmentById(Integer id) |
Assignment |
AssignmentDAO.getLatestAssignmentForEmployeeByToDate(Integer empId,
Date todate) |
Assignment |
AssignmentHibernateDAO.getLatestAssignmentForEmployeeByToDate(Integer empId,
Date todate) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentDAO.create(Assignment egEmpAssignment) |
void |
AssignmentHibernateDAO.create(Assignment egEmpAssignment) |
void |
AssignmentDAO.update(Assignment assignment) |
void |
AssignmentHibernateDAO.update(Assignment assignment) |
| Modifier and Type | Method and Description |
|---|---|
Set<Assignment> |
PersonalInformation.getEgpimsAssignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalInformation.setEgpimsAssignment(Set<Assignment> egpimsAssignment) |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
EmployeeServiceOld.getAssignmentByEmpAndDate(Date date,
Integer empId)
Deprecated.
|
Assignment |
EmployeeServiceImpl.getAssignmentByEmpAndDate(Date date,
Integer empId) |
Assignment |
EmployeeServiceOld.getAssignmentById(Integer assignmentId)
Deprecated.
|
Assignment |
EmployeeServiceImpl.getAssignmentById(Integer assignmentId) |
Assignment |
EmployeeServiceOld.getLastAssignmentByEmp(Integer empId)
Deprecated.
|
Assignment |
EmployeeServiceImpl.getLastAssignmentByEmp(Integer empId) |
Assignment |
EmployeeServiceOld.getLatestAssignmentForEmployee(Integer empId)
Deprecated.
|
Assignment |
EmployeeServiceImpl.getLatestAssignmentForEmployee(Integer empId) |
Assignment |
EmployeeServiceOld.getLatestAssignmentForEmployeeByToDate(Integer empId,
Date todate)
Deprecated.
|
Assignment |
EmployeeServiceImpl.getLatestAssignmentForEmployeeByToDate(Integer empId,
Date todate) |
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
EisUtilService.getPrimartAssignmentForGivenDateRange(Integer empId,
Date fromDate,
Date toDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeServiceImpl.createAssignment(Assignment egEmpAssignment) |
void |
EmployeeServiceOld.updateAssignment(Assignment assignment)
Deprecated.
|
void |
EmployeeServiceImpl.updateAssignment(Assignment assignment) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.