org.jboss.test.cmp2.readonly
Interface AuthorHome

All Superinterfaces:
EJBLocalHome (src)

public interface AuthorHome
extends EJBLocalHome (src)


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

Method Detail

create

public Author (src)  create(java.lang.Integer id)
              throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public Author (src)  findByPrimaryKey(java.lang.Integer id)
                        throws FinderException (src) 
Throws:
FinderException (src)

findByName

public Author (src)  findByName(java.lang.String name)
                  throws FinderException (src) 
Throws:
FinderException (src)

findAll

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