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
COMMENT, DATE_1, DATE_2, dbInfo, jsonMapper, jsonTypeFactory, PARAMETERS, TITLE, transferData, user, VALUE
-
Constructor Summary
ConstructorDescriptionContractObjectDAO
(User user, String billingId) ContractObjectDAO
(User user, DBInfo dbInfo) -
Method Summary
Modifier and TypeMethodDescriptioncontractObjectModuleList
(int objectId) void
createContractObject
(ContractObject object, int contractId) void
deleteContractObject
(int contractId, int objectId) getContractObject
(int objectId) getContractObjects
(int contractId) int
updateContractObject
(int objectId, String title, Date dateFrom, Date dateTo, int typeId, int contractId) void
updateContractObject
(ContractObject object) Methods inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
doRequest, getDbInfo, getPage, getParameterId, getVersion, linesToString, readJsonValue, setPage
-
Constructor Details
-
ContractObjectDAO
-
ContractObjectDAO
-
-
Method Details
-
getContractObject
-
contractObjectModuleList
-
deleteContractObject
public void deleteContractObject(int contractId, int objectId) -
updateContractObject
-
createContractObject
-
updateContractObject
-
getContractObjects
-
getContractObjectsType
-