com.ibm.commerce.emarketing.commands
Interface EmailPromotionUpdateTaskCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.commerce.command.ECCommand, EmailPromotionSaveTaskCmd, com.ibm.commerce.command.TaskCommand
- All Known Implementing Classes:
- EmailPromotionUpdateTaskCmdImpl
public interface EmailPromotionUpdateTaskCmd extends EmailPromotionSaveTaskCmd
An extension toEmailPromotionSaveTaskCmd
that is used to update existing e-mail promotion entries.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Copyright.static java.lang.String
defaultCommandClassName
defaultCommandClassName is the default implementation class used by command factory to instantiate this command.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.Long
getJobReferenceNumber()
Gets the job reference number of the job that will launch the e-mail activity.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.emarketing.commands.EmailPromotionSaveTaskCmd
getEmailPromotionId, setCampaignId, setDescription, setEmailMessageId, setEmailPromotionId, setJobReferenceNumber, setMemberGroupId, setModifiedBy, setModifiedDate, setName, setReplyTo, setStatus, setStoreEntityId
-
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.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
defaultCommandClassName is the default implementation class used by command factory to instantiate this command.
-
-