com.ibm.commerce.fulfillment.commands
Class OrderItemListHelper
java.lang.Object
com.ibm.commerce.fulfillment.commands.OrderItemListHelper
- public class OrderItemListHelper
- extends java.lang.Object
This helper class to facilitate various operations on the collections of order items. Creation date: (03/23/01 1:36:20 PM)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
belongToTheSameCorrelationGrp
public static boolean belongToTheSameCorrelationGrp(OrderItemAccessBean anabOrderItem1,
OrderItemAccessBean anabOrderItem2)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
correlationGrpIsSet
public static boolean correlationGrpIsSet(OrderItemAccessBean anabOrderItem)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
deleteOrderItemsFromDB
public static void deleteOrderItemsFromDB(java.util.Hashtable hsOrderItems)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException,
RemoveException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
- RemoveException
mergeOrderItems
public static void mergeOrderItems(OrderItemAccessBean anabDestinationOrderItem,
java.util.Hashtable hsOrderItemsToMerge)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException,
RemoveException,
ECException,
java.sql.SQLException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
- RemoveException
- ECException
- java.sql.SQLException
mergeOrderItemsLists
public static void mergeOrderItemsLists(java.util.Hashtable ahsDestination,
java.util.Hashtable ahsSource)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
objectsEqual
public static boolean objectsEqual(java.lang.Object aObj1,
java.lang.Object aObj2)
orderItemsEqual
public static boolean orderItemsEqual(OrderItemAccessBean anabOrderItem1,
OrderItemAccessBean anabOrderItem2)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
orderItemsToString
public static java.lang.String orderItemsToString(java.util.Hashtable ahsOrderItems)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
orderItemsToString
public static java.lang.String orderItemsToString(java.util.Vector avOrderItems)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
removeOrderItems
public static void removeOrderItems(java.util.Hashtable anhsDestination,
java.util.Hashtable anhsOrderItemsToRemove)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
toHash
public static java.util.Hashtable toHash(OrderItemAccessBean[] anabOrderItems)
throws FinderException,
javax.naming.NamingException,
CreateException,
java.rmi.RemoteException
-
- Throws:
- FinderException
- javax.naming.NamingException
- CreateException
- java.rmi.RemoteException
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.