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

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

public class CustomerOrderUpdateGiftRegistryRemoteCommand
extends Command


Constructor Summary
CustomerOrderUpdateGiftRegistryRemoteCommand()
           
 
Method Summary
protected  void doExecute()
           
 CustomerOrder getOrder()
           
 java.util.Set getPayloads()
           
 User getUser()
           
 void setOrder(CustomerOrder order)
           
 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

CustomerOrderUpdateGiftRegistryRemoteCommand

public CustomerOrderUpdateGiftRegistryRemoteCommand()
Method Detail

doExecute

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

getPayloads

public java.util.Set getPayloads()

getOrder

public CustomerOrder getOrder()

getUser

public User getUser()

setOrder

public void setOrder(CustomerOrder order)

setUser

public void setUser(User user)


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