com.retek.component.customer.integration.batch
Interface CustomerMergeImportBatchObserver
- All Known Implementing Classes:
- CustomerMergeImportBatchTestObserver
- public interface CustomerMergeImportBatchObserver
Interface defining operations for a Customer Merge import batch observer.
Provides hooks into the batch program to observe significant events
within the flow of the process. Example usage is for facilitating
white-box unit testing.
notifyRequestImported
public void notifyRequestImported(CustomerIntegrationMergeRequest request)
notifyRequestProcessed
public void notifyRequestProcessed(CustomerIntegrationMergeRequest request)
notifyFileCreated
public void notifyFileCreated(CustomerMergeExportFile file)
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28