com.ibm.commerce.marketing.beans

Class CatalogEntryMPE

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        Deprecated. 
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CatalogEntryMPE

        public CatalogEntryMPE()
        Deprecated. 
        Constructor for CatalogEntryMPE.
      • CatalogEntryMPE

        public CatalogEntryMPE(java.lang.Integer mpeId)
        Deprecated. 
        Creates a catalog entry marketing page element with the specified ID.
        Parameters:
        mpeId - The ID of a marketing page element.
      • CatalogEntryMPE

        public CatalogEntryMPE(java.lang.String name,
                               java.lang.Integer storeId)
        Deprecated. 
        Creates a catalog entry marketing page element with the specified name in the specified store.
        Parameters:
        name - The name of a marketing page element.
        storeId - The ID of the store to which the marketing page element belongs.
    • Method Detail

      • getCommandInterfaceName

        public java.lang.String getCommandInterfaceName()
        Deprecated. 
        Gets the command interface name.
        Returns:
        The interface name of the data bean command to use to populate this data bean.
      • getDefaultCatalogEntryIdList

        public java.util.List getDefaultCatalogEntryIdList()
        Deprecated. 
        Gets the list of default catalog entries.
        Returns:
        The List of default catalog entries to display, each element representing a catalog entry ID.
      • getDefaultCatalogEntryIds

        public int[] getDefaultCatalogEntryIds()
        Deprecated. 
        Gets an array of the default catalog entries.
        Returns:
        An array of catalog entry IDs.
      • getDefaultCatalogEntryIds

        public int getDefaultCatalogEntryIds(int index)
        Deprecated. 
        Gets the default catalog entry at the specified index.
        Parameters:
        index - The index of the value to retrieve.
        Returns:
        The default catalog entry ID at the specified index.
      • getExecutedInitiativeId

        public java.lang.String getExecutedInitiativeId()
        Deprecated. 
        Gets the executed initiative ID.
        Returns:
        The initiative ID.
      • getImageUrl

        public java.lang.String getImageUrl()
        Deprecated. 
        Gets the image URL.
        Returns:
        The image URL.
      • getLeadingText

        public java.lang.String getLeadingText()
        Deprecated. 
        Gets the leading text.
        Returns:
        The leading text.
      • getMaximumNumberOfItems

        public java.lang.Integer getMaximumNumberOfItems()
        Deprecated. 
        Gets the maximum number of items.
        Returns:
        The maximum number of items.
      • getMediaLink

        public java.lang.String getMediaLink()
        Deprecated. 
        Gets the media link.
        Returns:
        The media link.
      • getName

        public java.lang.String getName()
        Deprecated. 
        Gets the name of the e-Marketing Spot.
        Overrides:
        getName in class com.ibm.commerce.marketing.beans.EMarketingSpotBase
        Returns:
        The name of the e-Marketing Spot.
      • getStoreId

        public java.lang.String getStoreId()
        Deprecated. 
        Gets the store ID.
        Returns:
        The store ID.
      • getTypeName

        public java.lang.String getTypeName()
        Deprecated. 
        Gets the e-Marketing Spot type.
        Returns:
        The e-Marketing Spot type.
      • setCommandInterfaceName

        public void setCommandInterfaceName(java.lang.String newCommandInterfaceName)
        Deprecated. 
        Sets the command interface name.
        Parameters:
        newCommandInterfaceName - The command interface name.
      • setDefaultCatalogEntryId

        public void setDefaultCatalogEntryId(int newDefaultCatalogEntryId)
        Deprecated. 
        Set the list of default catalog entry IDs. This replaces the existing list with a list of one element.
        Parameters:
        newDefaultCatalogEntryId - A new value for the item.
      • setDefaultCatalogEntryIdList

        public void setDefaultCatalogEntryIdList(java.util.List newDefaultCatalogEntryIdList)
        Deprecated. 
        Sets the default catalog entry ID list.
        Parameters:
        newDefaultCatalogEntryIdList - A list of catalog entry IDs.
      • setDefaultCatalogEntryIds

        public void setDefaultCatalogEntryIds(int[] newDefaultCatalogEntryIds)
        Deprecated. 
        Sets the default catalog entry IDs from an array.
        Parameters:
        newDefaultCatalogEntryIds - A list of catalog entry IDs to show as default content.
      • setDefaultCatalogEntryIds

        public void setDefaultCatalogEntryIds(int index,
                                              int newDefaultCatalogEntryId)
        Deprecated. 
        Sets the default catalog entry ID at a specified index.
        Parameters:
        index - The index of the item to change.
        newDefaultCatalogEntryId - A new value for the item.
      • setExecutedInitiativeId

        public void setExecutedInitiativeId(java.lang.Integer executedInitiativeId)
        Deprecated. 
        Sets the initiative ID.
        Parameters:
        executedInitiativeId - The initiative ID.
      • setId

        public void setId(java.lang.Integer newId)
                   throws ECSystemException
        Deprecated. 
        Sets the e-Marketing Spot ID.
        Parameters:
        newId - The e-Marketing Spot ID.
        Throws:
        ECSystemException
      • setImageUrl

        public void setImageUrl(java.net.URL newImageUrl)
        Deprecated. 
        Sets the image URL.
        Parameters:
        newImageUrl - The image URL.
      • setLeadingText

        public void setLeadingText(java.lang.String newLeadingText)
        Deprecated. 
        Sets the leading text.
        Parameters:
        newLeadingText - The leading text.
      • setMaximumNumberOfItems

        public void setMaximumNumberOfItems(java.lang.Integer newMaximumNumberOfItems)
        Deprecated. 
        Sets the maximum number of items.
        Parameters:
        newMaximumNumberOfItems - The maximum number of items.
      • setMediaLink

        public void setMediaLink(java.net.URL newMediaLink)
        Deprecated. 
        Sets the media link.
        Parameters:
        newMediaLink - The media link.
      • setStoreId

        public void setStoreId(java.lang.Integer newStoreId)
        Deprecated. 
        Sets the store ID.
        Overrides:
        setStoreId in class EMarketingSpot
        Parameters:
        storeId - The store ID.
      • setStoreId

        public void setStoreId(java.lang.String storeId)
        Deprecated. 
        Sets the store ID.
        Parameters:
        storeId - The store ID.
      • populate

        public void populate()
                      throws java.lang.Exception
        Deprecated. 
        Populates this data bean with the catalog entry results to be displayed in the e-Marketing Spot.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class EMarketingSpot
        Throws:
        java.lang.Exception - Thrown when an error occurs during the population of this data bean.