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

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

public class ProcessTogetherCommand
extends Command


Constructor Summary
ProcessTogetherCommand()
           
 
Method Summary
protected  void doExecute()
           
 CustomerOrderLine getLine()
           
 java.util.Collection getOrderLines()
           
 java.lang.String getProcessTogether()
           
 void setOrderLine(CustomerOrderLine line)
           
 void setOrderLines(java.util.Collection orderLines)
           
 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

ProcessTogetherCommand

public ProcessTogetherCommand()
Method Detail

setOrderLines

public void setOrderLines(java.util.Collection orderLines)

setProcessTogther

public void setProcessTogther(java.lang.String processTogether)

setOrderLine

public void setOrderLine(CustomerOrderLine line)

doExecute

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

getLine

public CustomerOrderLine getLine()

getOrderLines

public java.util.Collection getOrderLines()

getProcessTogether

public java.lang.String getProcessTogether()


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