| Package | Description |
|---|---|
| org.egov.lcms.transactions.entity | |
| org.egov.lcms.transactions.repository | |
| org.egov.lcms.transactions.service |
| Modifier and Type | Method and Description |
|---|---|
Hearings |
EmployeeHearing.getHearing() |
| Modifier and Type | Method and Description |
|---|---|
List<Hearings> |
LegalCase.getHearings() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeHearing.setHearing(Hearings hearing) |
| Modifier and Type | Method and Description |
|---|---|
void |
LegalCase.setHearings(List<Hearings> hearings) |
| Modifier and Type | Method and Description |
|---|---|
List<Hearings> |
HearingsRepository.findByLegalCase_lcNumber(String lcNumber) |
| Modifier and Type | Method and Description |
|---|---|
Hearings |
HearingsService.buildEmplyeeList(Hearings hearings) |
Hearings |
HearingsService.findById(Long id) |
Hearings |
HearingsService.persist(Hearings hearings) |
| Modifier and Type | Method and Description |
|---|---|
List<Hearings> |
HearingsService.findAll() |
List<Hearings> |
HearingsService.findByLCNumber(String lcNumber) |
| Modifier and Type | Method and Description |
|---|---|
Hearings |
HearingsService.buildEmplyeeList(Hearings hearings) |
Hearings |
HearingsService.persist(Hearings hearings) |
void |
HearingsService.updateNextDate(Hearings hearings,
LegalCase legalCase) |
org.springframework.validation.BindingResult |
HearingsService.validateDate(Hearings hearings,
LegalCase legalCase,
org.springframework.validation.BindingResult errors) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.