Class ContractObjectParamDAO
java.lang.Object
ru.bgcrm.plugin.bgbilling.dao.BillingDAO
ru.bgcrm.plugin.bgbilling.proto.dao.ContractObjectParamDAO
-
Field Summary
Fields inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
dbInfo, jsonMapper, jsonTypeFactory, transferData, user -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAddressParam(int objectId, int paramId) getContractParamIds(int objectId) getListParam(int objectId, int paramId) getParameter(int contractId, int objectId, int paramId) getParameterList(int contractId, int objectId) getParamTitle(int objectId, int paramId) intgetParamType(int objectId, int paramId) getTextParam(int objectId, int paramId) getValuesForListParameter(int parameterId) voidupdateAddressParameter(int contractId, int objectId, int paramId, ParamAddressValue address) voidupdateDateParameter(int contractId, int objectId, int paramId, String value) voidupdateListParameter(int contractId, int objectId, int paramId, String value) voidupdateTextParameter(int contractId, int objectId, int paramId, String value) Methods inherited from class ru.bgcrm.plugin.bgbilling.dao.BillingDAO
doRequest, getDbInfo, getPage, getParameterId, getVersion, linesToString, readJsonValue, setPage
-
Constructor Details
-
ContractObjectParamDAO
-
-
Method Details
-
getParameterList
-
getTextParam
-
getParameter
-
getParamType
public int getParamType(int objectId, int paramId) -
getParamTitle
-
getContractParamIds
-
getAddressParam
-
getListParam
-
updateTextParameter
-
updateListParameter
-
updateAddressParameter
public void updateAddressParameter(int contractId, int objectId, int paramId, ParamAddressValue address) -
updateDateParameter
-
getValuesForListParameter
-