com.ibm.commerce.tools.optools.order.helpers
Class OrderItemSearchAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractSessionAccessBean
      com.ibm.commerce.tools.optools.order.helpers.OrderItemSearchAccessBean

public class OrderItemSearchAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractSessionAccessBean
See Also:
Serialized Form

Constructor Summary
OrderItemSearchAccessBean()
Default constructor.
OrderItemSearchAccessBean(javax.ejb.EJBObject o)
This method was generated by the VisualAge for Java Access Bean SmartGuide.
Method Summary
protected java.lang.String defaultJNDIName()
This method was generated by the VisualAge for Java Access Bean SmartGuide.
com.ibm.commerce.tools.optools.common.helpers.DynamicListData findOrderItemsByOrderIdLogonId(java.lang.String[] arg0, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3, java.lang.String arg4, java.lang.String arg5)
This method was generated by the VisualAge for Java Access Bean SmartGuide.
com.ibm.commerce.tools.optools.common.helpers.DynamicListData findOrderItemsToRelease(java.lang.String storeId, java.lang.Integer startIndex, java.lang.Integer maxListSize)
Performs exact search on orderIds, logonIds, or orgId.
com.ibm.commerce.tools.optools.common.helpers.DynamicListData findReleasedOrderItems(java.lang.String storeId, java.lang.String orderId, java.lang.String fulfillmentStatus, java.sql.Timestamp orderPlacedSD, java.sql.Timestamp orderPlacedED, java.sql.Timestamp releasedSD, java.sql.Timestamp releasedED, java.lang.String maxMatches)
Performs exact search on orderIds, logonIds, or orgId.
protected void instantiateEJB()
This method was generated by the VisualAge for Java Access Bean SmartGuide.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

OrderItemSearchAccessBean

public OrderItemSearchAccessBean()

Default constructor.


OrderItemSearchAccessBean

public OrderItemSearchAccessBean(javax.ejb.EJBObject o)
                          throws java.rmi.RemoteException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
Method Detail

defaultJNDIName

protected java.lang.String defaultJNDIName()
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.

instantiateEJB

protected void instantiateEJB()
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException,
                              javax.naming.NamingException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException

findOrderItemsByOrderIdLogonId

public com.ibm.commerce.tools.optools.common.helpers.DynamicListData findOrderItemsByOrderIdLogonId(java.lang.String[] arg0,
                                                                                                    java.lang.String arg1,
                                                                                                    java.lang.String arg2,
                                                                                                    java.lang.String arg3,
                                                                                                    java.lang.String arg4,
                                                                                                    java.lang.String arg5)
                                                                                             throws javax.naming.NamingException,
                                                                                                    javax.ejb.CreateException,
                                                                                                    java.sql.SQLException,
                                                                                                    javax.ejb.FinderException,
                                                                                                    java.rmi.RemoteException
This method was generated by the VisualAge for Java Access Bean SmartGuide. Warning: Modifications will be lost when this part is regenerated.
Throws:
javax.naming.NamingException
javax.ejb.CreateException
java.sql.SQLException
javax.ejb.FinderException
java.rmi.RemoteException

findOrderItemsToRelease

public com.ibm.commerce.tools.optools.common.helpers.DynamicListData findOrderItemsToRelease(java.lang.String storeId,
                                                                                             java.lang.Integer startIndex,
                                                                                             java.lang.Integer maxListSize)
                                                                                      throws javax.naming.NamingException,
                                                                                             javax.ejb.CreateException,
                                                                                             java.sql.SQLException,
                                                                                             javax.ejb.FinderException,
                                                                                             java.rmi.RemoteException
Performs exact search on orderIds, logonIds, or orgId.
Parameters:
storeId - The store ID.
Throws:
FinderException - If the store cannot be found.
CreateException - If the store cannot be created.
NamingException - If the name cannot be found.
RemoteException - If the database cannot be accessed.
SQLException - If the SQL is not valid.

findReleasedOrderItems

public com.ibm.commerce.tools.optools.common.helpers.DynamicListData findReleasedOrderItems(java.lang.String storeId,
                                                                                            java.lang.String orderId,
                                                                                            java.lang.String fulfillmentStatus,
                                                                                            java.sql.Timestamp orderPlacedSD,
                                                                                            java.sql.Timestamp orderPlacedED,
                                                                                            java.sql.Timestamp releasedSD,
                                                                                            java.sql.Timestamp releasedED,
                                                                                            java.lang.String maxMatches)
                                                                                     throws javax.naming.NamingException,
                                                                                            javax.ejb.FinderException,
                                                                                            javax.ejb.CreateException,
                                                                                            java.rmi.RemoteException,
                                                                                            java.sql.SQLException
Performs exact search on orderIds, logonIds, or orgId.
Parameters:
orderId - The array of order IDs.
storeId - The store ID.
Throws:
FinderException - If the store cannot be found.
CreateException - If the store cannot be created.
NamingException - If the name cannot be found.
RemoteException - If the database cannot be accessed.
SQLException - If the SQL is not valid.

Feedback