com.retek.component.salesaudit.impl.remote.command
Class SalesAuditCustomerOrderConverterRemoteCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.salesaudit.impl.remote.command.SalesAuditCustomerOrderConverterRemoteCommand

public class SalesAuditCustomerOrderConverterRemoteCommand
extends Command

Command class which encapsulates behavior for implementation of the sales audit conversion process for a customer order.


Constructor Summary
SalesAuditCustomerOrderConverterRemoteCommand()
           
 
Method Summary
 void doExecute()
           
 java.util.List getTransactionContainers()
           
 void setCustomerOrder(CustomerOrder customerOrder)
           
 void setUser(User user)
           
 
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

SalesAuditCustomerOrderConverterRemoteCommand

public SalesAuditCustomerOrderConverterRemoteCommand()
Method Detail

setCustomerOrder

public void setCustomerOrder(CustomerOrder customerOrder)

setUser

public void setUser(User user)

getTransactionContainers

public java.util.List getTransactionContainers()

doExecute

public 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