| Package | Description |
|---|---|
| org.egov.council.entity | |
| org.egov.council.repository | |
| org.egov.council.service |
| Modifier and Type | Method and Description |
|---|---|
CouncilParty |
CouncilMember.getPartyAffiliation() |
| Modifier and Type | Method and Description |
|---|---|
void |
CouncilMember.setPartyAffiliation(CouncilParty partyAffiliation) |
| Modifier and Type | Method and Description |
|---|---|
CouncilParty |
CouncilPartyRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CouncilParty> |
CouncilPartyRepository.findByisActive(Boolean isActive) |
| Modifier and Type | Method and Description |
|---|---|
CouncilParty |
CouncilPartyService.create(CouncilParty councilParty) |
CouncilParty |
CouncilPartyService.findByName(String name) |
CouncilParty |
CouncilPartyService.findOne(Long id) |
CouncilParty |
CouncilPartyService.update(CouncilParty councilParty) |
| Modifier and Type | Method and Description |
|---|---|
List<CouncilParty> |
CouncilPartyService.findAll() |
List<CouncilParty> |
CouncilPartyService.getActiveParties() |
List<CouncilParty> |
CouncilPartyService.search(CouncilParty councilParty) |
| Modifier and Type | Method and Description |
|---|---|
CouncilParty |
CouncilPartyService.create(CouncilParty councilParty) |
List<CouncilParty> |
CouncilPartyService.search(CouncilParty councilParty) |
CouncilParty |
CouncilPartyService.update(CouncilParty councilParty) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.