com.retek.component.customer.impl.command
Class CustomerMergeCommand

java.lang.Object
  extended bycom.retek.commons.domain.core.Command
      extended bycom.retek.component.customer.impl.command.CustomerMergeCommand

public class CustomerMergeCommand
extends Command


Constructor Summary
CustomerMergeCommand()
           
 
Method Summary
protected  void doExecute()
           
 Customer getActiveCustomer()
           
 DistributedContext getContext()
           
 java.util.Set getCustomersToMerge()
           
 void setActiveCustomer(Customer activeCustomer)
           
 void setContext(DistributedContext context)
           
 void setCustomersToMerge(java.util.Set customersToMerge)
           
 
Methods inherited from class com.retek.commons.domain.core.Command
addPostExecutionRule, addPreExecutionRule, execute, isExecuted, processRules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerMergeCommand

public CustomerMergeCommand()
Method Detail

doExecute

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

getActiveCustomer

public Customer getActiveCustomer()

getContext

public DistributedContext getContext()
Overrides:
getContext in class Command

getCustomersToMerge

public java.util.Set getCustomersToMerge()

setActiveCustomer

public void setActiveCustomer(Customer activeCustomer)

setContext

public void setContext(DistributedContext context)
Overrides:
setContext in class Command

setCustomersToMerge

public void setCustomersToMerge(java.util.Set customersToMerge)


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