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:
-
searchRSCMService
- Parameters:
sort-page-period-- Returns:
-
getRSCMContractService
RSCMContractService getRSCMContractService(int contractId, int rscmContractServiceId) throws Exception - Parameters:
contractId-id-- Returns:
-
getRSCMService
- Parameters:
id-- Returns:
-
updateRSCMContractService
- Parameters:
rscmContractService-
-
updateRSCMService
- Parameters:
rscmService-
-
deleteRSCMContractService
void deleteRSCMContractService(int rscmContractServiceId, int contractId, LocalDate month) throws Exception - Parameters:
rscmContractServiceId-date-
-
deleteRSCMService
- Parameters:
rscmServiceId-
-
recalculate
- Parameters:
startMonth-email-contractIds-
-
getRSCMContractServiceList
- Returns:
-
getRSCMServiceList
- Returns:
-
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
-