SmsAuditService¶
-
public interface
SmsAuditService¶ Reading and writing to the SMS audit log
Methods¶
countAllSmsRecords¶
-
long
countAllSmsRecords(SmsRecordSearchCriteria criteria)¶ Returns the count of
SmsRecordsentries matching the specified search criteria.Returns: the count of sms records matching the provided criteria
findAllSmsRecords¶
findAllSmsRecords¶
-
SmsRecords
findAllSmsRecords(SmsRecordSearchCriteria criteria)¶ Finds and returns all
SmsRecordsentries matching the specified search criteria.Returns: all sms records matching the provided criteria