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.BGException
SearchResult<RSCMService> searchRSCMService(java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
period
- sort
- page
- ru.bitel.bgbilling.common.BGException
RSCMContractService getRSCMContractService(int contractId, int rscmContractServiceId) throws ru.bitel.bgbilling.common.BGException
contractId
- id
- ru.bitel.bgbilling.common.BGException
RSCMService getRSCMService(int rscmServiceId) throws ru.bitel.bgbilling.common.BGException
id
- ru.bitel.bgbilling.common.BGException
void updateRSCMContractService(RSCMContractService rscmContractService) throws ru.bitel.bgbilling.common.BGException
rscmContractService
- ru.bitel.bgbilling.common.BGException
void updateRSCMService(RSCMService rscmService) throws ru.bitel.bgbilling.common.BGException
rscmService
- ru.bitel.bgbilling.common.BGException
void deleteRSCMContractService(int rscmContractServiceId, int contractId, java.util.Date month) throws ru.bitel.bgbilling.common.BGException
rscmContractServiceId
- date
- ru.bitel.bgbilling.common.BGException
void deleteRSCMService(int rscmServiceId) throws ru.bitel.bgbilling.common.BGException
rscmServiceId
- ru.bitel.bgbilling.common.BGException
void 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.BGException
java.util.List<IdTitle> getRSCMContractServiceList(boolean isUsing) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
java.util.List<IdTitle> getRSCMServiceList() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException