| Package | Description |
|---|---|
| org.egov.lcms.masters.repository | |
| org.egov.lcms.masters.service | |
| org.egov.lcms.transactions.entity |
| Modifier and Type | Method and Description |
|---|---|
JudgmentType |
JudgmentTypeRepository.findByCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<JudgmentType> |
JudgmentTypeRepository.findByActiveTrueOrderByOrderNumberAsc() |
| Modifier and Type | Method and Description |
|---|---|
JudgmentType |
JudgmentTypeService.findByCode(String code) |
JudgmentType |
JudgmentTypeService.findOne(Long id) |
JudgmentType |
JudgmentTypeService.persist(JudgmentType judgmentType) |
| Modifier and Type | Method and Description |
|---|---|
List<JudgmentType> |
JudgmentTypeService.findAll() |
List<JudgmentType> |
JudgmentTypeService.getActiveJudgementTypes() |
List<JudgmentType> |
JudgmentTypeService.getJudgmentTypeList() |
List<JudgmentType> |
JudgmentTypeService.search(JudgmentType judgmentType) |
| Modifier and Type | Method and Description |
|---|---|
JudgmentType |
JudgmentTypeService.persist(JudgmentType judgmentType) |
List<JudgmentType> |
JudgmentTypeService.search(JudgmentType judgmentType) |
| Modifier and Type | Method and Description |
|---|---|
JudgmentType |
Judgment.getJudgmentType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Judgment.setJudgmentType(JudgmentType newJudgmentType) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.