Interface SmsReadPlatformService
- All Known Implementing Classes:
SmsReadPlatformServiceImpl
public interface SmsReadPlatformService
-
Method Summary
Modifier and TypeMethodDescriptionretrieveAllDelivered(Integer limit) retrieveAllFailed(Integer limit) retrieveAllPending(Integer limit) retrieveAllPending(Long campaignId, Integer limit) retrieveAllSent(Integer limit) org.apache.fineract.infrastructure.core.service.Page<Long> retrieveOne(Long resourceId) org.apache.fineract.infrastructure.core.service.Page<SmsData> retrieveSmsByStatus(Long campaignId, org.apache.fineract.infrastructure.core.service.SearchParameters searchParameters, Integer status, LocalDate dateFrom, LocalDate dateTo)
-
Method Details
-
retrieveAll
-
retrieveOne
-
retrieveAllPending
-
retrieveAllSent
-
retrieveAllDelivered
-
retrieveAllFailed
-
retrieveSmsByStatus
-
retrieveExternalIdsOfAllSent
-
retrieveAllWaitingForDeliveryReport
-
retrieveAllPending
-