com.ibm.commerce.ubf.beans

Class FlowDomainDataBean

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.ubf.objects.FlowDomainAccessBean
        • com.ibm.commerce.ubf.beans.FlowDomainDataBean
    • 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
      FlowDomainDataBean()
      Constructs a FlowDomainDataBean object.
      FlowDomainDataBean(com.ibm.commerce.ubf.objects.FlowDomain o)
      Constructs a FlowDomainDataBean object.
      FlowDomainDataBean(com.ibm.commerce.ubf.objects.FlowDomainAccessBean anAccess)
      Constructs a FlowDomainDataBean 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.Long getFlowDomainId()
      Gets the flowDomainId 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 setFlowDomainId(java.lang.Long newFlowDomainId)
      Sets the flowDomainId and uses the value to set a key field on the access bean.
      void setFlowDomainId(java.lang.String newFlowDomainId)
      Sets the flowDomainId and uses the value to set a key field on the access bean.
      void setFlowDomainIdentifier(java.lang.String newIdentifier)
      Sets the identifier value.
      void setRequestProperties(com.ibm.commerce.datatype.TypedProperty param)
      Currently does nothing.
      • Methods inherited from class com.ibm.commerce.ubf.objects.FlowDomainAccessBean

        findAllFlowDomains, findFlowDomainByIdentifier, getDescription, getEntity, getFlowTypes, getId, getIdentifier, getIdInEntityType, getLongDescription, getPriority, getPriorityInEntityType, instantiateEntity, setId, setId, setIdentifier, setInitKey_id, setPriority, setPriority
      • 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

      • FlowDomainDataBean

        public FlowDomainDataBean()
        Constructs a FlowDomainDataBean object.
      • FlowDomainDataBean

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

        public FlowDomainDataBean(com.ibm.commerce.ubf.objects.FlowDomainAccessBean anAccess)
        Constructs a FlowDomainDataBean 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.
      • setFlowDomainId

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

        public void setFlowDomainId(java.lang.String newFlowDomainId)
        Sets the flowDomainId and uses the value to set a key field on the access bean.
        Specified by:
        setFlowDomainId in interface FlowDomainInputDataBean
        Parameters:
        newFlowDomainId - relevant flowDomainId.
      • setFlowDomainIdentifier

        public void setFlowDomainIdentifier(java.lang.String newIdentifier)
        Sets the identifier value. This method will find flow domain information by identifier.
        Specified by:
        setFlowDomainIdentifier in interface FlowDomainInputDataBean
        Parameters:
        newIdentifier - relevant identifier.
      • 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.