SmsAuditService

public interface SmsAuditService

Reading and writing to the SMS audit log

Methods

countAllSmsRecords

long countAllSmsRecords(SmsRecordSearchCriteria criteria)

Returns the count of SmsRecords entries matching the specified search criteria.

Returns:the count of sms records matching the provided criteria

findAllSmsRecords

List<SmsRecord> findAllSmsRecords()

Finds and returns all SmsRecord entries in the sms log.

Returns:all sms records in the sms log

findAllSmsRecords

SmsRecords findAllSmsRecords(SmsRecordSearchCriteria criteria)

Finds and returns all SmsRecords entries matching the specified search criteria.

Returns:all sms records matching the provided criteria