com.retek.component.customer.integration.batch
Class CatalogRequestExportFile
java.lang.Object
com.retek.component.customer.integration.batch.CatalogRequestExportFile
- public class CatalogRequestExportFile
- extends java.lang.Object
Class which encapsulates data and file behavior for managing a catalog
request xml output file.
Method Summary |
void |
close()
|
java.io.File |
getExportFile()
|
int |
getRequestCount()
|
void |
open(RDate createTime,
java.io.File exportDirectory)
Open the specified RCCOM sales audit file for transaction processing. |
void |
processRequests(java.util.Collection requestRefs)
Process a unit of work of transactions into the Catalog Request XML file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogRequestExportFile
public CatalogRequestExportFile(DistributedContext context,
java.util.Set mergeRequestRefs,
java.util.Set observers)
throws SystemException
getRequestCount
public int getRequestCount()
getExportFile
public java.io.File getExportFile()
open
public void open(RDate createTime,
java.io.File exportDirectory)
throws java.lang.Exception
- Open the specified RCCOM sales audit file for transaction processing.
- Parameters:
createTime
- exportDirectory
-
- Throws:
java.lang.Exception
processRequests
public void processRequests(java.util.Collection requestRefs)
throws java.lang.Exception
- Process a unit of work of transactions into the Catalog Request XML file.
- Parameters:
requestRefs
- catalog request references
- Throws:
java.lang.Exception
close
public void close()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25