|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The home interface for the Order entity bean. Use this class to create, remove, and find Order entity beans.
| Method Summary | |
Order |
create(OrderPk orderPk)
Create a new Order entity bean using the com.beasys.commerce.ebusiness.order.OrderPk. |
java.util.Collection |
findByCustomer(java.lang.String customerIdentifier)
Returns a list of Orders in the system that are associated with the specified Customer identifier. |
java.util.Collection |
findByDate(java.sql.Date from,
java.sql.Date to)
Returns a list of Orders in the system that fall within the given date range. |
Order |
findByPrimaryKey(OrderPk orderPk)
Find an Order entity bean using the com.beasys.commerce.ebusiness.order.OrderPk. |
java.util.Collection |
findByStatus(java.lang.String findStatus)
Returns an enumeration of all the Orders in the system with the specified status. |
| Method Detail |
public Order create(OrderPk orderPk)
throws com.beasys.commerce.ebusiness.order.CreateException,
java.rmi.RemoteException
public Order findByPrimaryKey(OrderPk orderPk)
throws java.rmi.RemoteException,
com.beasys.commerce.ebusiness.order.FinderException
public java.util.Collection findByStatus(java.lang.String findStatus)
throws java.rmi.RemoteException,
com.beasys.commerce.ebusiness.order.FinderException
public java.util.Collection findByCustomer(java.lang.String customerIdentifier)
throws java.rmi.RemoteException,
com.beasys.commerce.ebusiness.order.FinderException
public java.util.Collection findByDate(java.sql.Date from,
java.sql.Date to)
throws java.rmi.RemoteException,
com.beasys.commerce.ebusiness.order.FinderException
|
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||