Package info.mikethomas.fahweb.action
Class UpdateAction
- java.lang.Object
-
- com.opensymphony.xwork2.ActionSupport
-
- info.mikethomas.fahweb.action.UpdateAction
-
- All Implemented Interfaces:
com.opensymphony.xwork2.Action,com.opensymphony.xwork2.LocaleProvider,com.opensymphony.xwork2.TextProvider,com.opensymphony.xwork2.Validateable,com.opensymphony.xwork2.ValidationAware,Serializable
public class UpdateAction extends com.opensymphony.xwork2.ActionSupportUpdateAction class.
- Version:
- $Id: $Id
- Author:
- Michael Thomas (mikepthomas@outlook.com)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringLINE_DELIMITERConstantLINE_DELIMITER="\t"
-
Constructor Summary
Constructors Constructor Description UpdateAction(TeamService teamService, UserService userService)Constructor for UpdateAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexecute()StringupdateTeams()updateTeams.StringupdateUsers()updateUsers.-
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
-
-
-
-
Field Detail
-
LINE_DELIMITER
public static final String LINE_DELIMITER
ConstantLINE_DELIMITER="\t"- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateAction
public UpdateAction(TeamService teamService, UserService userService)
Constructor for UpdateAction.
- Parameters:
teamService- aTeamServiceobject.userService- aUserServiceobject.
-
-