| Package | Description |
|---|---|
| org.egov.adtax.entity | |
| org.egov.adtax.entity.enums | |
| org.egov.adtax.repository | |
| org.egov.adtax.service |
| Modifier and Type | Method and Description |
|---|---|
AgencyStatus |
Agency.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Agency.setStatus(AgencyStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static AgencyStatus |
AgencyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgencyStatus[] |
AgencyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Agency> |
AgencyRepository.findByNameContainingIgnoreCaseAndStatus(String name,
AgencyStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<Agency> |
AgencyService.findAllActiveByName(String name,
AgencyStatus status) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.