com.ibm.commerce.search.beans.samples

Class CustomCatEntrySearchListDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.search.beans.CatEntrySearchListInputDataBean, com.ibm.commerce.search.beans.CatEntrySearchListSmartDataBean, com.ibm.commerce.search.beans.samples.CustomCatEntrySearchListInputDataBean, com.ibm.commerce.search.beans.samples.CustomCatEntrySearchListSmartDataBean, SearchConstants, java.io.Serializable


    public class CustomCatEntrySearchListDataBean
    extends CatEntrySearchListDataBean
    implements com.ibm.commerce.search.beans.samples.CustomCatEntrySearchListInputDataBean, com.ibm.commerce.search.beans.samples.CustomCatEntrySearchListSmartDataBean
    This bean represents a custom CatEntrySearchListDataBean for the On Special flag of the Catalog Entry.
    See Also:
    Serialized Form
    • Constructor Detail

      • CustomCatEntrySearchListDataBean

        public CustomCatEntrySearchListDataBean()
        Constructs a CustomCatEntrySearchListDataBean
    • Method Detail

      • getOnSpecial

        public java.lang.String getOnSpecial()
        Gets the on special flag of the catalog entry for the search.
        Specified by:
        getOnSpecial in interface com.ibm.commerce.search.beans.samples.CustomCatEntrySearchListSmartDataBean
        Returns:
        onSpecial the catalog entry on special flag.
      • populate

        public void populate()
                      throws java.lang.Exception
        Fetches and populates information needed by the bean.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class CatEntrySearchListDataBean
        Throws:
        java.lang.Exception - An exception occurs during the execution of the method.
      • setOnSpecial

        public void setOnSpecial(java.lang.String newOnSpecial)
        Sets the on special flag of the catalog entry for the search.
        Specified by:
        setOnSpecial in interface com.ibm.commerce.search.beans.samples.CustomCatEntrySearchListInputDataBean
        Parameters:
        newOnSpecial - the new value of the on special flag