| Package | Description |
|---|---|
| org.egov.lcms.transactions.entity | |
| org.egov.lcms.transactions.repository | |
| org.egov.lcms.transactions.service | |
| org.egov.lcms.utils |
| Modifier and Type | Method and Description |
|---|---|
Judgment |
JudgmentImpl.getJudgment() |
Judgment |
JudgmentDocuments.getJudgment() |
Judgment |
LegalCase.getJudgmentValue() |
Judgment |
Judgment.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Set<Judgment> |
Judgment.getChildren() |
List<Judgment> |
LegalCase.getJudgment() |
List<Judgment> |
LegalCase.getJudgmentsBeanList() |
| Modifier and Type | Method and Description |
|---|---|
void |
JudgmentImpl.setJudgment(Judgment judgment) |
void |
JudgmentDocuments.setJudgment(Judgment judgment) |
void |
Judgment.setParent(Judgment parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
Judgment.setChildren(Set<Judgment> children) |
void |
LegalCase.setJudgment(List<Judgment> judgment) |
void |
LegalCase.setJudgmentsBeanList(List<Judgment> judgmentsBeanList) |
| Modifier and Type | Method and Description |
|---|---|
Judgment |
JudgmentRepository.findByLegalCase_lcNumber(String lcNumber) |
| Modifier and Type | Method and Description |
|---|---|
Judgment |
JudgmentService.findById(Long id) |
Judgment |
JudgmentService.findByLCNumber(String lcNumber) |
Judgment |
JudgmentService.persist(Judgment judgment) |
| Modifier and Type | Method and Description |
|---|---|
List<Judgment> |
JudgmentService.findAll() |
| Modifier and Type | Method and Description |
|---|---|
List<JudgmentDocuments> |
JudgmentService.getJudgmentDocList(Judgment judgment) |
Judgment |
JudgmentService.persist(Judgment judgment) |
protected void |
JudgmentService.processAndStoreApplicationDocuments(Judgment judgment,
List<JudgmentDocuments> judgmentDoc) |
void |
JudgmentService.updateNextDate(Judgment judgment) |
| Modifier and Type | Method and Description |
|---|---|
List<JudgmentDocuments> |
LegalCaseUtil.getJudgmentDocumentList(Judgment judgment) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.