| Package | Description |
|---|---|
| org.egov.eis.entity | |
| org.egov.eis.entity.enums | |
| org.egov.eis.repository | |
| org.egov.eis.service |
| Modifier and Type | Method and Description |
|---|---|
EmployeeStatus |
Employee.getEmployeeStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Employee.setEmployeeStatus(EmployeeStatus employeeStatus) |
| Modifier and Type | Method and Description |
|---|---|
static EmployeeStatus |
EmployeeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmployeeStatus[] |
EmployeeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Employee> |
EmployeeRepository.findByEmployeeStatus(EmployeeStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<Employee> |
EmployeeService.getEmployeesByStatus(EmployeeStatus status)
Get list of employee objects by employee status
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.