com.ibm.commerce.common.beans

Class StoreEntityDescriptionDataBean

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright statement
      • Fields inherited from interface com.ibm.commerce.beans.DataBean

        emptyString
    • Constructor Summary

      Constructors 
      Constructor and Description
      StoreEntityDescriptionDataBean()
      Constructor for a StoreEntityDescriptionDataBean.
      StoreEntityDescriptionDataBean(com.ibm.commerce.common.objects.StoreEntityDescriptionAccessBean aabStoreEntityDescription)
      This method constructs a StoreEntityDescriptionDataBean from a StoreEntityDescriptionAccessBean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.ibm.commerce.command.CommandContext getCommandContext()
      This method gets the command context set within this bean.
      java.lang.String getDataBeanKeyLanguageId()
      This method gets the language id.
      java.lang.String getDataBeanKeyStoreEntityId()
      This method gets the store entity id.
      com.ibm.commerce.datatype.TypedProperty getRequestProperties()
      This method gets the request property set within this bean.
      void populate()
      This method loads the data for this bean.
      void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
      This method sets the command context within this bean.
      void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
      This method sets the language id (this is the a mandatory parameter that must be set before activating this bean)
      void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
      This method sets the store id (this is the a mandatory parameter that must be set before activating this bean)
      void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
      This method sets the request property within this bean.
      • Methods inherited from class com.ibm.commerce.common.objects.StoreEntityDescriptionAccessBean

        findByLocaleNameAndDistinguishedName, getContactAddressId, getContactAddressIdInEntityType, getDescription, getDisplayName, getEntity, getLanguageId, getLanguageIdInEntityType, getLocationAddressId, getLocationAddressIdInEntityType, getStoreEntityId, getStoreEntityIdInEntityType, instantiateEntity, setContactAddressId, setContactAddressId, setDescription, setDisplayName, setInitKey_languageId, setInitKey_languageId, setInitKey_storeEntityId, setInitKey_storeEntityId, setLanguageId, setLanguageId, setLocationAddressId, setLocationAddressId, setStoreEntityId, setStoreEntityId
      • Methods inherited from class com.ibm.commerce.persistence.AbstractJpaEntityAccessBean

        createAccessBean, createAccessBean, createAccessBeanCollection, createAccessBeanCollection, createEntityCollection, detach, remove, setUseDataCache, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright statement
        See Also:
        Constant Field Values
    • Constructor Detail

      • StoreEntityDescriptionDataBean

        public StoreEntityDescriptionDataBean()
        Constructor for a StoreEntityDescriptionDataBean.
      • StoreEntityDescriptionDataBean

        public StoreEntityDescriptionDataBean(com.ibm.commerce.common.objects.StoreEntityDescriptionAccessBean aabStoreEntityDescription)
        This method constructs a StoreEntityDescriptionDataBean from a StoreEntityDescriptionAccessBean.
        Parameters:
        aabStoreEntityDescription - com.ibm.commerce.common.objects.StoreEntityDescriptionAccessBean
    • Method Detail

      • getCommandContext

        public com.ibm.commerce.command.CommandContext getCommandContext()
        This method gets the command context set within this bean.
        Specified by:
        getCommandContext in interface com.ibm.commerce.beans.SmartDataBean
        Returns:
        The command context set within this bean.
      • getRequestProperties

        public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
        This method gets the request property set within this bean.
        Specified by:
        getRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Returns:
        The request property set within this bean.
      • populate

        public void populate()
        This method loads the data for this bean. Retrieve the information from the STOREENTDS table. Loads data into the data bean when the DataBeanManager.activate() executes.
        Specified by:
        populate in interface com.ibm.commerce.beans.SmartDataBean
      • setCommandContext

        public void setCommandContext(com.ibm.commerce.command.CommandContext aCommandContext)
        This method sets the command context within this bean.
        Specified by:
        setCommandContext in interface com.ibm.commerce.beans.SmartDataBean
        Parameters:
        aCommandContext - The command context to set within this bean.
      • setDataBeanKeyLanguageId

        public void setDataBeanKeyLanguageId(java.lang.String aLanguageId)
        This method sets the language id (this is the a mandatory parameter that must be set before activating this bean)
        Specified by:
        setDataBeanKeyLanguageId in interface StoreEntityDescriptionInputDataBean
        Parameters:
        aLanguageId - The language id.
      • setDataBeanKeyStoreEntityId

        public void setDataBeanKeyStoreEntityId(java.lang.String aStoreEntityId)
        This method sets the store id (this is the a mandatory parameter that must be set before activating this bean)
        Specified by:
        setDataBeanKeyStoreEntityId in interface StoreEntityDescriptionInputDataBean
        Parameters:
        aStoreEntityId - The store id.
      • setRequestProperties

        public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty aRequestProperty)
        This method sets the request property within this bean.
        Specified by:
        setRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Parameters:
        aRequestProperty - The request property to set within this bean.