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
moduleId
Fields inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
COMMENT, DATE_1, DATE_2, dbInfo, jsonMapper, jsonTypeFactory, PARAMETERS, TITLE, transferData, user, VALUE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contractDocTypeAdd
(int contractId, String typeIds) void
contractDocTypeDelete
(int contractId, String typeIds) getAttributeList
(int contractId) getContractDocTypeList
(int contractId, String type) byte[]
getDocumentsPdf
(String ids, String type) void
searchBillList
(int contractId, Pageable<Bill> searchResult) void
searchInvoiceList
(int contractId, Pageable<Invoice> searchResult) void
setPayed
(String ids, boolean value, Date date, BigDecimal summa, String comment) Methods inherited from class ru.bgcrm.plugin.bgbilling.proto.dao.BillingModuleDAO
getModuleId, setModuleId
Methods 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
-