org.jboss.test.cmp2.commerce
Interface LineItemHome
- All Superinterfaces:
- EJBLocalHome (src)
- public interface LineItemHome
- extends EJBLocalHome (src)
create
public LineItem (src) create()
throws CreateException (src)
- Throws:
CreateException (src)
create
public LineItem (src) create(java.lang.Long id)
throws CreateException (src)
- Throws:
CreateException (src)
create
public LineItem (src) create(Order (src) order)
throws CreateException (src)
- Throws:
CreateException (src)
findByPrimaryKey
public LineItem (src) findByPrimaryKey(java.lang.Long id)
throws FinderException (src)
- Throws:
FinderException (src)
findAll
public java.util.Collection findAll()
throws FinderException (src)
- Throws:
FinderException (src)