public interface AuditRepository extends org.craftercms.commons.mongo.CrudRepository<AuditLog>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByIds(List<String> ids) |
List<AuditLog> |
getByDate(Date from,
Date to) |
List<AuditLog> |
getByDate(String context,
Date from,
Date to) |
List<HashMap> |
getNotificationDigest(String threadId,
Date from,
Date to,
List<String> profilesToExclude) |
Iterable<AuditLog> |
getNotificationsToSend(String threadId,
Date from,
Date to) |
count, count, count, deleteFile, deleteFile, find, find, findAll, findById, findByStringId, findOne, findOne, getFileInfo, getFileInfo, insert, insert, readFile, readFile, remove, remove, removeById, removeByStringId, save, save, saveFile, saveFile, update, update, update, update, updateFile, updateFile, updateFilevoid deleteByIds(List<String> ids) throws SocialException
SocialExceptionList<AuditLog> getByDate(String context, Date from, Date to) throws SocialException
SocialExceptionList<AuditLog> getByDate(Date from, Date to) throws SocialException
SocialExceptionIterable<AuditLog> getNotificationsToSend(String threadId, Date from, Date to) throws SocialException
SocialExceptionList<HashMap> getNotificationDigest(String threadId, Date from, Date to, List<String> profilesToExclude) throws SocialException
SocialExceptionCopyright © 2015 CrafterCMS. All Rights Reserved.