com.ibm.commerce.tools.campaigns.search.beans

Class CollateralSearchHelperBean

    • Field Detail

      • COPYRIGHT

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

      • CollateralSearchHelperBean

        public CollateralSearchHelperBean()
    • Method Detail

      • getAvailableClickAction

        public java.util.Vector getAvailableClickAction()
        Gets all available options of collateral click action.
        Returns:
        All available options of collateral click action.
      • getNumberOfResult

        public java.util.Vector getNumberOfResult()
        Gets all available options of number of collateral search result.
        Returns:
        All available options of number of collateral search result.
      • getSearchType

        public java.util.Vector getSearchType()
        Gets all available options of collateral search type.
        Returns:
        All available options of collateral search type.
      • populate

        public void populate()
                      throws java.lang.Exception
        Populate method of this helper bean (empty method by default).
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - Thrown whenever an exception is encountered.