| Package | Description |
|---|---|
| org.egov.commons.repository | |
| org.egov.commons.service |
| Modifier and Type | Method and Description |
|---|---|
ChairPerson |
ChairPersonRepository.findActiveChairPerson() |
ChairPerson |
ChairPersonRepository.findActiveChairPersonAsOnDate() |
ChairPerson |
ChairPersonRepository.findActiveChairPersonByCurrentDate() |
| Modifier and Type | Method and Description |
|---|---|
ChairPerson |
ChairPersonService.createChairPerson(ChairPerson chairPerson) |
ChairPerson |
ChairPersonService.findById(Long id) |
ChairPerson |
ChairPersonService.getActiveChairPerson() |
ChairPerson |
ChairPersonService.getActiveChairPersonAsOnCurrentDate() |
ChairPerson |
ChairPersonService.getActiveChairPersonByCurrentDate() |
ChairPerson |
ChairPersonService.load(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<ChairPerson> |
ChairPersonService.findAll() |
org.springframework.data.domain.Page<ChairPerson> |
ChairPersonService.getListOfChairPersons(Integer pageNumber,
Integer pageSize) |
| Modifier and Type | Method and Description |
|---|---|
ChairPerson |
ChairPersonService.createChairPerson(ChairPerson chairPerson) |
void |
ChairPersonService.updateChairPerson(ChairPerson chairPerson) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.