com.ibm.commerce.usermanagement.commands

Class OrgEntityRegistrationAddApprovalBaseCmdImpl

    • 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 this class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OrgEntityRegistrationAddApprovalBaseCmdImpl

        public OrgEntityRegistrationAddApprovalBaseCmdImpl()
        Constructor for OrgEntityRegistrationAddApprovalBaseCmdImpl.
    • Method Detail

      • getEntityId

        public java.lang.Long getEntityId()
        Returns the ID of the OrgEntityFlowEntityBean object associated with this instance.
        Specified by:
        getEntityId in interface com.ibm.commerce.ubf.commands.BusinessFlowCmd
        Returns:
        java.lang.Long
        See Also:
        BusinessFlowCmd.getEntityId()
      • getEntityObject

        public com.ibm.commerce.ubf.beans.BusinessFlowEntityBean getEntityObject()
        Gets the OrgEntityFlowEntityBean object associated with this instance.
        Specified by:
        getEntityObject in interface com.ibm.commerce.ubf.commands.BusinessFlowCmd
        Returns:
        com.ibm.commerce.ubf.beans.BusinessFlowEntityBean
        See Also:
        BusinessFlowCmd.getEntityObject()
      • setStateIdentifier

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

        public java.lang.String getFlowContext()
        Gets the flow context.
        Specified by:
        getFlowContext in interface com.ibm.commerce.ubf.commands.BusinessFlowCmd
        Returns:
        String Flow context.
        See Also:
        BusinessFlowCmd.getFlowContext()
      • setFlowContext

        public void setFlowContext(java.lang.String aFlowContext)
        Sets the flow context.
        Specified by:
        setFlowContext in interface com.ibm.commerce.ubf.commands.BusinessFlowCmd
        Parameters:
        java.lang.String - Flow context.
        See Also:
        BusinessFlowCmd.setFlowContext(String)
      • reset

        public void reset()
        Description copied from class: AbstractECTargetableCommand
        This method is called after a command has been executed. It is used to reset its states variables. After the call to reset, the command should be able to be executed again.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand
        See Also:
        Command.reset()
      • getOrgFlowEntityBean

        public com.ibm.commerce.member.helpers.OrgEntityFlowEntityBean getOrgFlowEntityBean()
        Returns an instance of OrgEntityFlowEntityBean. The instance represents an organization that is being created and modified in the flow.
        Returns:
        OrgEntityFlowEntityBean The OrgEntityFlowEntityBean.
      • setOrgFlowEntityBean

        public void setOrgFlowEntityBean(com.ibm.commerce.member.helpers.OrgEntityFlowEntityBean orgFlowEntityBean)
        Sets an instance of the organization entity flow entity bean.
        Parameters:
        orgFlowEntityBean - The orgFlowEntityBean to set.