com.ibm.commerce.catalog.beans

Class CatalogEntryDescriptionDataBean

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


    public class CatalogEntryDescriptionDataBean
    extends com.ibm.commerce.catalog.beansrc.CatalogEntryDescriptionDataBeanBase
    implements com.ibm.commerce.catalog.beans.CatalogEntryDescriptionInputDataBean, com.ibm.commerce.catalog.beans.CatalogEntryDescriptionSmartDataBean
    This bean represents the object information (name, description) associated to a catalog entry.

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

    Access Beans: CatalogEntryDescription

    Mandatory Parameters (for single row retrieval):

    • catalog entry reference number, language ID

    Some hints and tips for using this data bean are:

    • It is important to set the catalog entry reference number, and language 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

      • CatalogEntryDescriptionDataBean

        public CatalogEntryDescriptionDataBean()
    • Method Detail

      • getRequestProperties

        public TypedProperty getRequestProperties()
        Gets the request property set within this bean.
        Specified by:
        getRequestProperties in interface InputDataBean
        Returns:
        The request property as TypedProperty object.
      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean. The following values are set in this method: catalog entry reference number language ID
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - The request property as TypedProperty object.
        Throws:
        CreateException - In the execution of the method, a create exception occurs.
        FinderException - In the execution of the method, a finder exception occurs.
        NamingException - In the execution of the method, a naming exception occurs.
        RemoteException - In the execution of the method, a remote exception occurs.
      • getDataBeanKeyCatalogEntryReferenceNumber

        public java.lang.String getDataBeanKeyCatalogEntryReferenceNumber()
        Gets the catalog entry reference number.
        Specified by:
        getDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogEntryDescriptionSmartDataBean
        Returns:
        The catalog entry reference number.
      • getDataBeanKeyLanguage_id

        public java.lang.String getDataBeanKeyLanguage_id()
        Gets the language ID.
        Specified by:
        getDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogEntryDescriptionSmartDataBean
        Returns:
        The language ID.
      • getCommandContext

        public CommandContext getCommandContext()
        Gets the command context set within this bean.
        Specified by:
        getCommandContext in interface SmartDataBean
        Returns:
        The command context as ComandContext object.
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        The - command context as CommandContext object.
      • setDataBeanKeyCatalogEntryReferenceNumber

        public void setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
        Sets the catalog entry reference number for this catalog entry.
        Specified by:
        setDataBeanKeyCatalogEntryReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogEntryDescriptionInputDataBean
        Parameters:
        aCatalogEntryReferenceNumber - The catalog entry reference number.
      • setDataBeanKeyLanguage_id

        public void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
        Sets the language ID for the attribute. The language ID value must be equal to an entry in the LANGUAGE database table.
        Specified by:
        setDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogEntryDescriptionInputDataBean
        Parameters:
        aLanguage_id - The language ID.