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
 
Method Summary
 java.util.List validateShippingRestrictions(atg.commerce.order.Order pOrder)
          Validate shipping restrictions.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

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