public class HibernateAuditLogDao extends BambooHibernateObjectDao<AuditLogEntry> implements AuditLogDao
| Constructor and Description |
|---|
HibernateAuditLogDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllAuditLogMessages() |
Collection<? extends AuditLogEntry> |
findAll() |
List<AuditLogEntry> |
getAgentAuditLogsMessagesByAgentName(String agentName) |
List<AuditLogEntry> |
getAuditLogMessagesForPlan(ImmutablePlan plan) |
List<AuditLogEntry> |
getAuditLogMessagesForPlan(ImmutablePlan plan,
long startDate,
long endDate) |
List<AuditLogEntry> |
getGlobalAuditLogMessages() |
countAll, countWithRestriction, delete, deleteAll, execute, executeCountQuery, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllgetCacheAwareHibernateTemplatecheckDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllpublic List<AuditLogEntry> getAuditLogMessagesForPlan(ImmutablePlan plan)
getAuditLogMessagesForPlan in interface AuditLogDaopublic List<AuditLogEntry> getAuditLogMessagesForPlan(@NotNull ImmutablePlan plan, long startDate, long endDate)
getAuditLogMessagesForPlan in interface AuditLogDaopublic List<AuditLogEntry> getGlobalAuditLogMessages()
getGlobalAuditLogMessages in interface AuditLogDaopublic List<AuditLogEntry> getAgentAuditLogsMessagesByAgentName(@NotNull String agentName)
getAgentAuditLogsMessagesByAgentName in interface AuditLogDaopublic void deleteAllAuditLogMessages()
deleteAllAuditLogMessages in interface AuditLogDao@NotNull public Collection<? extends AuditLogEntry> findAll()
findAll in interface AuditLogDaoCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.