com.ibm.commerce.ubf.beans

Class FlowStateGroupDataBean

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.ubf.objects.FlowStateGroupAccessBean
        • com.ibm.commerce.ubf.beans.FlowStateGroupDataBean
    • 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
      FlowStateGroupDataBean()
      Constructs a FlowStateGroupDataBean object.
      FlowStateGroupDataBean(com.ibm.commerce.ubf.objects.FlowStateGroup o)
      Constructs a FlowStateGroupDataBean object.
      FlowStateGroupDataBean(com.ibm.commerce.ubf.objects.FlowStateGroupAccessBean anAccess)
      Constructs a FlowStateGroupDataBean 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 getFlowStateGroupId()
      Gets the FlowStateGroupId 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 setFlowStateGroupByFlowTypeIdAndIdentifier(java.lang.String newFlowTypeId, java.lang.String newIdentifier)
      Sets the flowTypeId and identifier value.
      void setFlowStateGroupId(java.lang.Long newFlowStateGroupId)
      Sets the FlowStateGroupId and uses the value to set a key field on the access bean.
      void setFlowStateGroupId(java.lang.String newFlowStateGroupId)
      Sets the FlowStateGroupId 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.FlowStateGroupAccessBean

        findAllFlowStateGroups, findFlowStateGroupByFlowTypeAndIdentifier, findFlowStateGroupsByFlowType, findFlowStateGroupsByFlowTypeAndMandatoryStateGroup, getDescription, getEntity, getFlowTypeId, getFlowTypeIdInEntityType, getId, getIdentifier, getIdInEntityType, getMandatoryStateGroup, getMandatoryStateGroupInEntityType, getStates, instantiateEntity, setFlowTypeId, setFlowTypeId, setId, setId, setIdentifier, setInitKey_id, setMandatoryStateGroup, setMandatoryStateGroup
      • 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

      • FlowStateGroupDataBean

        public FlowStateGroupDataBean()
        Constructs a FlowStateGroupDataBean object.
      • FlowStateGroupDataBean

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

        public FlowStateGroupDataBean(com.ibm.commerce.ubf.objects.FlowStateGroupAccessBean anAccess)
        Constructs a FlowStateGroupDataBean 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.
      • setFlowStateGroupByFlowTypeIdAndIdentifier

        public void setFlowStateGroupByFlowTypeIdAndIdentifier(java.lang.String newFlowTypeId,
                                                               java.lang.String newIdentifier)
        Sets the flowTypeId and identifier value. This method will find flow information by flowTypeId and identifier.
        Specified by:
        setFlowStateGroupByFlowTypeIdAndIdentifier in interface FlowStateGroupInputDataBean
        Parameters:
        newFlowTypeId - relevant flowTypeId.
        newIdentifier - relevant identifier.
      • setFlowStateGroupId

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

        public void setFlowStateGroupId(java.lang.String newFlowStateGroupId)
        Sets the FlowStateGroupId and uses the value to set a key field on the access bean.
        Specified by:
        setFlowStateGroupId in interface FlowStateGroupInputDataBean
        Parameters:
        newFlowStateGroupId - relevant FlowStateGroupId.
      • 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.