@Service @Transactional(readOnly=true) public class LegalCaseService extends Object
| Constructor and Description |
|---|
LegalCaseService(LegalCaseRepository legalCaseRepository) |
@Autowired public LegalCaseService(LegalCaseRepository legalCaseRepository)
@Transactional public LegalCase persist(LegalCase legalcase, org.springframework.web.multipart.MultipartFile[] files) throws IOException, ParseException
IOExceptionParseException@Transactional public LegalCase update(LegalCase legalcase, org.springframework.web.multipart.MultipartFile[] files) throws IOException, ParseException
IOExceptionParseException@Transactional public void updateCounterAffidavitAndPwr(LegalCase legalcase, List<Pwr> pwrList)
public List<LegalCaseUploadDocuments> getLegalCaseDocList(LegalCase legalCase)
public List<PwrDocuments> getPwrDocList(LegalCase legalCase)
@Transactional public LegalCase saveStandingCouncilEntity(LegalCaseAdvocate legalCaseAdvocate) throws ParseException
ParseExceptionpublic List<PwrDocuments> getPwrDocumentDetails(LegalCase legalCase, org.springframework.web.multipart.MultipartFile[] files) throws IOException
IOExceptionpublic void persistPwrDocuments(List<PwrDocuments> documentDetailsList)
public List<LegalCaseUploadDocuments> getLegalcaseUploadDocumentDetails(LegalCase legalCase, org.springframework.web.multipart.MultipartFile[] files) throws IOException
IOExceptionpublic void persistLegalcaseUploadDocuments(List<LegalCaseUploadDocuments> documentDetailsList)
public ReportStatus getReportStatusByCode(String reportStatusCode)
public LegalCaseDocument persistLegalCaseIndex(LegalCase legalCase, LegalCaseInterimOrder legalCaseInterimOrder, Judgment judgment, JudgmentImpl judgmentImpl, LegalCaseDisposal closeCase) throws ParseException
ParseExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.