com.atlassian.bamboo.persister
Class HibernateAuditLogDao
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springframework.orm.hibernate.support.HibernateDaoSupport
com.atlassian.bamboo.persistence3.BambooHibernateObjectDao<AuditLogEntry>
com.atlassian.bamboo.persister.HibernateAuditLogDao
- All Implemented Interfaces:
- BambooObjectDao<AuditLogEntry>, AuditLogDao, org.springframework.beans.factory.InitializingBean
public class HibernateAuditLogDao
- extends BambooHibernateObjectDao<AuditLogEntry>
- implements AuditLogDao
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Methods inherited from class org.springframework.orm.hibernate.support.HibernateDaoSupport |
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateAuditLogDao
public HibernateAuditLogDao()
getAuditLogMessagesForPlan
public java.util.List<AuditLogEntry> getAuditLogMessagesForPlan(Plan plan)
- Specified by:
getAuditLogMessagesForPlan
in interface AuditLogDao
getAuditLogMessagesForPlan
public java.util.List<AuditLogEntry> getAuditLogMessagesForPlan(@NotNull
Plan plan,
long startDate,
long endDate)
- Specified by:
getAuditLogMessagesForPlan
in interface AuditLogDao
getGlobalAuditLogMessages
public java.util.List<AuditLogEntry> getGlobalAuditLogMessages()
- Specified by:
getGlobalAuditLogMessages
in interface AuditLogDao
deleteAllAuditLogMessages
public java.util.List<AuditLogEntry> deleteAllAuditLogMessages()
- Specified by:
deleteAllAuditLogMessages
in interface AuditLogDao
findAll
@NotNull
public java.util.Collection<? extends AuditLogEntry> findAll()
- Specified by:
findAll
in interface AuditLogDao
Copyright © 2012 Atlassian. All Rights Reserved.