atg.projects.store.order.purchase
Interface ShippingRestrictionInterface


public interface ShippingRestrictionInterface

This interface contain method for Restrict Shipping to restricted country or allow Shipping to permitted country only.

Version:
$Id: //hosting-blueprint/B2CBlueprint/version/10.2.1/EStore/src/atg/projects/store/order/purchase/ShippingRestrictionInterface.java#2 $$Change: 788983 $
Author:
ATG

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.