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.


Method Summary
 void notifyFileCreated(CustomerMergeExportFile file)
           
 void notifyRequestImported(CustomerIntegrationMergeRequest request)
           
 void notifyRequestProcessed(CustomerIntegrationMergeRequest request)
           
 

Method Detail

notifyRequestImported

public void notifyRequestImported(CustomerIntegrationMergeRequest request)

notifyRequestProcessed

public void notifyRequestProcessed(CustomerIntegrationMergeRequest request)

notifyFileCreated

public void notifyFileCreated(CustomerMergeExportFile file)


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25