public interface SendAnnouncementCmd extends TaskCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The copyright field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class
|
static java.lang.String |
NAME
The name of the interface
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCatalogId(java.lang.String aCatalogId)
Sets the catalog identifier
|
void |
setEventTypeId(java.lang.Integer evtTypeId)
Sets the event type identifier of the event
|
void |
setGiftList(GiftListType giftList)
Sets the gift list which has the announcement information that need to be
announced
|
void |
setSubject(java.lang.String aSubject)
Sets the subject to be used in the email
|
void |
setTemplate(java.lang.String aTemplate)
Sets the template to be used in the email announcement
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersstatic final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
void setGiftList(GiftListType giftList)
giftList - The gift list that need to be announcedvoid setSubject(java.lang.String aSubject)
aSubject - The subject text to be used in the emailvoid setTemplate(java.lang.String aTemplate)
aTemplate - The template to be used in the email announcementvoid setEventTypeId(java.lang.Integer evtTypeId)
evtTypeId - The event type identifiervoid setCatalogId(java.lang.String aCatalogId)
aCatalogId - The catalog identifier