com.atlassian.bamboo.persister
Interface AuditLogDao

All Superinterfaces:
BambooObjectDao<AuditLogEntry>
All Known Implementing Classes:
HibernateAuditLogDao

public interface AuditLogDao
extends BambooObjectDao<AuditLogEntry>


Method Summary
 java.util.List<AuditLogEntry> deleteAllAuditLogMessages()
           
 java.util.Collection<? extends AuditLogEntry> findAll()
           
 java.util.List<AuditLogEntry> getAuditLogMessagesForPlan(Plan plan)
           
 java.util.List<AuditLogEntry> getAuditLogMessagesForPlan(Plan plan, long startDate, long endDate)
           
 java.util.List<AuditLogEntry> getGlobalAuditLogMessages()
           
 
Methods inherited from interface com.atlassian.bamboo.persistence3.BambooObjectDao
delete, deleteAll, executeReturnLong, findAll, findById, save, saveAll
 

Method Detail

getAuditLogMessagesForPlan

java.util.List<AuditLogEntry> getAuditLogMessagesForPlan(Plan plan)

getAuditLogMessagesForPlan

java.util.List<AuditLogEntry> getAuditLogMessagesForPlan(Plan plan,
                                                         long startDate,
                                                         long endDate)

getGlobalAuditLogMessages

java.util.List<AuditLogEntry> getGlobalAuditLogMessages()

deleteAllAuditLogMessages

java.util.List<AuditLogEntry> deleteAllAuditLogMessages()

findAll

@NotNull
java.util.Collection<? extends AuditLogEntry> findAll()


Copyright © 2011 Atlassian. All Rights Reserved.