| Package | Description |
|---|---|
| org.egov.adtax.entity | |
| org.egov.adtax.repository | |
| org.egov.adtax.service |
| Modifier and Type | Method and Description |
|---|---|
Agency |
AgencyWiseResult.getAgency() |
Agency |
AdvertisementPermitDetail.getAgency() |
Agency |
AgencyWiseCollection.getAgency() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgencyWiseResult.setAgency(Agency agency) |
void |
AdvertisementPermitDetail.setAgency(Agency agency) |
void |
AgencyWiseCollection.setAgency(Agency agency) |
| Modifier and Type | Method and Description |
|---|---|
Agency |
AgencyRepository.findByCode(String code) |
Agency |
AgencyRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Agency> |
AgencyRepository.findByNameContainingIgnoreCase(String name) |
List<Agency> |
AgencyRepository.findByNameContainingIgnoreCaseAndStatus(String name,
AgencyStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Agency |
AgencyService.createAgency(Agency agency) |
Agency |
AgencyService.findByCode(String code) |
Agency |
AgencyService.findByName(String name) |
Agency |
AgencyService.updateAgency(Agency agency) |
| Modifier and Type | Method and Description |
|---|---|
List<Agency> |
AgencyService.findAll() |
List<Agency> |
AgencyService.findAllActiveByName(String name,
AgencyStatus status) |
List<Agency> |
AgencyService.findAllByNameLike(String name) |
| Modifier and Type | Method and Description |
|---|---|
Agency |
AgencyService.createAgency(Agency agency) |
Agency |
AgencyService.updateAgency(Agency agency) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.