com.ibm.commerce.fulfillment.commands
Class ShippingHelper
java.lang.Object
|
+--com.ibm.commerce.fulfillment.commands.ShippingHelper
- public class ShippingHelper
- extends java.lang.Object
Reserved for IBM internal use.
Constructor Summary |
ShippingHelper()
ShippingHelper constructor comment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
ShippingHelper
public ShippingHelper()
- ShippingHelper constructor comment.
checkShippingAddress
public void checkShippingAddress(OrderItemAccessBean aabOrderItem)
throws ECException
-
-
ECException
checkShippingMode
public void checkShippingMode(OrderItemAccessBean aabOrderItem)
throws ECException
-
-
ECException
isShippingAddressAllowed
public boolean isShippingAddressAllowed(OrderItemAccessBean aabOrderItem,
java.lang.Long anAddressId)
throws ECException
-
-
ECException
isShippingModeAllowed
public boolean isShippingModeAllowed(OrderItemAccessBean aabOrderItem,
java.lang.Integer anShippingModeId)
throws ECException
-
-
ECException
getAllowableShippingAddresses
public AddressAccessBean[] getAllowableShippingAddresses(OrderItemAccessBean aabOrderItem)
throws ECException
-
-
ECException
getAllowableShippingAddresses
public AddressAccessBean[] getAllowableShippingAddresses(java.lang.Long anMemberId)
throws ECException
-
-
ECException
getAllowableShippingAddresses
public AddressAccessBean[] getAllowableShippingAddresses(java.lang.Long anMemberId,
java.lang.Long anTradingId)
throws ECException
-
-
ECException
getAllowableShippingModes
public ShippingModeAccessBean[] getAllowableShippingModes(OrderItemAccessBean aabOrderItem)
throws ECException
-
-
ECException
getAllowableShippingModes
public ShippingModeAccessBean[] getAllowableShippingModes(java.lang.Integer anStoreId)
throws ECException
-
-
ECException
getAllowableShippingModes
public ShippingModeAccessBean[] getAllowableShippingModes(java.lang.Integer anStoreId,
java.lang.Long anTradingId,
java.lang.Long anMemberId)
throws ECException
-
-
ECException
getDefaultShippingAddress
public AddressAccessBean getDefaultShippingAddress(OrderItemAccessBean aabOrderItem)
throws ECException
-
-
ECException
getDefaultShippingAddress
public AddressAccessBean getDefaultShippingAddress(java.lang.Long anMemberId)
throws ECException
-
-
ECException
getDefaultShippingAddress
public AddressAccessBean getDefaultShippingAddress(java.lang.Long anMemberId,
java.lang.Long anTradingId)
throws ECException
-
-
ECException
getDefaultShippingMode
public ShippingModeAccessBean getDefaultShippingMode(OrderItemAccessBean aabOrderItem)
throws ECException
-
-
ECException
getDefaultShippingMode
public ShippingModeAccessBean getDefaultShippingMode(java.lang.Integer anStoreId)
throws ECException
-
-
ECException
getDefaultShippingMode
public ShippingModeAccessBean getDefaultShippingMode(java.lang.Integer anStoreId,
java.lang.Long anTradingId,
java.lang.Long anMemberId)
throws ECException
-
-
ECException
getInstance
public static ShippingHelper getInstance()