com.ibm.commerce.catalog.beans

Class StoreCatalogGroupDataBean

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


    public class StoreCatalogGroupDataBean
    extends com.ibm.commerce.catalog.beansrc.StoreCatalogGroupDataBeanBase
    implements com.ibm.commerce.catalog.beans.StoreCatalogGroupInputDataBean, com.ibm.commerce.catalog.beans.StoreCatalogGroupSmartDataBean
    The bean represents a store to catalog group relationship This bean maps to the STORECGRP database table.

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

    Access Beans: StoreCatalogGroup

    Mandatory Parameters (for single row retrieval):

    • catalog group reference number, store entry ID

    Some hints and tips for using this data bean are:

    • It is important to set the catalog group 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

      • StoreCatalogGroupDataBean

        public StoreCatalogGroupDataBean()
    • Method Detail

      • getRequestProperties

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

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

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

        public java.lang.String getDataBeanKeyStoreEntryID()
        Gets the primary key of the store.
        Specified by:
        getDataBeanKeyStoreEntryID in interface com.ibm.commerce.catalog.beans.StoreCatalogGroupSmartDataBean
        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
      • setDataBeanKeyCatalogGroupReferenceNumber

        public void setDataBeanKeyCatalogGroupReferenceNumber(java.lang.String aCatalogGroupReferenceNumber)
        Sets the primary key of the catalog group.
        Specified by:
        setDataBeanKeyCatalogGroupReferenceNumber in interface com.ibm.commerce.catalog.beans.StoreCatalogGroupInputDataBean
        Parameters:
        aCatalogGroupReferenceNumber - the primary key of the catalog group
      • 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.StoreCatalogGroupInputDataBean
        Parameters:
        aStoreEntryID - the primary key of the store