com.ibm.commerce.marketing.commands.elements

Class CustomerFilterUserBehaviorCurrentCookieContentsTargetTaskCmdImpl

    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String CLASSNAME
        The name of this class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CustomerFilterUserBehaviorCurrentCookieContentsTargetTaskCmdImpl

        public CustomerFilterUserBehaviorCurrentCookieContentsTargetTaskCmdImpl()
    • Method Detail

      • validateParameters

        public java.util.List validateParameters(java.util.Map elementParameters)
        This method validates that all the required parameters have been set appropriately for the target as specified in the behavior rule. It checks for the cookie and comparison parameters. If the comparison parameter is not equal to any then the cookieValueList parameter is required.
        Specified by:
        validateParameters in interface MarketingCampaignElementTaskCmd
        Overrides:
        validateParameters in class CustomerFilterUserBehaviorTargetTaskCmdImpl
        Parameters:
        elementParameters - The name value pairs for this element.
        Returns:
        This method returns a list of ApplicationError exceptions that contains any validation errors. The list may be empty or be null.