|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.customer.integration.batch.CustomerIntegrationFileWriterUtil
Utility class for common sales audit file operations.
Field Summary | |
---|---|
static java.lang.String |
EOL
|
static java.lang.String |
FILE_NAME_SEPARATOR
|
static java.lang.String |
RCOM_CATALOGREQUEST_FILE_PREFIX
|
static java.lang.String |
RCOM_CUSTOMERFILE_FILE_PREFIX
|
static java.lang.String |
RCOM_CUSTOMERMERGE_FILE_PREFIX
|
static java.lang.String |
RCOM_FILE_DOT_SUFFIX
|
Constructor Summary | |
---|---|
CustomerIntegrationFileWriterUtil()
|
Method Summary | |
---|---|
static java.lang.String |
createCatalogRequestExportFileName(RDate createDate)
Create export file name for a customer merge export file. |
static java.lang.String |
createCustomerFileExportFileName(RDate createDate,
java.lang.String criteriaDescription)
Create export file name for a customer export file. |
static java.lang.String |
createCustomerMergeExportFileName(RDate createDate)
Create export file name for a customer merge export file. |
static void |
createExportDirectory(java.io.File exportDirectory)
Create export directory for sales audit export files. |
static java.lang.String |
getCatalogRequestRootElementBeginTag(RDate createTime)
Return a root level 'CatalogRequest' element XML begin tag. |
static java.lang.String |
getCatalogRequestRootElementEndTag()
Return a root level 'CatalogRequest' element XML end tag. |
static java.lang.String |
getCustomerFileRootElementBeginTag(RDate createTime)
Return a root level 'CustomerFile' element XML begin tag. |
static java.lang.String |
getCustomerFileRootElementEndTag()
Return a root level 'CustomerFile' element XML end tag. |
static java.lang.String |
getCustomerMergeRootElementBeginTag(RDate createTime)
Return a root level 'CustomerMerge' element XML begin tag. |
static java.lang.String |
getCustomerMergeRootElementEndTag()
Return a root level 'CustomerMerge' element XML end tag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String RCOM_CUSTOMERMERGE_FILE_PREFIX
public static final java.lang.String RCOM_CATALOGREQUEST_FILE_PREFIX
public static final java.lang.String RCOM_CUSTOMERFILE_FILE_PREFIX
public static final java.lang.String FILE_NAME_SEPARATOR
public static final java.lang.String RCOM_FILE_DOT_SUFFIX
public static final java.lang.String EOL
Constructor Detail |
public CustomerIntegrationFileWriterUtil()
Method Detail |
public static java.lang.String createCustomerMergeExportFileName(RDate createDate)
createDate
- batch run date/time
public static java.lang.String createCatalogRequestExportFileName(RDate createDate)
createDate
- batch run date/time
public static java.lang.String createCustomerFileExportFileName(RDate createDate, java.lang.String criteriaDescription)
createDate
- batch run date/timecriteriaDescription
-
public static void createExportDirectory(java.io.File exportDirectory) throws java.io.IOException
exportDirectory
- directory file descriptor
java.io.IOException
public static java.lang.String getCustomerMergeRootElementBeginTag(RDate createTime)
createTime
-
public static java.lang.String getCustomerMergeRootElementEndTag()
public static java.lang.String getCatalogRequestRootElementBeginTag(RDate createTime)
createTime
-
public static java.lang.String getCatalogRequestRootElementEndTag()
public static java.lang.String getCustomerFileRootElementBeginTag(RDate createTime)
createTime
-
public static java.lang.String getCustomerFileRootElementEndTag()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |