com.ibm.commerce.catalog.beans

Class StoreCatalogEntryDataBean

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


    public class StoreCatalogEntryDataBean
    extends com.ibm.commerce.catalog.beansrc.StoreCatalogEntryDataBeanBase
    implements com.ibm.commerce.catalog.beans.StoreCatalogEntryInputDataBean, com.ibm.commerce.catalog.beans.StoreCatalogEntrySmartDataBean
    The bean represents a store to catalog entry relationship. This bean maps to the STORECENT database table.

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

    Access Beans: StoreCatalogEntry

    Mandatory Parameters (for single row retrieval):

    • catalog entry reference number, store entry ID

    Some hints and tips for using this data bean are:

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

      • StoreCatalogEntryDataBean

        public StoreCatalogEntryDataBean()
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        Gets the request properties, including catalog entry 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 entry ID and store ID. The following values are set in this method: catalog entry reference number store entry ID
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - the request properties
      • getDataBeanKeyCatalogEntryReferenceNumber

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

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

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