java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.emarketing.commands.EmailPromotionSaveTaskCmdImpl | +--com.ibm.commerce.emarketing.commands.EmailPromotionUpdateTaskCmdImpl
The default implementation of EmailPromotionUpdateTaskCmd
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.emarketing.commands. EmailPromotionUpdateTaskCmd |
defaultCommandClassName |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
EmailPromotionUpdateTaskCmdImpl() |
Method Summary | |
---|---|
boolean |
isReadyToCallExecute() Checks to see if the command is ready to execute. |
void |
performExecute() Performs the execution of the command. |
Methods inherited from class com.ibm.commerce.emarketing.commands. EmailPromotionSaveTaskCmdImpl |
getDescription,
getEmailMessageId,
getEmailPromotionId,
getJobReferenceNumber,
getMemberGroupId,
getModifiedBy,
getModifiedDate,
getName,
getStatus,
getStoreEntityId,
setDescription,
setEmailMessageId,
setEmailPromotionId,
setJobReferenceNumber,
setMemberGroupId,
setModifiedBy,
setModifiedDate,
setName,
setStatus,
setStoreEntityId |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
reset,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Methods inherited from interface com.ibm.commerce.emarketing.commands. EmailPromotionUpdateTaskCmd |
getJobReferenceNumber |
Methods inherited from interface com.ibm.commerce.emarketing.commands. EmailPromotionSaveTaskCmd |
getEmailPromotionId,
setDescription,
setEmailMessageId,
setEmailPromotionId,
setJobReferenceNumber,
setMemberGroupId,
setModifiedBy,
setModifiedDate,
setName,
setStatus,
setStoreEntityId |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public EmailPromotionUpdateTaskCmdImpl()
Method Detail |
---|
public boolean isReadyToCallExecute()
isReadyToCallExecute
in class
AbstractECTargetableCommand
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
- Thrown when
EmailPromotionAccessBean
or
EmailPromotionMemberGroupRelationAccessBean
cannot record data
successfully.