public class ChangeMarketingContentCmdImpl extends AbstractChangeNounUsingBusinessObjectMediatorCmdImpl implements ChangeMarketingContentCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
CHANGE_CONTROL_NOUN_MEDIATOR_OBJECT_KEY, CHANGE_NOUN_MEDIATOR_OBJECT_KEY| Constructor and Description |
|---|
ChangeMarketingContentCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
static void |
getEMarketingSpotNamesAssociatedWithActivity(java.lang.String activityId,
java.util.List<java.lang.String> spotNames)
This method gets the names of the e-Marketing Spots which are associated with the specified activity.
|
static java.util.Collection |
getEMarketingSpotNamesAssociatedWithMarketingContent(java.lang.String contentId,
java.lang.Integer storeId)
This method gets the names of the e-Marketing Spots which are associated with the specified marketing content.
|
java.util.Collection |
getEMarketingSpotNamesForCacheInvalidations()
Gets the list of e-Marketing Spot names for cache invalidations.
|
getNounName, setAuthorizationOnNounParts, setChangeNounPartActionCommandInterface, setChangeNounPartPostActionCommandInterfacegetResultBusinessObjectDocument, getUniqueID, getUniqueIDXPath, handleException, isReadyToCallExecute, performExecute, setRequestBusinessObjectDocument, setUniqueIDXPathexecuteFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResultBusinessObjectDocument, handleException, setRequestBusinessObjectDocumentpublic static final java.lang.String COPYRIGHT
public java.util.Collection getEMarketingSpotNamesForCacheInvalidations()
public static java.util.Collection getEMarketingSpotNamesAssociatedWithMarketingContent(java.lang.String contentId,
java.lang.Integer storeId)
contentId - The content unique ID.storeId - The store associated with the content.public static void getEMarketingSpotNamesAssociatedWithActivity(java.lang.String activityId,
java.util.List<java.lang.String> spotNames)
activityId - The ID of the activity for which to find the associated e-Marketing Spots.spotNames - The list into which to add the e-Marketing Spot names.