org.jboss.test.cmp2.commerce
Interface LineItemHome

All Superinterfaces:
EJBLocalHome (src)

public interface LineItemHome
extends EJBLocalHome (src)


Method Summary
 LineItem (src) create()
           
 LineItem (src) create(java.lang.Long id)
           
 LineItem (src) create(Order (src)  order)
           
 java.util.Collection findAll()
           
 LineItem (src) findByPrimaryKey(java.lang.Long id)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

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)