| Package | Description |
|---|---|
| org.egov.lcms.masters.entity | |
| org.egov.lcms.masters.repository | |
| org.egov.lcms.masters.service |
| Modifier and Type | Method and Description |
|---|---|
CourtTypeMaster |
PetitionTypeMaster.getCourtType() |
CourtTypeMaster |
CourtMaster.getCourtType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PetitionTypeMaster.setCourtType(CourtTypeMaster courtType) |
void |
CourtMaster.setCourtType(CourtTypeMaster courtType) |
| Modifier and Type | Method and Description |
|---|---|
CourtTypeMaster |
CourtTypeMasterRepository.findByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<CourtTypeMaster> |
CourtTypeMasterRepository.findByActiveTrueOrderByOrderNumberAsc() |
| Modifier and Type | Method and Description |
|---|---|
List<PetitionTypeMaster> |
PetitionTypeMasterRepository.findByActiveTrueAndCourtType(CourtTypeMaster courtType) |
List<CourtMaster> |
CourtMasterRepository.findByActiveTrueAndCourtType(CourtTypeMaster courtType) |
| Modifier and Type | Method and Description |
|---|---|
CourtTypeMaster |
CourtTypeMasterService.create(CourtTypeMaster courtTypeMaster) |
CourtTypeMaster |
CourtTypeMasterService.findByCode(String code) |
CourtTypeMaster |
CourtTypeMasterService.findOne(Long id) |
CourtTypeMaster |
CourtTypeMasterService.update(CourtTypeMaster courtTypeMaster) |
| Modifier and Type | Method and Description |
|---|---|
List<CourtTypeMaster> |
CourtTypeMasterService.findAll() |
List<CourtTypeMaster> |
CourtTypeMasterService.getActiveCourtTypes() |
List<CourtTypeMaster> |
CourtTypeMasterService.getCourtTypeList() |
List<CourtTypeMaster> |
CourtTypeMasterService.search(CourtTypeMaster courtTypeMaster) |
| Modifier and Type | Method and Description |
|---|---|
CourtTypeMaster |
CourtTypeMasterService.create(CourtTypeMaster courtTypeMaster) |
List<CourtMaster> |
CourtMasterService.findActiveCourtByCourtType(CourtTypeMaster courtType) |
List<PetitionTypeMaster> |
PetitionTypeMasterService.findActivePetitionByCourtType(CourtTypeMaster courtType) |
List<CourtTypeMaster> |
CourtTypeMasterService.search(CourtTypeMaster courtTypeMaster) |
CourtTypeMaster |
CourtTypeMasterService.update(CourtTypeMaster courtTypeMaster) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.