Class BillDAO
java.lang.Object
ru.bgcrm.plugin.bgbilling.dao.BillingDAO
ru.bgcrm.plugin.bgbilling.proto.dao.BillingModuleDAO
ru.bgcrm.plugin.bgbilling.proto.dao.BillDAO
- 
Field Summary
Fields inherited from class ru.bgcrm.plugin.bgbilling.proto.dao.BillingModuleDAO
moduleIdFields inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
dbInfo, jsonMapper, jsonTypeFactory, transferData, user - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcontractDocTypeAdd(int contractId, String typeIds) voidcontractDocTypeDelete(int contractId, String typeIds) getAttributeList(int contractId) getContractDocTypeList(int contractId, String type) byte[]getDocumentsPdf(String ids, String type) voidsearchBillList(int contractId, Pageable<Bill> searchResult) voidsearchInvoiceList(int contractId, Pageable<Invoice> searchResult) voidsetPayed(String ids, boolean value, Date date, BigDecimal summa, String comment) Methods inherited from class ru.bgcrm.plugin.bgbilling.proto.dao.BillingModuleDAO
getModuleId, setModuleIdMethods inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
doRequest, getDbInfo, getPage, getParameterId, getVersion, linesToString, readJsonValue, setPage 
- 
Constructor Details
- 
BillDAO
 
 - 
 - 
Method Details
- 
getAttributeTypeList
 - 
getAttributeList
 - 
getContractDocTypeList
 - 
contractDocTypeAdd
 - 
contractDocTypeDelete
 - 
searchBillList
 - 
searchInvoiceList
 - 
setPayed
 - 
getDocumentsPdf
 
 -