com.retek.component.customerorder.impl.remote.command
Class CustomerOrderReceiveReturnsRemoteCommand

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

Deprecated. As of RCOM 11.0, Replaced by CustRetDesc rib message subscription. This is a custom api written for WS in support of the DC Returns gui application, used to receive returns in their DC. This api will be removed in the RCOM 12.0 release. Process receive transactions for a return line for a customer order. This marks the return line as 'Returned', updating the returned quantity and disposition for the item, as well as publishing several messages to the rib for the return (i.e. return confirmation message, inventory adjustment message). The customer order is submitted as part of the transaction.

public class CustomerOrderReceiveReturnsRemoteCommand
extends Command

See Also:
CustomerOrderManager.receiveReturns(CustomerOrder, Set, User)

Constructor Summary
CustomerOrderReceiveReturnsRemoteCommand()
          Deprecated.  
 
Method Summary
protected  void doExecute()
          Deprecated.  
 void setOrder(CustomerOrderImpl order)
          Deprecated.  
 void setReturnLineRequests(java.util.Set returnLineRequests)
          Deprecated.  
 void setUser(User user)
          Deprecated.  
 
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

CustomerOrderReceiveReturnsRemoteCommand

public CustomerOrderReceiveReturnsRemoteCommand()
Deprecated. 
Method Detail

setOrder

public void setOrder(CustomerOrderImpl order)
Deprecated. 

setReturnLineRequests

public void setReturnLineRequests(java.util.Set returnLineRequests)
Deprecated. 

setUser

public void setUser(User user)
Deprecated. 

doExecute

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


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