com.ibm.commerce.component.giftregistry.commands
Interface SendGiftRegistryConfirmationCmd
-
- All Superinterfaces:
- BusinessObjectDocumentCmd, 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:
- SendGiftRegistryConfirmationCmdImpl
public interface SendGiftRegistryConfirmationCmd extends BusinessObjectDocumentCmd
Sends an email message informing the registrants of the registry being created successfully.
The email is sent to the Registrant and not the Co-Registrant
The ConfirmBOD returns null on success and an exception is thrown on error.
On error, aECApplicationException
is thrown with message:
GiftRegistryMessage._ERR_GIFT_REGISTRY_FAILED_TO_SEND_EMAIL_MESSAGE
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The internal copyright field.static java.lang.String
defaultCommandClassName
The default implementation classstatic java.lang.String
NAME
The name of this interface
-
Method Summary
-
Methods inherited from interface com.ibm.commerce.command.bod.BusinessObjectDocumentCmd
getResultBOD, setRequestBOD
-
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
The internal copyright field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The name of this interface- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation class- See Also:
- Constant Field Values
-
-