com.atlassian.bamboo.persister
Interface IAuditLogDao

All Superinterfaces:
BambooObjectDao, org.springframework.beans.factory.InitializingBean, bucket.core.persistence.ObjectDao
All Known Implementing Classes:
AuditLogDao

public interface IAuditLogDao
extends org.springframework.beans.factory.InitializingBean, bucket.core.persistence.ObjectDao, BambooObjectDao


Method Summary
 java.lang.Class getPersistentClass()
           
 
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
 
Methods inherited from interface com.atlassian.bamboo.persistence.BambooObjectDao
findById
 
Methods inherited from interface bucket.core.persistence.ObjectDao
findAll, findAllSorted, refresh, remove, replicate, save, saveRaw
 

Method Detail

getPersistentClass

java.lang.Class getPersistentClass()
Specified by:
getPersistentClass in interface bucket.core.persistence.ObjectDao


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.