com.ibm.commerce.catalog.beans

Class OperatorDescriptionDataBean

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


    public class OperatorDescriptionDataBean
    extends com.ibm.commerce.catalog.beansrc.OperatorDescriptionDataBeanBase
    implements com.ibm.commerce.catalog.beans.OperatorDescriptionInputDataBean, com.ibm.commerce.catalog.beans.OperatorDescriptionSmartDataBean
    This bean represents the description for the Operator.

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

    Access Beans: OperatorDescription

    Mandatory Parameters (for single row retrieval):

    • operator ID, language ID

    Some hints and tips for using this data bean are:

    • It is important to set the operator ID, 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

      • OperatorDescriptionDataBean

        public OperatorDescriptionDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean. The following values are set in this method: operator ID language ID
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aRequestProperty - the request property.
      • getDataBeanKeyOperatorId

        public java.lang.String getDataBeanKeyOperatorId()
        Gets the Operator ID.
        Specified by:
        getDataBeanKeyOperatorId in interface com.ibm.commerce.catalog.beans.OperatorDescriptionSmartDataBean
        Returns:
        the Operator ID.
      • getDataBeanKeyLanguageId

        public java.lang.String getDataBeanKeyLanguageId()
        Gets the language ID.
        Specified by:
        getDataBeanKeyLanguageId in interface com.ibm.commerce.catalog.beans.OperatorDescriptionSmartDataBean
        Returns:
        the language ID.
      • setCommandContext

        public void setCommandContext(CommandContext aCommandContext)
        Sets the command context within this bean.
        Specified by:
        setCommandContext in interface SmartDataBean
        Parameters:
        the - command context value to be set.
      • setDataBeanKeyOperatorId

        public void setDataBeanKeyOperatorId(java.lang.String aOperatorId)
        Sets the Operator ID.
        Specified by:
        setDataBeanKeyOperatorId in interface com.ibm.commerce.catalog.beans.OperatorDescriptionInputDataBean
        Parameters:
        aOperatorId - the Operator ID.
      • setDataBeanKeyLanguageId

        public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
        Sets the language ID.
        Specified by:
        setDataBeanKeyLanguageId in interface com.ibm.commerce.catalog.beans.OperatorDescriptionInputDataBean
        Parameters:
        aLanguageId - the language ID.
      • populate

        public void populate()
        Retrieves data from the database.
        Specified by:
        populate in interface SmartDataBean
        Throws:
        java.lang.Exception