com.ibm.commerce.usermanagement.commands

Class UserRegistrationAdminCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • UserRegistrationAdminCmdImpl

        public UserRegistrationAdminCmdImpl()
    • Method Detail

      • checkAdminRegistrationParameters

        public void checkAdminRegistrationParameters()
                                              throws ECException
        Checks registration parameters.
        Throws:
        ECException - Should not happen since this method remove session information from the request properties.
      • performExecute

        public void performExecute()
                            throws ECException
        Updates the user attributes and then calls the PostUserRegistartionAdmin command to perform some customized preprocessing.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class UserRegistrationCmdImpl
        Throws:
        ECException - If there is a problem updating the user's information or calling the PostUserRegistartionAdmin command.