org.jboss.test.cmp2.audit.interfaces
Interface AuditHome

All Superinterfaces:
EJBLocalHome (src)

public interface AuditHome
extends EJBLocalHome (src)

An entity bean with audit fields behind the scenes.


Method Summary
 Audit (src) create(java.lang.String id)
           
 java.util.Collection findAll()
           
 Audit (src) findByPrimaryKey(java.lang.String id)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public Audit (src)  create(java.lang.String id)
             throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public Audit (src)  findByPrimaryKey(java.lang.String id)
                       throws FinderException (src) 
Throws:
FinderException (src)

findAll

public java.util.Collection findAll()
                             throws FinderException (src) 
Throws:
FinderException (src)