atg.projects.store.order.purchase
Interface ShippingRestrictionInterface
public interface ShippingRestrictionInterface
This inteface contain method for Restrict Shipping to restricted country or allow Shipping to
only permitted country.
Field Summary |
static java.lang.String |
CLASS_VERSION
Class version string |
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
- Constant Field Values
validateShippingRestrictions
java.util.List validateShippingRestrictions(atg.commerce.order.Order pOrder)
throws atg.commerce.CommerceException
- Validate shipping restrictions.
- Parameters:
pOrder
- - order
- Returns:
- list
- Throws:
atg.commerce.CommerceException
- if commerce exception occurs