public interface RSCMService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRSCMContractService(int rscmContractServiceId,
int contractId,
java.util.Date month) |
void |
deleteRSCMService(int rscmServiceId) |
RSCMContractService |
getRSCMContractService(int contractId,
int rscmContractServiceId) |
java.util.List<IdTitle> |
getRSCMContractServiceList(boolean isUsing) |
RSCMService |
getRSCMService(int rscmServiceId) |
java.util.List<IdTitle> |
getRSCMServiceList() |
void |
recalculate(java.util.Date startMonth,
java.lang.String email,
java.util.List<java.lang.Integer> contractIds) |
SearchResult<RSCMContractService> |
searchRSCMContractService(int contractId,
Period period,
java.lang.String[] sort,
Page page) |
SearchResult<RSCMService> |
searchRSCMService(java.lang.String[] sort,
Page page) |
void |
updateRSCMContractService(RSCMContractService rscmContractService) |
void |
updateRSCMService(RSCMService rscmService) |
SearchResult<RSCMContractService> searchRSCMContractService(int contractId, Period period, java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
contractId - period - sort - page - ru.bitel.bgbilling.common.BGExceptionSearchResult<RSCMService> searchRSCMService(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
period - sort - page - ru.bitel.bgbilling.common.BGExceptionRSCMContractService getRSCMContractService(int contractId, int rscmContractServiceId) throws ru.bitel.bgbilling.common.BGException
contractId - id - ru.bitel.bgbilling.common.BGExceptionRSCMService getRSCMService(int rscmServiceId) throws ru.bitel.bgbilling.common.BGException
id - ru.bitel.bgbilling.common.BGExceptionvoid updateRSCMContractService(RSCMContractService rscmContractService) throws ru.bitel.bgbilling.common.BGException
rscmContractService - ru.bitel.bgbilling.common.BGExceptionvoid updateRSCMService(RSCMService rscmService) throws ru.bitel.bgbilling.common.BGException
rscmService - ru.bitel.bgbilling.common.BGExceptionvoid deleteRSCMContractService(int rscmContractServiceId,
int contractId,
java.util.Date month)
throws ru.bitel.bgbilling.common.BGException
rscmContractServiceId - date - ru.bitel.bgbilling.common.BGExceptionvoid deleteRSCMService(int rscmServiceId)
throws ru.bitel.bgbilling.common.BGException
rscmServiceId - ru.bitel.bgbilling.common.BGExceptionvoid recalculate(java.util.Date startMonth,
java.lang.String email,
java.util.List<java.lang.Integer> contractIds)
throws ru.bitel.bgbilling.common.BGException
startMonth - email - contractIds - ru.bitel.bgbilling.common.BGExceptionjava.util.List<IdTitle> getRSCMContractServiceList(boolean isUsing) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGExceptionjava.util.List<IdTitle> getRSCMServiceList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException