| Package | Description |
|---|---|
| org.egov.lcms.masters.repository | |
| org.egov.lcms.masters.service | |
| org.egov.lcms.transactions.entity |
| Modifier and Type | Method and Description |
|---|---|
CourtMaster |
CourtMasterRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CourtMaster> |
CourtMasterRepository.findByActiveTrueAndCourtType(CourtTypeMaster courtType) |
List<CourtMaster> |
CourtMasterRepository.findByActiveTrueOrderByOrderNumberAsc() |
| Modifier and Type | Method and Description |
|---|---|
CourtMaster |
CourtMasterService.findByName(String name) |
CourtMaster |
CourtMasterService.findOne(Long id) |
CourtMaster |
CourtMasterService.persist(CourtMaster courtMaster) |
| Modifier and Type | Method and Description |
|---|---|
List<CourtMaster> |
CourtMasterService.findActiveCourtByCourtType(CourtTypeMaster courtType) |
List<CourtMaster> |
CourtMasterService.findAll() |
List<CourtMaster> |
CourtMasterService.getActiveCourtMaster() |
List<CourtMaster> |
CourtMasterService.search(CourtMaster courtMaster) |
| Modifier and Type | Method and Description |
|---|---|
CourtMaster |
CourtMasterService.persist(CourtMaster courtMaster) |
List<CourtMaster> |
CourtMasterService.search(CourtMaster courtMaster) |
| Modifier and Type | Method and Description |
|---|---|
CourtMaster |
LegalCase.getCourtMaster() |
| Modifier and Type | Method and Description |
|---|---|
void |
LegalCase.setCourtMaster(CourtMaster courtMaster) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.