Interface RSCMService
public interface RSCMService
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoiddeleteRSCMContractService(int rscmContractServiceId, int contractId, LocalDate month) voiddeleteRSCMContractServiceInstallment(int id, int contractId) voiddeleteRSCMService(int rscmServiceId) getRSCMContractService(int contractId, int rscmContractServiceId) getRSCMContractServiceList(boolean isUsing) getRSCMService(int rscmServiceId) voidvoidrecalculate(Date startMonth, String email, List<Integer> contractIds) voidsearchRSCMContractService(int contractId, Period period, String[] sort, Page page) searchRSCMContractServiceInstallment(int contractId, int status, String[] sort, Page page) searchRSCMService(String[] sort, Page page) voidvoidupdateRSCMContractService(RSCMContractService rscmContractService) voidupdateRSCMService(RSCMService rscmService)
-
Method Details
-
searchRSCMContractService
SearchResult<RSCMContractService> searchRSCMContractService(int contractId, Period period, String[] sort, Page page) throws Exception - Parameters:
contractId-period-sort-page-- Returns:
- Throws:
BGExceptionException
-
searchRSCMService
- Parameters:
period-sort-page-- Returns:
- Throws:
BGExceptionException
-
getRSCMContractService
RSCMContractService getRSCMContractService(int contractId, int rscmContractServiceId) throws Exception - Parameters:
contractId-id-- Returns:
- Throws:
BGExceptionException
-
getRSCMService
- Parameters:
id-- Returns:
- Throws:
BGExceptionException
-
updateRSCMContractService
- Parameters:
rscmContractService-- Throws:
BGExceptionException
-
updateRSCMService
- Parameters:
rscmService-- Throws:
BGExceptionException
-
deleteRSCMContractService
void deleteRSCMContractService(int rscmContractServiceId, int contractId, LocalDate month) throws Exception - Parameters:
rscmContractServiceId-date-- Throws:
BGExceptionException
-
deleteRSCMService
- Parameters:
rscmServiceId-- Throws:
BGExceptionException
-
recalculate
- Parameters:
startMonth-email-contractIds-- Throws:
BGExceptionException
-
getRSCMContractServiceList
- Returns:
- Throws:
BGExceptionException
-
getRSCMServiceList
- Returns:
- Throws:
BGExceptionException
-
searchRSCMContractServiceInstallment
SearchResult<RSCMContractServiceInstallment> searchRSCMContractServiceInstallment(int contractId, int status, String[] sort, Page page) throws Exception - Throws:
Exception
-
deleteRSCMContractServiceInstallment
- Throws:
Exception
-
infoRSCMContractServiceInstallment
- Throws:
Exception
-
suspendRSCMContractServiceInstallment
- Throws:
Exception
-
resumeRSCMContractServiceInstallment
- Throws:
Exception
-
cancelRSCMContractServiceInstallment
- Throws:
Exception
-
closeRSCMContractServiceInstallment
- Throws:
Exception
-