@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) |
List<AppealDocuments> |
getDocumentDetails(JudgmentImpl judgmentImpl,
org.springframework.web.multipart.MultipartFile[] files) |
JudgmentImpl |
persist(JudgmentImpl judgmentImpl,
org.springframework.web.multipart.MultipartFile[] files) |
void |
persistAppealOrContempt(JudgmentImpl judgmentImpl) |
void |
persistDocuments(List<AppealDocuments> documentDetailsList) |
void |
saveOrUpdate(JudgmentImpl judgmentImpl,
org.springframework.web.multipart.MultipartFile[] files) |
@Autowired public JudgmentImplService(JudgmentImplRepository judgmentImplRepository)
@Transactional public JudgmentImpl persist(JudgmentImpl judgmentImpl, org.springframework.web.multipart.MultipartFile[] files) throws IOException
IOException@Transactional public void saveOrUpdate(JudgmentImpl judgmentImpl, org.springframework.web.multipart.MultipartFile[] files) throws IOException, ParseException
IOExceptionParseException@Transactional public void persistAppealOrContempt(JudgmentImpl judgmentImpl)
public List<AppealDocuments> getAppealDocList(JudgmentImpl judgmentImpl)
public List<AppealDocuments> getDocumentDetails(JudgmentImpl judgmentImpl, org.springframework.web.multipart.MultipartFile[] files) throws IOException
IOExceptionpublic void persistDocuments(List<AppealDocuments> documentDetailsList)
public List<JudgmentImpl> findAll()
public JudgmentImpl findOne(Long id)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.