Interface RSCMService
public interface RSCMService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
deleteRSCMContractService
(int rscmContractServiceId, int contractId, LocalDate month) void
deleteRSCMContractServiceInstallment
(int id, int contractId) void
deleteRSCMService
(int rscmServiceId) getRSCMContractService
(int contractId, int rscmContractServiceId) getRSCMContractServiceList
(boolean isUsing) getRSCMService
(int rscmServiceId) void
void
recalculate
(Date startMonth, String email, List<Integer> contractIds) void
searchRSCMContractService
(int contractId, Period period, String[] sort, Page page) searchRSCMContractServiceInstallment
(int contractId, int status, String[] sort, Page page) searchRSCMService
(String[] sort, Page page) void
void
updateRSCMContractService
(RSCMContractService rscmContractService) void
updateRSCMService
(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:
BGException
Exception
-
searchRSCMService
- Parameters:
period
-sort
-page
-- Returns:
- Throws:
BGException
Exception
-
getRSCMContractService
RSCMContractService getRSCMContractService(int contractId, int rscmContractServiceId) throws Exception - Parameters:
contractId
-id
-- Returns:
- Throws:
BGException
Exception
-
getRSCMService
- Parameters:
id
-- Returns:
- Throws:
BGException
Exception
-
updateRSCMContractService
- Parameters:
rscmContractService
-- Throws:
BGException
Exception
-
updateRSCMService
- Parameters:
rscmService
-- Throws:
BGException
Exception
-
deleteRSCMContractService
void deleteRSCMContractService(int rscmContractServiceId, int contractId, LocalDate month) throws Exception - Parameters:
rscmContractServiceId
-date
-- Throws:
BGException
Exception
-
deleteRSCMService
- Parameters:
rscmServiceId
-- Throws:
BGException
Exception
-
recalculate
- Parameters:
startMonth
-email
-contractIds
-- Throws:
BGException
Exception
-
getRSCMContractServiceList
- Returns:
- Throws:
BGException
Exception
-
getRSCMServiceList
- Returns:
- Throws:
BGException
Exception
-
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
-