com.ibm.commerce.ubf.beans

Class FlowTypeDescriptionDataBean

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.ubf.objects.FlowTypeDescriptionAccessBean
        • com.ibm.commerce.ubf.beans.FlowTypeDescriptionDataBean
    • Field Summary

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

        emptyString
    • Constructor Summary

      Constructors 
      Constructor and Description
      FlowTypeDescriptionDataBean()
      Constructs a FlowTypeDescriptionDataBean object.
      FlowTypeDescriptionDataBean(com.ibm.commerce.ubf.objects.FlowTypeDescription o)
      Constructs a FlowTypeDescriptionDataBean object.
      FlowTypeDescriptionDataBean(com.ibm.commerce.ubf.objects.FlowTypeDescriptionAccessBean anAccess)
      Constructs a FlowTypeDescriptionDataBean object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      com.ibm.commerce.command.CommandContext getCommandContext()
      Gets the active commandContext.
      java.lang.String getFlowTypeId()
      Gets the FlowTypeId field.
      com.ibm.commerce.datatype.TypedProperty getRequestProperties()
      Gets the value of requestProperties; currently implemented to return null.
      void populate()
      Fetches field values from the access bean.
      void setCommandContext(com.ibm.commerce.command.CommandContext newCommandContext)
      Sets the active commandContext.
      void setFlowTypeId(java.lang.Long newFlowTypeId)
      Sets the FlowTypeId and uses the value to set a key field on the access bean.
      void setFlowTypeId(java.lang.String newFlowTypeId)
      Sets the FlowTypeId and uses the value to set a key field on the access bean.
      void setLanguageId(java.lang.Integer newLanguageId)
      Sets the LanguageId and uses the value to set a key field on the access bean.
      void setLanguageId(java.lang.String newLanguageId)
      Sets the LanguageId and uses the value to set a key field on the access bean.
      void setRequestProperties(com.ibm.commerce.datatype.TypedProperty param)
      Currently does nothing.
      • Methods inherited from class com.ibm.commerce.ubf.objects.FlowTypeDescriptionAccessBean

        findAllFlowTypeDescs, findFlowTypeDescByFlowTypeAndLanguage, findFlowTypeDescsByFlowType, findFlowTypeDescsByLanguage, getDescription, getEntity, getId, getIdInEntityType, getLanguageId, getLanguageIdInEntityType, getLongDescription, instantiateEntity, setDescription, setId, setId, setInitKey_id, setInitKey_languageId, setLongDescription
      • 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
    • Constructor Detail

      • FlowTypeDescriptionDataBean

        public FlowTypeDescriptionDataBean()
        Constructs a FlowTypeDescriptionDataBean object.
      • FlowTypeDescriptionDataBean

        public FlowTypeDescriptionDataBean(com.ibm.commerce.ubf.objects.FlowTypeDescription o)
        Constructs a FlowTypeDescriptionDataBean object.
        Parameters:
        o - javax.ejb.EJBObject
      • FlowTypeDescriptionDataBean

        public FlowTypeDescriptionDataBean(com.ibm.commerce.ubf.objects.FlowTypeDescriptionAccessBean anAccess)
        Constructs a FlowTypeDescriptionDataBean object.
    • Method Detail

      • getCommandContext

        public com.ibm.commerce.command.CommandContext getCommandContext()
        Gets the active commandContext.
        Specified by:
        getCommandContext in interface com.ibm.commerce.beans.SmartDataBean
        Returns:
        the active commandContext.
      • getRequestProperties

        public com.ibm.commerce.datatype.TypedProperty getRequestProperties()
        Gets the value of requestProperties; currently implemented to return null.
        Specified by:
        getRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Returns:
        always null
      • populate

        public void populate()
        Fetches field values from the access bean.
        Specified by:
        populate in interface com.ibm.commerce.beans.SmartDataBean
        Throws:
        java.lang.Exception - On any access bean error.
      • setCommandContext

        public void setCommandContext(com.ibm.commerce.command.CommandContext newCommandContext)
        Sets the active commandContext.
        Specified by:
        setCommandContext in interface com.ibm.commerce.beans.SmartDataBean
        Parameters:
        newCommandContext - the active command context.
      • setFlowTypeId

        public void setFlowTypeId(java.lang.Long newFlowTypeId)
        Sets the FlowTypeId and uses the value to set a key field on the access bean.
        Parameters:
        newFlowTypeId - relevant FlowTypeId.
      • setFlowTypeId

        public void setFlowTypeId(java.lang.String newFlowTypeId)
        Sets the FlowTypeId and uses the value to set a key field on the access bean.
        Specified by:
        setFlowTypeId in interface FlowTypeDescriptionInputDataBean
        Parameters:
        newFlowTypeId - relevant FlowTypeId.
      • setLanguageId

        public void setLanguageId(java.lang.Integer newLanguageId)
        Sets the LanguageId and uses the value to set a key field on the access bean.
        Overrides:
        setLanguageId in class com.ibm.commerce.ubf.objects.FlowTypeDescriptionAccessBean
        Parameters:
        newLanguageId - relevant LanguageId.
      • setLanguageId

        public void setLanguageId(java.lang.String newLanguageId)
        Sets the LanguageId and uses the value to set a key field on the access bean.
        Specified by:
        setLanguageId in interface FlowTypeDescriptionInputDataBean
        Overrides:
        setLanguageId in class com.ibm.commerce.ubf.objects.FlowTypeDescriptionAccessBean
        Parameters:
        newLanguageId - relevant LanguageId.
      • setRequestProperties

        public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty param)
        Currently does nothing.
        Specified by:
        setRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Parameters:
        param - a TypedProperty that is ignored.