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

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

public class ClearProcessTogetherCommand
extends Command


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

ClearProcessTogetherCommand

public ClearProcessTogetherCommand()
Method Detail

setOrderLines

public void setOrderLines(java.util.Collection orderLines)

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()


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