| Package | Description |
|---|---|
| org.egov.infra.admin.master.repository | |
| org.egov.infra.admin.master.service | |
| org.egov.infra.workflow.matrix.service | |
| org.egov.infstr.services | |
| org.egov.pims.commons |
| Modifier and Type | Method and Description |
|---|---|
Department |
DepartmentRepository.findByCode(String code) |
Department |
DepartmentRepository.findByNameUpperCase(String departmentname) |
| Modifier and Type | Method and Description |
|---|---|
List<Department> |
DepartmentRepository.findByNameContainingIgnoreCase(String name) |
| Modifier and Type | Method and Description |
|---|---|
Department |
DepartmentService.getDepartmentByCode(String code) |
Department |
DepartmentService.getDepartmentById(Long id) |
Department |
DepartmentService.getDepartmentByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Department> |
DepartmentService.getAllDepartments() |
List<Department> |
DepartmentService.getAllDepartmentsByNameLike(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
DepartmentService.createDepartment(Department department) |
void |
DepartmentService.deleteDepartment(Department department) |
void |
DepartmentService.updateDepartment(Department department) |
| Modifier and Type | Method and Description |
|---|---|
List<Department> |
WorkFlowMatrixService.getdepartmentList() |
| Modifier and Type | Method and Description |
|---|---|
List<Department> |
EISServeable.getDeptsForUser()
Based on the ISFILTERBYDEPT flag api returns departmentlist
|
| Modifier and Type | Method and Description |
|---|---|
Department |
DeptDesig.getDepartment() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeptDesig.setDepartment(Department department) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.