com.ibm.commerce.ubf.beans

Class TransitionDataBean

  • java.lang.Object
    • com.ibm.commerce.persistence.AbstractJpaEntityAccessBean
      • com.ibm.commerce.ubf.objects.TransitionAccessBean
        • com.ibm.commerce.ubf.beans.TransitionDataBean
    • 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
      TransitionDataBean()
      Constructs TransitionDataBean.
      TransitionDataBean(com.ibm.commerce.ubf.objects.Transition o)
      Constructs TransitionDataBean.
      TransitionDataBean(com.ibm.commerce.ubf.objects.TransitionAccessBean anAccessBean)
      Constructs TransitionDataBean.
    • Method Summary

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

        findAllTransitions, findByFlowAndSourceStateAndApproval, findByFlowAndSourceStateAndEventIdentifier, findByFlowAndSourceStateAndEventIdentifierAndTargetState, findTransitionsByFlow, findTransitionsByFlowAndSourceState, getAccessControlGuard, getActionInterface, getApproval, getApprovalInEntityType, getBusinessLogicGuard, getEntity, getEventDescription, getEventIdentifier, getFlowId, getFlowIdInEntityType, getId, getIdInEntityType, getPriority, getPriorityInEntityType, getResponseViewName, getSourceStateId, getSourceStateIdInEntityType, getSpawnFlowTypeId, getSpawnFlowTypeIdInEntityType, getSpawnType, getSpawnTypeInEntityType, getTargetStateId, getTargetStateIdInEntityType, getTransitionDescription, instantiateEntity, setAccessControlGuard, setActionInterface, setApproval, setApproval, setBusinessLogicGuard, setEventIdentifier, setFlowId, setFlowId, setId, setId, setInitKey_id, setPriority, setPriority, setResponseViewName, setSourceStateId, setSourceStateId, setSpawnFlowTypeId, setSpawnFlowTypeId, setSpawnType, setSpawnType, setTargetStateId, setTargetStateId
      • 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

      • TransitionDataBean

        public TransitionDataBean()
        Constructs TransitionDataBean.
      • TransitionDataBean

        public TransitionDataBean(com.ibm.commerce.ubf.objects.Transition o)
        Constructs TransitionDataBean.
        Parameters:
        o - javax.ejb.EJBObject
      • TransitionDataBean

        public TransitionDataBean(com.ibm.commerce.ubf.objects.TransitionAccessBean anAccessBean)
        Constructs TransitionDataBean.
        Parameters:
        anAccessBean - com.ibm.commerce.ubf.objects.TransitionAccessBean
        Throws:
        ECException
    • Method Detail

      • getCommandContext

        public com.ibm.commerce.command.CommandContext getCommandContext()
        Gets the active commandContext. Creation date: (5/22/01 11:23:15 AM)
        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. Creation date: (5/22/01 2:49:26 PM)
        Specified by:
        getRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Returns:
        always null
      • getTransitionId

        public java.lang.Long getTransitionId()
        Gets the TransitionId field. Creation date: (5/22/01 5:06:28 PM)
        Specified by:
        getTransitionId in interface TransitionSmartDataBean
        Returns:
        the Transition id.
      • populate

        public void populate()
        Fetches field values from the access bean. Creation date: (5/22/01 2:25:09 PM)
        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. Creation date: (5/22/01 11:23:15 AM)
        Specified by:
        setCommandContext in interface com.ibm.commerce.beans.SmartDataBean
        Parameters:
        newCommandContext - the active command context.
      • setRequestProperties

        public void setRequestProperties(com.ibm.commerce.datatype.TypedProperty param)
        Currently does nothing. Creation date: (5/22/01 3:02:08 PM)
        Specified by:
        setRequestProperties in interface com.ibm.commerce.beans.InputDataBean
        Parameters:
        param - a TypedProperty that is ignored.
      • setTransitionId

        public void setTransitionId(java.lang.Long newTransitionId)
        Sets the transitionId and uses the value to set a key field on the access bean. Creation date: (5/22/01 5:06:28 PM)
        Parameters:
        newTransitionId - relevant transitionId.
      • setTransitionId

        public void setTransitionId(java.lang.String newTransitionId)
        Sets the transitionId and uses the value to set a key field on the access bean. Creation date: (5/22/01 5:06:28 PM)
        Specified by:
        setTransitionId in interface TransitionInputDataBean
        Parameters:
        newTransitionId - relevant transitionId.