com.atlassian.bamboo.persister
Interface AuditLogDao

All Superinterfaces:
BambooObjectDao, bucket.core.persistence.ObjectDao
All Known Implementing Classes:
HibernateAuditLogDao

public interface AuditLogDao
extends BambooObjectDao


Method Summary
 java.util.List<AuditLogEntry> getAuditLogMessagesForPlan(Plan plan)
           
 java.util.List<AuditLogEntry> getGlobalAuditLogMessages()
           
 
Methods inherited from interface com.atlassian.bamboo.persistence.BambooObjectDao
findById
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, getPersistentClass, refresh, remove, replicate, save, saveRaw
 

Method Detail

getAuditLogMessagesForPlan

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

getGlobalAuditLogMessages

java.util.List<AuditLogEntry> getGlobalAuditLogMessages()


Copyright © 2010 Atlassian. All Rights Reserved.