com.redhat.rhn.frontend.action.user
Class CreateUserAction

java.lang.Object
  extended by Action
      extended by com.redhat.rhn.frontend.struts.RhnAction
          extended by com.redhat.rhn.frontend.action.user.CreateUserAction

public class CreateUserAction
extends RhnAction

UserEditSubmitAction, edit action submit handler for user detail page


Field Summary
static java.lang.String ACCOUNT_TYPE
           
static java.lang.String FAILURE
           
static java.lang.String FAILURE_SATELLITE
           
static java.lang.String SUCCESS_INTO_ORG
           
static java.lang.String SUCCESS_SAT
           
static java.lang.String TYPE_CREATE_SAT
           
static java.lang.String TYPE_INTO_ORG
           
 
Fields inherited from class com.redhat.rhn.frontend.struts.RhnAction
SUBMITTED
 
Constructor Summary
CreateUserAction()
          Initialize the action.
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm formIn, HttpServletRequest request, HttpServletResponse response)
          
protected  CreateUserCommand getCommand()
           
 
Methods inherited from class com.redhat.rhn.frontend.struts.RhnAction
addGlobalMessage, addGlobalMessage, addMessage, createErrorMessage, createLabelValueList, createSuccessMessage, getStrutsDelegate, isSubmitted, l10n, localize, lv, lve, lvel10n, lvl10n, makeParamMap, saveMessages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAILURE_SATELLITE

public static final java.lang.String FAILURE_SATELLITE
See Also:
Constant Field Values

FAILURE

public static final java.lang.String FAILURE
See Also:
Constant Field Values

SUCCESS_INTO_ORG

public static final java.lang.String SUCCESS_INTO_ORG
See Also:
Constant Field Values

SUCCESS_SAT

public static final java.lang.String SUCCESS_SAT
See Also:
Constant Field Values

TYPE_CREATE_SAT

public static final java.lang.String TYPE_CREATE_SAT
See Also:
Constant Field Values

TYPE_INTO_ORG

public static final java.lang.String TYPE_INTO_ORG
See Also:
Constant Field Values

ACCOUNT_TYPE

public static final java.lang.String ACCOUNT_TYPE
See Also:
Constant Field Values
Constructor Detail

CreateUserAction

public CreateUserAction()
Initialize the action.

Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm formIn,
                             HttpServletRequest request,
                             HttpServletResponse response)


getCommand

protected CreateUserCommand getCommand()