org.jboss.test.cmp2.commerce
Interface CustomerLocalHome

All Superinterfaces:
EJBLocalHome (src)

public interface CustomerLocalHome
extends EJBLocalHome (src)


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

Method Detail

create

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

findByPrimaryKey

public CustomerLocal (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)