com.ibm.commerce.usermanagement.commands

Interface OrgEntityRegistrationAddPreApprovalCmd

  • All Superinterfaces:
    AccCommand, com.ibm.commerce.ubf.commands.BusinessFlowCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, OrgEntityRegistrationCmd, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    OrgEntityRegistrationAddPreApprovalCmdImpl


    public interface OrgEntityRegistrationAddPreApprovalCmd
    extends com.ibm.commerce.ubf.commands.BusinessFlowCmd, OrgEntityRegistrationCmd
    This command is used to perform pre approval processing for organization registration.

    Behavior

    • If the organization already exists, then it will be updated.
    • If the organization does not exist, then it will be created, and its approval state will be set.

    Exception Conditions

    • N/A
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        This the name of this interface.
        See Also:
        Constant Field Values