public class MarketingSpotManagementResourceManagerImpl extends ContentManagementResourceManagerImpl
ContentManagementResourceManager.Action, ContentManagementResourceManager.ChangeHistoryRecordAction, ContentManagementResourceManager.MoveDestinationActionParameters
Constructor and Description |
---|
MarketingSpotManagementResourceManagerImpl() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.Integer> |
getActiveActivitiesForEMSpot(com.ibm.commerce.base.objects.ServerJDBCHelperBean jdbcHelper,
java.lang.Long eSpotId,
java.lang.Long storeId,
java.lang.String writeSchemaName)
Helper undo method to find all active activities for the given eMarketing Spot.
|
static java.util.List<java.lang.Integer> |
getActivitiesForEMSpot(com.ibm.commerce.base.objects.ServerJDBCHelperBean jdbcHelper,
java.lang.Long eSpotId,
java.lang.Long storeId,
java.lang.String writeSchemaName)
Helper undo method to find all activities for the given eMarketing Spot.
|
static java.util.List<java.lang.Integer> |
getNonUIDisplayableActivitiesForEMSpot(com.ibm.commerce.base.objects.ServerJDBCHelperBean jdbcHelper,
java.lang.Long eSpotId,
java.lang.Long storeId,
java.lang.String writeSchemaName)
Helper undo method to find all non-UI displayable activities for the given eMarketing Spot.
|
execute, getAction, getActionParameters, getChangeControlBusinessObjectMediator, getChangeHistoryRecordAction, initialize, setAction, setActionParameters, setChangeHistoryRecordAction
public MarketingSpotManagementResourceManagerImpl()
public static java.util.List<java.lang.Integer> getNonUIDisplayableActivitiesForEMSpot(com.ibm.commerce.base.objects.ServerJDBCHelperBean jdbcHelper, java.lang.Long eSpotId, java.lang.Long storeId, java.lang.String writeSchemaName) throws java.lang.Exception
jdbcHelper
- JDBC HelpereSpotId
- eMarketing Spot IdstoreId
- Store IdwriteSchemaName
- Write schema namejava.lang.Exception
- If there was an error of if the action should not be performedpublic static java.util.List<java.lang.Integer> getActivitiesForEMSpot(com.ibm.commerce.base.objects.ServerJDBCHelperBean jdbcHelper, java.lang.Long eSpotId, java.lang.Long storeId, java.lang.String writeSchemaName) throws java.lang.Exception
jdbcHelper
- JDBC HelpereSpotId
- eMarketing Spot IdstoreId
- Store IdwriteSchemaName
- Write schema namejava.lang.Exception
- If there was an error of if the action should not be performedpublic static java.util.List<java.lang.Integer> getActiveActivitiesForEMSpot(com.ibm.commerce.base.objects.ServerJDBCHelperBean jdbcHelper, java.lang.Long eSpotId, java.lang.Long storeId, java.lang.String writeSchemaName) throws java.lang.Exception
jdbcHelper
- JDBC HelpereSpotId
- eMarketing Spot IdstoreId
- Store IdwriteSchemaName
- Write schema namejava.lang.Exception
- If there was an error of if the action should not be performed