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

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

public class ShipToAddressValidateCommand
extends Command


Constructor Summary
ShipToAddressValidateCommand()
           
 
Method Summary
protected  void doExecute()
           
 void setCustomerOrderLine(CustomerOrderLine orderLine)
           
 void setNewShipToAddress(CustomerAddress newAddress)
           
 void setProcessTogther(java.lang.String processTogether)
           
 
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

ShipToAddressValidateCommand

public ShipToAddressValidateCommand()
Method Detail

setProcessTogther

public void setProcessTogther(java.lang.String processTogether)

setCustomerOrderLine

public void setCustomerOrderLine(CustomerOrderLine orderLine)

setNewShipToAddress

public void setNewShipToAddress(CustomerAddress newAddress)

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