com.ibm.commerce.pagelayout.facade.server.helpers.activity

Class PageLayoutActivityHelperConstants

  • java.lang.Object
    • com.ibm.commerce.pagelayout.facade.server.helpers.activity.PageLayoutActivityHelperConstants


  • public class PageLayoutActivityHelperConstants
    extends java.lang.Object
    This class defines constants used in conjunction with the Page Layout Activity Helper Framework.
    • Field Detail

      • COPYRIGHT

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

        public static final java.lang.String ESPOT_USAGE_PAGE_LAYOUT
        The ESpot usage for Page Layouts.
        See Also:
        Constant Field Values
      • ESPOT_PROPERTY_SEPARATOR

        public static final java.lang.String ESPOT_PROPERTY_SEPARATOR
        The Campaign Element ESpot Properties separator.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_TEMPLATE_NAME_PATH

        public static final java.lang.String CAMPAIGN_ELEMENT_TEMPLATE_NAME_PATH
        The Campaign Element Template Name for path element.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_TEMPLATE_NAME_ESPOT

        public static final java.lang.String CAMPAIGN_ELEMENT_TEMPLATE_NAME_ESPOT
        The Campaign Element Template Name for ESpot element.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_TEMPLATE_NAME_DEVICE_CLASS

        public static final java.lang.String CAMPAIGN_ELEMENT_TEMPLATE_NAME_DEVICE_CLASS
        The Campaign Element Template Name for Device Class element.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_TEMPLATE_NAME_CATEGORY

        public static final java.lang.String CAMPAIGN_ELEMENT_TEMPLATE_NAME_CATEGORY
        The Campaign Element Template Name for the Current Page Target with Category element.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_TEMPLATE_NAME_PRODUCT

        public static final java.lang.String CAMPAIGN_ELEMENT_TEMPLATE_NAME_PRODUCT
        The Campaign Element Template Name for the Current Page Target with Product element.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_TEMPLATE_NAME_ACTION_LAYOUT

        public static final java.lang.String CAMPAIGN_ELEMENT_TEMPLATE_NAME_ACTION_LAYOUT
        The Campaign Element Template name for the Show Page Layout Action.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_NAME_SUBPAGE_GROUP

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_NAME_SUBPAGE_GROUP
        The Campaign Element Variable name "subPageGroup".
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_NAME_STORE_ID

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_NAME_STORE_ID
        The Campaign Element Variable name "storeId".
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_NAME_ESPOT_ID

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_NAME_ESPOT_ID
        The Campaign Element Variable name for the ESpot Id.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_NAME_DEVICE_CLASS_LIST

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_NAME_DEVICE_CLASS_LIST
        The Campaign Element Variable name for the Device Class list.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_NAME_CATEGORY_ID_LIST

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_NAME_CATEGORY_ID_LIST
        The Campaign Element Variable name for the Category Id list.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_NAME_TYPE

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_NAME_TYPE
        The Campaign Element Variable name for the Type.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_NAME_PAGE_LAYOUT_ID

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_NAME_PAGE_LAYOUT_ID
        The Campaign Element Variable name for the Page Layout Id.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_NAME_ANY_OPTION

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_NAME_ANY_OPTION
        The Campaign Element Variable name for any option.
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_VALUE_ANY_OPTION

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_VALUE_ANY_OPTION
        The Campaign Element Variable value "any".
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_VALUE_SPECIFIC_OPTION

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_VALUE_SPECIFIC_OPTION
        The Campaign Element Variable value "specific".
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_VALUE_TYPE_PARENTCATEGORY

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_VALUE_TYPE_PARENTCATEGORY
        The Campaign Element Variable value "PARENTCATEGORY".
        See Also:
        Constant Field Values
      • CAMPAIGN_ELEMENT_VARIABLE_VALUE_TYPE_NVP

        public static final java.lang.String CAMPAIGN_ELEMENT_VARIABLE_VALUE_TYPE_NVP
        The Campaign Element Variable value "NVP".
        See Also:
        Constant Field Values
      • EXTENDED_CONFIGURATION_ACTIVITY_GROUP_TO_ACTIVITY_TEMPLATE_MAPPING

        public static final java.lang.String EXTENDED_CONFIGURATION_ACTIVITY_GROUP_TO_ACTIVITY_TEMPLATE_MAPPING
        The name of the configuration group that maps Activity Groups to Activity Template names. The configuration group is defined in the component-specific wc-component.xml file under the extended configuration.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PageLayoutActivityHelperConstants

        public PageLayoutActivityHelperConstants()