com.ibm.commerce.catalog.beans

Class CatalogEntryTypeDataBean

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


    public class CatalogEntryTypeDataBean
    extends com.ibm.commerce.catalog.beansrc.CatalogEntryTypeDataBeanBase
    implements com.ibm.commerce.catalog.beans.CatalogEntryTypeInputDataBean, com.ibm.commerce.catalog.beans.CatalogEntryTypeSmartDataBean
    This data bean represents the type object of a catalog entry. Examples of CatalogEntry types are ProductBean, ItemBean, PackageBean, BundleBean and DynamicKitBean.

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

    Access Beans: CatalogEntryType

    Mandatory Parameters (for single row retrieval):

    • catalog entry type reference number

    Some hints and tips for using this data bean are:

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

      • CatalogEntryTypeDataBean

        public CatalogEntryTypeDataBean()
    • Method Detail

      • setRequestProperties

        public void setRequestProperties(TypedProperty aRequestProperty)
        Sets the request property within this bean. The following values are set in this method: catalog entry type reference number
        Specified by:
        setRequestProperties in interface InputDataBean
        Parameters:
        aTypedProperty - 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.
      • getDataBeanKeyCatalogEntryTypeReferenceNumber

        public java.lang.String getDataBeanKeyCatalogEntryTypeReferenceNumber()
        Gets the catalog entry type reference number.
        Specified by:
        getDataBeanKeyCatalogEntryTypeReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogEntryTypeSmartDataBean
        Returns:
        The reference number of the type of the catalog entry.
      • getCommandContext

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

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

        public void setDataBeanKeyCatalogEntryTypeReferenceNumber(java.lang.String aCatalogEntryTypeReferenceNumber)
        Sets the reference number of the type of the catalog entry.
        Specified by:
        setDataBeanKeyCatalogEntryTypeReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogEntryTypeInputDataBean
        Parameters:
        aCatalogEntryTypeReferenceNumber - The reference number of the type of the catalog entry.