| Package | Description |
|---|---|
| org.egov.council.entity | |
| org.egov.council.repository | |
| org.egov.council.service |
| Modifier and Type | Method and Description |
|---|---|
CouncilCaste |
CouncilMember.getCaste() |
| Modifier and Type | Method and Description |
|---|---|
void |
CouncilMember.setCaste(CouncilCaste caste) |
| Modifier and Type | Method and Description |
|---|---|
CouncilCaste |
CouncilCasteRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CouncilCaste> |
CouncilCasteRepository.findByisActive(Boolean isActive) |
| Modifier and Type | Method and Description |
|---|---|
CouncilCaste |
CouncilCasteService.create(CouncilCaste councilCaste) |
CouncilCaste |
CouncilCasteService.findByName(String name) |
CouncilCaste |
CouncilCasteService.findOne(Long id) |
CouncilCaste |
CouncilCasteService.update(CouncilCaste councilCaste) |
| Modifier and Type | Method and Description |
|---|---|
List<CouncilCaste> |
CouncilCasteService.findAll() |
List<CouncilCaste> |
CouncilCasteService.getActiveCastes() |
List<CouncilCaste> |
CouncilCasteService.search(CouncilCaste councilCaste) |
| Modifier and Type | Method and Description |
|---|---|
CouncilCaste |
CouncilCasteService.create(CouncilCaste councilCaste) |
List<CouncilCaste> |
CouncilCasteService.search(CouncilCaste councilCaste) |
CouncilCaste |
CouncilCasteService.update(CouncilCaste councilCaste) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.