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
-
- Throws:
- ECException
checkShippingMode
public void checkShippingMode(OrderItemAccessBean aabOrderItem)
throws ECException
-
- Throws:
- ECException
isShippingAddressAllowed
public boolean isShippingAddressAllowed(OrderItemAccessBean aabOrderItem,
java.lang.Long anAddressId)
throws ECException
-
- Throws:
- ECException
isShippingModeAllowed
public boolean isShippingModeAllowed(OrderItemAccessBean aabOrderItem,
java.lang.Integer anShippingModeId)
throws ECException
-
- Throws:
- ECException
getAllowableShippingAddresses
public AddressAccessBean[] getAllowableShippingAddresses(OrderItemAccessBean aabOrderItem)
throws ECException
-
- Throws:
- ECException
getAllowableShippingAddresses
public AddressAccessBean[] getAllowableShippingAddresses(java.lang.Long anMemberId)
throws ECException
-
- Throws:
- ECException
getAllowableShippingAddresses
public AddressAccessBean[] getAllowableShippingAddresses(java.lang.Long anMemberId,
java.lang.Long anTradingId)
throws ECException
-
- Throws:
- ECException
getAllowableShippingModes
public ShippingModeAccessBean[] getAllowableShippingModes(OrderItemAccessBean aabOrderItem)
throws ECException
-
- Throws:
- ECException
getAllowableShippingModes
public ShippingModeAccessBean[] getAllowableShippingModes(java.lang.Integer anStoreId)
throws ECException
-
- Throws:
- ECException
getAllowableShippingModes
public ShippingModeAccessBean[] getAllowableShippingModes(java.lang.Integer anStoreId,
java.lang.Long anTradingId,
java.lang.Long anMemberId)
throws ECException
-
- Throws:
- ECException
getDefaultShippingAddress
public AddressAccessBean getDefaultShippingAddress(OrderItemAccessBean aabOrderItem)
throws ECException
-
- Throws:
- ECException
getDefaultShippingAddress
public AddressAccessBean getDefaultShippingAddress(java.lang.Long anMemberId)
throws ECException
-
- Throws:
- ECException
getDefaultShippingAddress
public AddressAccessBean getDefaultShippingAddress(java.lang.Long anMemberId,
java.lang.Long anTradingId)
throws ECException
-
- Throws:
- ECException
getDefaultShippingMode
public ShippingModeAccessBean getDefaultShippingMode(OrderItemAccessBean aabOrderItem)
throws ECException
-
- Throws:
- ECException
getDefaultShippingMode
public ShippingModeAccessBean getDefaultShippingMode(java.lang.Integer anStoreId)
throws ECException
-
- Throws:
- ECException
getDefaultShippingMode
public ShippingModeAccessBean getDefaultShippingMode(java.lang.Integer anStoreId,
java.lang.Long anTradingId,
java.lang.Long anMemberId)
throws ECException
-
- Throws:
- ECException
getInstance
public static ShippingHelper getInstance()
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.