com.ibm.commerce.marketing.contentmanagement.resources

Class MarketingSpotManagementResourceManagerImpl

    • Constructor Detail

      • MarketingSpotManagementResourceManagerImpl

        public MarketingSpotManagementResourceManagerImpl()
    • Method Detail

      • getNonUIDisplayableActivitiesForEMSpot

        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
        Helper undo method to find all non-UI displayable activities for the given eMarketing Spot.
        Parameters:
        jdbcHelper - JDBC Helper
        eSpotId - eMarketing Spot Id
        storeId - Store Id
        writeSchemaName - Write schema name
        Returns:
        The list of activities for the given eMarketing Spot
        Throws:
        java.lang.Exception - If there was an error of if the action should not be performed
      • getActivitiesForEMSpot

        public 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
        Helper undo method to find all activities for the given eMarketing Spot.
        Parameters:
        jdbcHelper - JDBC Helper
        eSpotId - eMarketing Spot Id
        storeId - Store Id
        writeSchemaName - Write schema name
        Returns:
        The list of activities for the given eMarketing Spot
        Throws:
        java.lang.Exception - If there was an error of if the action should not be performed
      • getActiveActivitiesForEMSpot

        public 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
        Helper undo method to find all active activities for the given eMarketing Spot.
        Parameters:
        jdbcHelper - JDBC Helper
        eSpotId - eMarketing Spot Id
        storeId - Store Id
        writeSchemaName - Write schema name
        Returns:
        The list of active activities for the given eMarketing Spot
        Throws:
        java.lang.Exception - If there was an error of if the action should not be performed