com.ibm.commerce.usermanagement.commands

Class UserRegistrationAddApprovalBaseCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        The name of the Base class for User Registration commands.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UserRegistrationAddApprovalBaseCmdImpl

        public UserRegistrationAddApprovalBaseCmdImpl()
        Creates an instance of the user registration base command.
    • Method Detail

      • getEntityId

        public java.lang.Long getEntityId()
        Returns the entity identifier.
        Specified by:
        getEntityId in interface com.ibm.commerce.ubf.commands.BusinessFlowCmd
        Returns:
        The entity identifier.
      • getEntityObject

        public com.ibm.commerce.ubf.beans.BusinessFlowEntityBean getEntityObject()
        Returns the entity object.
        Specified by:
        getEntityObject in interface com.ibm.commerce.ubf.commands.BusinessFlowCmd
        Returns:
        The entity object.
      • getFlowContext

        public java.lang.String getFlowContext()
        Returns the flow context.
        Specified by:
        getFlowContext in interface com.ibm.commerce.ubf.commands.BusinessFlowCmd
        Returns:
        The flow context.
      • reset

        public void reset()
        Resets the parameters of the command so it can be reused.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
      • setFlowContext

        public void setFlowContext(java.lang.String newFlowContext)
        Sets the flow context.
        Specified by:
        setFlowContext in interface com.ibm.commerce.ubf.commands.BusinessFlowCmd
        Parameters:
        newFlowContext - The flow context.
      • setStateIdentifier

        public void setStateIdentifier(java.lang.Integer aStateIdentifier)
        Sets the state identifier.
        Specified by:
        setStateIdentifier in interface com.ibm.commerce.ubf.commands.BusinessFlowCmd
        Parameters:
        aStateIdentifier - the state identifier.