com.retek.component.customer.impl
Class CustomerCommandFactory
java.lang.Object
com.retek.commons.domain.core.CommandFactory
com.retek.component.customer.impl.CustomerCommandFactory
- public class CustomerCommandFactory
- extends CommandFactory
Method Summary |
static ActivityRequestSubmitCommand |
createActivityRequestSubmitCommand(ActivityRequestDto dto)
|
static CatalogRequestSubmitCommand |
createCatalogRequestSubmitCommand(CatalogRequestDto dto,
User user)
|
static CustomerCashOutStoredValueCardRemoteCommand |
createCustomerCashOutStoredValueCardRemoteCommand(DistributedContext context,
java.lang.String accountNumber,
java.lang.String pinNumber,
Customer customer,
User user)
|
static CustomerIntegrationCustomerImportCommand |
createCustomerIntegrationCustomerImportCommand(DistributedContext context,
java.util.List importCustomers)
|
static CustomerMergeCommand |
createCustomerMergeCommand(DistributedContext context,
Customer customer,
java.util.Set customersToMerge)
|
static CustomerSubmitCommand |
createCustomerSubmitCommand(DistributedContext context,
Customer customer,
User user)
|
protected static CustomerCommandFactory |
getInstance()
|
protected java.lang.String |
getPropertyFilename()
|
protected void |
logError(java.lang.String message,
java.lang.Throwable throwable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
protected static CustomerCommandFactory getInstance()
throws SystemException
- Throws:
SystemException
getPropertyFilename
protected java.lang.String getPropertyFilename()
- Specified by:
getPropertyFilename
in class CommandFactory
logError
protected void logError(java.lang.String message,
java.lang.Throwable throwable)
- Specified by:
logError
in class CommandFactory
createActivityRequestSubmitCommand
public static ActivityRequestSubmitCommand createActivityRequestSubmitCommand(ActivityRequestDto dto)
throws SystemException
- Throws:
SystemException
createCatalogRequestSubmitCommand
public static CatalogRequestSubmitCommand createCatalogRequestSubmitCommand(CatalogRequestDto dto,
User user)
throws SystemException
- Throws:
SystemException
createCustomerSubmitCommand
public static CustomerSubmitCommand createCustomerSubmitCommand(DistributedContext context,
Customer customer,
User user)
throws SystemException
- Throws:
SystemException
createCustomerMergeCommand
public static CustomerMergeCommand createCustomerMergeCommand(DistributedContext context,
Customer customer,
java.util.Set customersToMerge)
throws SystemException
- Throws:
SystemException
createCustomerCashOutStoredValueCardRemoteCommand
public static CustomerCashOutStoredValueCardRemoteCommand createCustomerCashOutStoredValueCardRemoteCommand(DistributedContext context,
java.lang.String accountNumber,
java.lang.String pinNumber,
Customer customer,
User user)
throws SystemException
- Throws:
SystemException
createCustomerIntegrationCustomerImportCommand
public static CustomerIntegrationCustomerImportCommand createCustomerIntegrationCustomerImportCommand(DistributedContext context,
java.util.List importCustomers)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28