org.jboss.test.cmp2.commerce
Interface AddressHome

All Superinterfaces:
EJBLocalHome (src)

public interface AddressHome
extends EJBLocalHome (src)


Method Summary
 Address (src) create()
           
 Address (src) create(java.lang.Long id)
           
 java.util.Collection findAll()
           
 Address (src) findByOrdernumber(long orderNumber)
           
 Address (src) findByPrimaryKey(java.lang.Long id)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

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

create

public Address (src)  create(java.lang.Long id)
               throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

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

findAll

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

findByOrdernumber

public Address (src)  findByOrdernumber(long orderNumber)
                          throws FinderException (src) 
Throws:
FinderException (src)