com.beasys.commerce.ebusiness.order
Interface OrderHome

All Superinterfaces
javax.ejb.EJBHome, Remote, SmartEJBHome, SmartHome

Deprecated See BEA Commerce product offering

@Deprecated
public interface OrderHome
extends SmartEJBHome

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)
          Deprecated See BEA Commerce product offering
 Collection findByCustomer(String customerIdentifier)
          Deprecated See BEA Commerce product offering
 Collection findByDate(Date from, Date to)
          Deprecated See BEA Commerce product offering
 Order findByPrimaryKey(OrderPk orderPk)
          Deprecated See BEA Commerce product offering
 Collection findByStatus(String findStatus)
          Deprecated See BEA Commerce product offering
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

Order create(OrderPk orderPk)
             throws javax.ejb.CreateException,
                    RemoteException
Deprecated See BEA Commerce product offering

Create a new Order entity bean using the com.beasys.commerce.ebusiness.order.OrderPk.

Throws
javax.ejb.CreateException
RemoteException

findByPrimaryKey

Order findByPrimaryKey(OrderPk orderPk)
                       throws RemoteException,
                              javax.ejb.FinderException
Deprecated See BEA Commerce product offering

Find an Order entity bean using the com.beasys.commerce.ebusiness.order.OrderPk.

Throws
RemoteException
javax.ejb.FinderException

findByStatus

Collection findByStatus(String findStatus)
                        throws RemoteException,
                               javax.ejb.FinderException
Deprecated See BEA Commerce product offering

Returns an enumeration of all the Orders in the system with the specified status.

Throws
RemoteException
javax.ejb.FinderException

findByCustomer

Collection findByCustomer(String customerIdentifier)
                          throws RemoteException,
                                 javax.ejb.FinderException
Deprecated See BEA Commerce product offering

Returns a list of Orders in the system that are associated with the specified Customer identifier.

Throws
RemoteException
javax.ejb.FinderException

findByDate

Collection findByDate(Date from,
                      Date to)
                      throws RemoteException,
                             javax.ejb.FinderException
Deprecated See BEA Commerce product offering

Returns a list of Orders in the system that fall within the given date range.

Throws
RemoteException
javax.ejb.FinderException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved