public class AuditRepositoryImpl extends org.craftercms.commons.mongo.AbstractJongoRepository<AuditLog> implements AuditRepository
| Constructor and Description |
|---|
AuditRepositoryImpl() |
| 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 id,
Date from,
Date to,
List<String> profilesToExclude) |
Iterable<AuditLog> |
getNotificationsToSend(String threadId,
Date from,
Date to) |
void |
setProfileAggregatorImpl(ProfileAggregator profileAggregator) |
checkCommandResult, count, count, count, createSortQuery, deleteFile, deleteFile, find, find, findAll, findById, findByStringId, findOne, findOne, getCollection, getFileInfo, getFileInfo, getQueryFor, init, insert, insert, readFile, readFile, remove, remove, removeById, removeByStringId, returnList, returnSimple, save, save, saveFile, saveFile, setJongo, setQueries, update, update, update, update, updateFile, updateFile, updateFile, validateObject, validateObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, updateFilepublic void deleteByIds(List<String> ids) throws SocialException
deleteByIds in interface AuditRepositorySocialExceptionpublic List<AuditLog> getByDate(String context, Date from, Date to) throws SocialException
getByDate in interface AuditRepositorySocialExceptionpublic List<AuditLog> getByDate(Date from, Date to) throws SocialException
getByDate in interface AuditRepositorySocialExceptionpublic Iterable<AuditLog> getNotificationsToSend(String threadId, Date from, Date to) throws SocialException
getNotificationsToSend in interface AuditRepositorySocialExceptionpublic List<HashMap> getNotificationDigest(String id, Date from, Date to, List<String> profilesToExclude) throws SocialException
getNotificationDigest in interface AuditRepositorySocialExceptionpublic void setProfileAggregatorImpl(ProfileAggregator profileAggregator)
Copyright © 2015 CrafterCMS. All Rights Reserved.