@Service @Transactional(readOnly=true) public class JudgmentImplService extends Object
| Constructor and Description |
|---|
JudgmentImplService(JudgmentImplRepository judgmentImplRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<JudgmentImpl> |
findAll() |
JudgmentImpl |
findOne(Long id) |
List<AppealDocuments> |
getAppealDocList(JudgmentImpl judgmentImpl) |
JudgmentImpl |
persist(JudgmentImpl judgmentImpl) |
void |
persistAppealOrContempt(JudgmentImpl judgmentImpl) |
void |
processAndStoreAppealDocuments(JudgmentImpl judgmentImpl) |
void |
saveOrUpdate(JudgmentImpl judgmentImpl) |
@Autowired public JudgmentImplService(JudgmentImplRepository judgmentImplRepository)
@Transactional public JudgmentImpl persist(JudgmentImpl judgmentImpl)
@Transactional public void saveOrUpdate(JudgmentImpl judgmentImpl)
@Transactional public void persistAppealOrContempt(JudgmentImpl judgmentImpl)
public List<AppealDocuments> getAppealDocList(JudgmentImpl judgmentImpl)
@Transactional public void processAndStoreAppealDocuments(JudgmentImpl judgmentImpl)
public List<JudgmentImpl> findAll()
public JudgmentImpl findOne(Long id)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.