@Service @Transactional(readOnly=true) public class JudgmentService extends Object
| Constructor and Description |
|---|
JudgmentService(JudgmentRepository judgmentRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<Judgment> |
findAll() |
Judgment |
findById(Long id) |
Judgment |
findByLCNumber(String lcNumber) |
List<JudgmentDocuments> |
getJudgmentDocList(Judgment judgment) |
Judgment |
persist(Judgment judgment) |
protected void |
processAndStoreApplicationDocuments(Judgment judgment,
List<JudgmentDocuments> judgmentDoc) |
void |
updateNextDate(Judgment judgment) |
@Autowired public JudgmentService(JudgmentRepository judgmentRepository)
public List<JudgmentDocuments> getJudgmentDocList(Judgment judgment)
protected void processAndStoreApplicationDocuments(Judgment judgment, List<JudgmentDocuments> judgmentDoc)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public Judgment findByLCNumber(String lcNumber)
public void updateNextDate(Judgment judgment)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.