Package com.jalios.jcms.member.csvimport
Interface MemberImportConstants
-
- All Known Implementing Classes:
MemberCsvImportHandler,MemberImport,MemberImportContext,MemberImportProcess
public interface MemberImportConstants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADMIN_USERS_MEMBER_ACLstatic java.lang.StringCOMMENT_CHARACTERA character to use at start of a line to comment.static booleanDEFAULT_AS_GUESTSstatic booleanDEFAULT_DBMEMBERThe default use of DBMember class.static intDEFAULT_DEFERR_EMAILSstatic intDEFAULT_USAGEstatic java.lang.StringEMAIL_BATCH_DEFERR_SECONDS_PROPProperty key to indicate the time to wait before sending Email.static java.lang.StringIS_IMPORT_ENABLED_PROPstatic java.lang.StringMAX_ERROR_PER_IMPORT_PROPProperty key to indicate the max number of errors to show per import.static java.lang.StringMAX_MEMBER_PER_IMPORT_PROPProperty key to indicate the max member per import.static java.lang.StringMEMBER_DC_SRC_COLUMNS_KEYA DataController contextMap key, which stores the sources columns of the csv file, as a String[].static java.lang.StringMEMBER_IMPORT_PROCESS_ATTRstatic java.lang.StringWORKSPACE_ROOT_CATEGORY_VID_PROPProperty key to indicate the root Category's virtual id of the Workspace Category tree.
The Workspaces under this Category will be proposed in the Workspaces step.
-
-
-
Field Detail
-
ADMIN_USERS_MEMBER_ACL
static final java.lang.String ADMIN_USERS_MEMBER_ACL
- See Also:
- Constant Field Values
-
MEMBER_IMPORT_PROCESS_ATTR
static final java.lang.String MEMBER_IMPORT_PROCESS_ATTR
-
DEFAULT_DEFERR_EMAILS
static final int DEFAULT_DEFERR_EMAILS
- See Also:
- Constant Field Values
-
IS_IMPORT_ENABLED_PROP
static final java.lang.String IS_IMPORT_ENABLED_PROP
- See Also:
- Constant Field Values
-
MEMBER_DC_SRC_COLUMNS_KEY
static final java.lang.String MEMBER_DC_SRC_COLUMNS_KEY
A DataController contextMap key, which stores the sources columns of the csv file, as a String[].- See Also:
- Constant Field Values
-
MAX_MEMBER_PER_IMPORT_PROP
static final java.lang.String MAX_MEMBER_PER_IMPORT_PROP
Property key to indicate the max member per import.- See Also:
- Constant Field Values
-
EMAIL_BATCH_DEFERR_SECONDS_PROP
static final java.lang.String EMAIL_BATCH_DEFERR_SECONDS_PROP
Property key to indicate the time to wait before sending Email. (in seconds)- See Also:
- Constant Field Values
-
MAX_ERROR_PER_IMPORT_PROP
static final java.lang.String MAX_ERROR_PER_IMPORT_PROP
Property key to indicate the max number of errors to show per import.- See Also:
- Constant Field Values
-
WORKSPACE_ROOT_CATEGORY_VID_PROP
static final java.lang.String WORKSPACE_ROOT_CATEGORY_VID_PROP
Property key to indicate the root Category's virtual id of the Workspace Category tree.
The Workspaces under this Category will be proposed in the Workspaces step.- See Also:
- Constant Field Values
-
COMMENT_CHARACTER
static final java.lang.String COMMENT_CHARACTER
A character to use at start of a line to comment.- Since:
- jcms-8
- See Also:
- Constant Field Values
-
DEFAULT_USAGE
static final int DEFAULT_USAGE
- Since:
- jcms-8.0.1
- See Also:
- Constant Field Values
-
DEFAULT_AS_GUESTS
static final boolean DEFAULT_AS_GUESTS
- Since:
- jcms-10.0.5
- See Also:
- Constant Field Values
-
DEFAULT_DBMEMBER
static final boolean DEFAULT_DBMEMBER
The default use of DBMember class.- Since:
- jcms-8.0.1
- See Also:
- Constant Field Values
-
-