com.ibm.commerce.catalog.beans

Class StoreCatalogDataBean

  • All Implemented Interfaces:
    DataBean, InputDataBean, SmartDataBean, com.ibm.commerce.catalog.beans.StoreCatalogInputDataBean, com.ibm.commerce.catalog.beans.StoreCatalogSmartDataBean, Delegator, java.io.Serializable


    public class StoreCatalogDataBean
    extends com.ibm.commerce.catalog.beansrc.StoreCatalogDataBeanBase
    implements com.ibm.commerce.catalog.beans.StoreCatalogInputDataBean, com.ibm.commerce.catalog.beans.StoreCatalogSmartDataBean
    The bean represents a store to catalog relationship. This bean maps to the STORECAT database table.

    You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.

    Access Beans: StoreCatalog

    Mandatory Parameters (for single row retrieval):

    • catalog reference number, store entry ID

    Some hints and tips for using this data bean are:

    • It is important to set the catalog reference number, and store entry ID values before activating the data bean
    • You can set parameters using the setters

    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

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

      • StoreCatalogDataBean

        public StoreCatalogDataBean()
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        Gets the request properties, including the catalog reference number, and store ID.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        the request properties
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request properties, including the catalog reference number, and store ID. The following values are set in this method: catalog reference number store Entry ID
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - the request properties
      • getDataBeanKeyCatalogReferenceNumber

        public java.lang.String getDataBeanKeyCatalogReferenceNumber()
        Gets the primary key of the catalog.
        Specified by:
        getDataBeanKeyCatalogReferenceNumber in interface com.ibm.commerce.catalog.beans.StoreCatalogSmartDataBean
        Returns:
        the primary key of the catalog
      • getDataBeanKeyStoreEntryID

        public java.lang.String getDataBeanKeyStoreEntryID()
        Gets the primary key of the store.
        Specified by:
        getDataBeanKeyStoreEntryID in interface com.ibm.commerce.catalog.beans.StoreCatalogSmartDataBean
        Returns:
        the primary key of the store
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        aCommandContext - the command context
      • setDataBeanKeyCatalogReferenceNumber

        public void setDataBeanKeyCatalogReferenceNumber(java.lang.String aCatalogReferenceNumber)
        Sets the primary key of the catalog.
        Specified by:
        setDataBeanKeyCatalogReferenceNumber in interface com.ibm.commerce.catalog.beans.StoreCatalogInputDataBean
        Parameters:
        aCatalogReferenceNumber - the primary key of the catalog
      • setDataBeanKeyStoreEntryID

        public void setDataBeanKeyStoreEntryID(java.lang.String aStoreEntryID)
        Sets the primary key of the store.
        Specified by:
        setDataBeanKeyStoreEntryID in interface com.ibm.commerce.catalog.beans.StoreCatalogInputDataBean
        Parameters:
        aStoreEntryID - the primary key of the store