|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.elasticpath.commons.constants.ImportConstants
public final class ImportConstants
Contains all constants used by the import manager.
Field Summary | |
---|---|
static java.lang.String |
COMMA
Comma. |
static int |
COMMIT_UNIT
The import commit unit. |
static java.lang.String |
EMAIL_FROM
The attribute name of the "from" email address. |
static java.lang.String |
EMAIL_IMPORT_REPORT_TXT_TEMPLATE
Text email template for import report. |
static int |
FLUSH_MAGIC_NUMBER
Flush magic number. |
static java.lang.String |
IMPORT_DIRECTORY_NAME
The import directory name. |
static java.lang.String |
IMPORT_ERROR_REPORT_SUFFIX
The suffix of the error report file. |
static java.lang.String |
IMPORT_LEFT_OVER_SUFFIX
The suffix of the leftover rows file. |
static java.lang.String[] |
IMPORT_NULL_VALUES
The strings to express null in import data files. |
static java.lang.String |
MAIL_HOST
The attribute name of the email host. |
static java.lang.String |
ROW_SEPERATOR
Row separator in error report file. |
static java.lang.String |
SHORT_TEXT_MULTI_VALUE_SEPERATOR
Seperator for multi values in the short text type. |
static java.lang.String |
VALIDATION_ERROR_NONNULL_PREFIX
The prefix of the validation error code -- not null. |
Constructor Summary | |
---|---|
ImportConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMMA
public static final int COMMIT_UNIT
public static final java.lang.String EMAIL_FROM
public static final java.lang.String EMAIL_IMPORT_REPORT_TXT_TEMPLATE
public static final int FLUSH_MAGIC_NUMBER
public static final java.lang.String IMPORT_DIRECTORY_NAME
public static final java.lang.String IMPORT_ERROR_REPORT_SUFFIX
public static final java.lang.String IMPORT_LEFT_OVER_SUFFIX
public static final java.lang.String[] IMPORT_NULL_VALUES
null
in import data files.
public static final java.lang.String MAIL_HOST
public static final java.lang.String ROW_SEPERATOR
public static final java.lang.String SHORT_TEXT_MULTI_VALUE_SEPERATOR
public static final java.lang.String VALIDATION_ERROR_NONNULL_PREFIX
Constructor Detail |
---|
public ImportConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |