com.ibm.commerce.marketing.facade.datatypes

Interface MarketingSpotDataType

    • Method Detail

      • getMarketingSpotIdentifier

        MarketingSpotIdentifierType getMarketingSpotIdentifier()
        Returns the value of the 'Marketing Spot Identifier' containment reference. The unique identifier of the e-Marketing Spot.
        Returns:
        the value of the 'Marketing Spot Identifier' containment reference.
        See Also:
        setMarketingSpotIdentifier(MarketingSpotIdentifierType), MarketingPackage.getMarketingSpotDataType_MarketingSpotIdentifier()
      • getBaseMarketingSpotActivityDataGroup

        commonj.sdo.Sequence getBaseMarketingSpotActivityDataGroup()
        Returns the value of the 'Base Marketing Spot Activity Data Group' attribute list. The data to display in the e-marketing spot. This contains information about the activity that returned this data, and the data.
        Returns:
        the value of the 'Base Marketing Spot Activity Data Group' attribute list.
        See Also:
        MarketingPackage.getMarketingSpotDataType_BaseMarketingSpotActivityDataGroup()
      • getBaseMarketingSpotActivityData

        java.util.List getBaseMarketingSpotActivityData()
        Returns the value of the 'Base Marketing Spot Activity Data' containment reference list. The list contents are of type BaseMarketingSpotActivityDataType. The data to display in the e-marketing spot. This contains information about the activity that returned this data, and the data.
        Returns:
        the value of the 'Base Marketing Spot Activity Data' containment reference list.
        See Also:
        MarketingPackage.getMarketingSpotDataType_BaseMarketingSpotActivityData()
      • getPreviewReport

        java.util.List getPreviewReport()
        Returns the value of the 'Preview Report' attribute list. The list contents are of type String. Information about the activity evaluation.
        Returns:
        the value of the 'Preview Report' attribute list.
        See Also:
        MarketingPackage.getMarketingSpotDataType_PreviewReport()
      • getFilteredResult

        java.util.List getFilteredResult()
        Returns the value of the 'Filtered Result' containment reference list. The list contents are of type FilteredResultType. (Optional) Result that was filtered from display in the e-Marketing Spot.
        Returns:
        the value of the 'Filtered Result' containment reference list.
        See Also:
        MarketingPackage.getMarketingSpotDataType_FilteredResult()
      • getMarketingSpotDataTitle

        java.util.List getMarketingSpotDataTitle()
        Returns the value of the 'Marketing Spot Data Title' containment reference list. The list contents are of type MarketingSpotActivityMarketingContentDataType. The marketing title to display in the e-Marketing Spot.
        Returns:
        the value of the 'Marketing Spot Data Title' containment reference list.
        See Also:
        MarketingPackage.getMarketingSpotDataType_MarketingSpotDataTitle()
      • getBehavior

        java.lang.String getBehavior()
        Returns the value of the 'Behavior' attribute. The current caching behavior of the e-marketing spot.
        Returns:
        the value of the 'Behavior' attribute.
        See Also:
        setBehavior(String), MarketingPackage.getMarketingSpotDataType_Behavior()
      • setBehavior

        void setBehavior(java.lang.String value)
        Sets the value of the 'Behavior' attribute.
        Parameters:
        value - the new value of the 'Behavior' attribute.
        See Also:
        getBehavior()
      • getNextTimeLimit

        java.math.BigInteger getNextTimeLimit()
        Returns the value of the 'Next Time Limit' attribute. The number of seconds from now to the earliest start date or end date of activities scheduled to the e-Marketing Spot.
        Returns:
        the value of the 'Next Time Limit' attribute.
        See Also:
        setNextTimeLimit(BigInteger), MarketingPackage.getMarketingSpotDataType_NextTimeLimit()
      • setNextTimeLimit

        void setNextTimeLimit(java.math.BigInteger value)
        Sets the value of the 'Next Time Limit' attribute.
        Parameters:
        value - the new value of the 'Next Time Limit' attribute.
        See Also:
        getNextTimeLimit()
      • getDefaultContentDisplaySequence

        java.util.List getDefaultContentDisplaySequence()
        Returns the value of the 'Default Content Display Sequence' containment reference list. The list contents are of type DefaultContentDisplaySequenceType. The sequence values of the default content to display in the e-Marketing Spot.
        Returns:
        the value of the 'Default Content Display Sequence' containment reference list.
        See Also:
        MarketingPackage.getMarketingSpotDataType_DefaultContentDisplaySequence()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User Data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MarketingPackage.getMarketingSpotDataType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()