com.ibm.commerce.marketing.segment.commands
Interface CustomerSegmentExtractCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- CustomerSegmentExtractCmdImpl
public interface CustomerSegmentExtractCmd extends TaskCommand
The command retrieves the customer information, for example email addresses, for a customer segment and upload these information to the database in a compressed/non compressed format so that other commands can download the exported customer information as a CSV or a ZIP file.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
CLASSNAME
The class namestatic java.lang.String
COPYRIGHT
Copyright statement.static java.lang.String
defaultCommandClassName
The default implementation class name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description boolean
getStatus()
Returns the status of the command execution-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
Copyright statement.- See Also:
- Constant Field Values
-
CLASSNAME
static final java.lang.String CLASSNAME
The class name
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation class name.
-
-