Class ContractObjectDAO
java.lang.Object
ru.bgcrm.plugin.bgbilling.dao.BillingDAO
ru.bgcrm.plugin.bgbilling.proto.dao.ContractObjectDAO
-
Field Summary
Fields inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
dbInfo, jsonMapper, jsonTypeFactory, transferData, user
-
Constructor Summary
ConstructorDescriptionContractObjectDAO
(User user, String billingId) ContractObjectDAO
(User user, DBInfo dbInfo) -
Method Summary
Modifier and TypeMethodDescriptioncontractObjectModuleList
(int objectId) void
deleteContractObject
(int contractId, int objectId) getContractObject
(int contractId, int objectId) getContractObjects
(int contractId) int
updateContractObject
(int contractId, int objectId, int typeId, String title, Date dateFrom, Date dateTo) Methods inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
doRequest, getDbInfo, getPage, getParameterId, getVersion, linesToString, readJsonValue, setPage
-
Constructor Details
-
ContractObjectDAO
-
ContractObjectDAO
-
-
Method Details
-
getContractObjects
-
getContractObject
-
contractObjectModuleList
-
deleteContractObject
public void deleteContractObject(int contractId, int objectId) -
updateContractObject
-
getContractObjectsTypes
-