Interface BillAccountReportService
public interface BillAccountReportService
-
Method Summary
Modifier and TypeMethodDescriptiongetContractTitles(Set<Integer> contractIds) byte[]getDocument(Period period, List<Integer> contractIds, int organizationId, String contractTitle) byte[]getPdfDocument(Period period, List<Integer> contractIds, int organizationId, String contractTitle) getXmlDocument(Period period, List<Integer> contractIds, int organizationId, String contractTitle) searchAccountContractReport(Period period, List<Integer> contractIds) searchAccountReport(Period period, List<Integer> contractIds) voidsendDocumentToEmail(Period period, List<Integer> contractIds, int organizationId, String contractTitle, String email)
-
Method Details
-
searchAccountReport
SearchResult<AccountReport> searchAccountReport(Period period, List<Integer> contractIds) throws Exception - Throws:
Exception
-
searchAccountContractReport
SearchResult<AccountContractReport> searchAccountContractReport(Period period, List<Integer> contractIds) throws Exception - Throws:
Exception
-
getDocument
byte[] getDocument(Period period, List<Integer> contractIds, int organizationId, String contractTitle) throws Exception - Throws:
Exception
-
getXmlDocument
String getXmlDocument(Period period, List<Integer> contractIds, int organizationId, String contractTitle) throws Exception - Throws:
Exception
-
getPdfDocument
byte[] getPdfDocument(Period period, List<Integer> contractIds, int organizationId, String contractTitle) throws Exception - Throws:
Exception
-
sendDocumentToEmail
void sendDocumentToEmail(Period period, List<Integer> contractIds, int organizationId, String contractTitle, String email) throws Exception - Throws:
Exception
-
getContractTitles
- Throws:
Exception
-