com.retek.component.customer.integration.impl.command
Class CustomerIntegrationCustomerImportCommand

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

public class CustomerIntegrationCustomerImportCommand
extends Command

Command class which encapsulates behavior for performing customer integration imports (customer adds, updates) from external system.


Constructor Summary
CustomerIntegrationCustomerImportCommand()
           
 
Method Summary
protected  void doExecute()
           
 java.util.List getImportResults()
           
 void setImportCustomers(java.util.List importCustomers)
           
 
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

CustomerIntegrationCustomerImportCommand

public CustomerIntegrationCustomerImportCommand()
                                         throws SystemException
Method Detail

setImportCustomers

public void setImportCustomers(java.util.List importCustomers)

getImportResults

public java.util.List getImportResults()

doExecute

protected 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