org.jboss.test.cmp2.commerce
Interface ProductHome

All Superinterfaces:
EJBLocalHome (src)

public interface ProductHome
extends EJBLocalHome (src)


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

Method Detail

create

public Product (src)  create()
               throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public Product (src)  findByPrimaryKey(java.lang.Long id)
                         throws FinderException (src) 
Throws:
FinderException (src)

findByName

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

findAll

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