SmsAuditServiceImpl

public class SmsAuditServiceImpl implements SmsAuditService

Service that does the reading and writing to the SMS audit log.

Methods

countAllSmsRecords

public long countAllSmsRecords(SmsRecordSearchCriteria criteria)

findAllSmsRecords

public List<SmsRecord> findAllSmsRecords()

findAllSmsRecords

public SmsRecords findAllSmsRecords(SmsRecordSearchCriteria criteria)

setSmsRecordsDataService

public void setSmsRecordsDataService(SmsRecordsDataService smsRecordsDataService)