Class RscmDAO
java.lang.Object
ru.bgcrm.plugin.bgbilling.dao.BillingDAO
ru.bgcrm.plugin.bgbilling.proto.dao.BillingModuleDAO
ru.bgcrm.plugin.bgbilling.proto.dao.RscmDAO
- 
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 TypeMethodDescriptionvoiddeleteService(int contractId, int contractServiceId, Date month) getService(int contractId, int contractServiceId) voidgetServices(Pageable<RscmService> result, int contractId, Date dateFrom, Date dateTo) voidupdateService(RscmService service) 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
- 
RscmDAO
 - 
RscmDAO
 
 - 
 - 
Method Details
- 
getServices
 - 
getService
 - 
updateService
 - 
deleteService
 
 -