com.retek.component.customerorder.impl.command
Class ShippingRestrictionValidateCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.customerorder.impl.command.ShippingRestrictionValidateCommand

public class ShippingRestrictionValidateCommand
extends Command


Constructor Summary
ShippingRestrictionValidateCommand()
           
 
Method Summary
protected  void doExecute()
           
 void setAddress(CustomerAddress address)
           
 void setCarrier(Carrier carrier)
           
 void setCustomerOrderLine(CustomerOrderLine orderLine)
           
 void setSellingSku(SellingSku sellingSku)
           
 
Methods inherited from class com.retek.commons.domain.core.Command
addPostExecutionRule, addPreExecutionRule, execute, getContext, isExecuted, processRules, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShippingRestrictionValidateCommand

public ShippingRestrictionValidateCommand()
Method Detail

setCarrier

public void setCarrier(Carrier carrier)

setSellingSku

public void setSellingSku(SellingSku sellingSku)

setCustomerOrderLine

public void setCustomerOrderLine(CustomerOrderLine orderLine)

setAddress

public void setAddress(CustomerAddress address)

doExecute

protected void doExecute()
                  throws SystemException,
                         BusinessException
Specified by:
doExecute in class Command
Throws:
SystemException
BusinessException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28