org.jboss.test.cmp2.commerce
Interface AddressHome
- All Superinterfaces:
- EJBLocalHome (src)
- public interface AddressHome
- extends EJBLocalHome (src)
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)