Class IncomingUserActionForm
java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.user.incoming.IncomingUserActionForm
- All Implemented Interfaces:
Serializable
public class IncomingUserActionForm
extends ecmwf.web.controller.ECMWFActionForm
The Class IncomingUserActionForm.
- See Also:
-
Field Summary
Fields inherited from class ecmwf.web.controller.ECMWFActionForm
ALLOWED_IN_IDENTIFIER, DATE, DATE_FORMAT_LONG, DATE_FORMAT_MEDIUM, DATE_FORMAT_SHORT, DATE_FORMATS, IDENTIFIER, ISODATE, NUMBER, NUMBER_OTHER, STRING
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the active.Gets the authorized SSH keys.Gets the comment.Gets the completions.Gets the country iso.Gets the country options.Collection
<ecmwf.web.util.bean.Pair> Gets the destination options.Gets the destinations.getId()
Gets the id.Gets the incoming policies.Gets the incoming policy options.Gets the incoming user.Gets the checks if is synchronized.Gets the operation options.Gets the operations.Gets the password.Gets the synchronized.Gets the user data.Gets the user properties.protected void
Populate from user.protected void
Populate user.void
Sets the active.void
Sets the authorized SSH keys.void
setComment
(String s) Sets the comment.void
setCountryIso
(String string) Sets the country iso.void
Sets the id.void
Sets the checks if is synchronized.void
setPassword
(String string) Sets the password.void
Sets the synchronized.void
setUser
(IncomingUser user) Sets the user.void
Sets the user data.Methods inherited from class ecmwf.web.controller.ECMWFActionForm
adaptActionForward, adaptActionForward, addError, addError, addError, checkSize, checkType, cleanErrors, convertToBoolean, convertToDate, convertToDate, convertToInt, convertToLong, convertToString, getErrors, getPathParameter, getPathParameters, isDate, isIdentifier, isIsoDate, isNumber, isNumber, isString, newErrors, newErrors, newErrors, newErrors, nonBlank, nonNull, validateContent, validateContent
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
IncomingUserActionForm
public IncomingUserActionForm()
-
-
Method Details
-
getId
-
getPassword
-
getCountryIso
-
getIncomingUser
-
getActive
-
getSynchronized
-
getIsSynchronized
Gets the checks if is synchronized.- Returns:
- the checks if is synchronized
-
setId
-
setPassword
-
setCountryIso
Sets the country iso.- Parameters:
string
- the new country iso
-
setUser
-
setActive
-
setSynchronized
-
setIsSynchronized
Sets the checks if is synchronized.- Parameters:
s
- the new checks if is synchronized
-
setUserData
-
setAuthorizedSSHKeys
Sets the authorized SSH keys.- Parameters:
s
- the new authorized SSH keys
-
getUserData
-
getUserProperties
-
getAuthorizedSSHKeys
-
getCompletions
-
setComment
-
getComment
-
getIncomingPolicies
Gets the incoming policies.- Returns:
- All the IncomingPolicies currently associated to the User
-
getIncomingPolicyOptions
Gets the incoming policy options.- Returns:
- All the IncomingPolicies currently NOT associated to the User
-
getDestinations
Gets the destinations.- Returns:
- All the Destinations currently associated to the User
-
getDestinationOptions
Gets the destination options.- Returns:
- All the Destinations currently NOT associated to the User
-
getOperations
Gets the operations.- Returns:
- All the Operations currently associated to the User
-
getOperationOptions
Gets the operation options.- Returns:
- All the Operations currently NOT associated to the User
-
getCountryOptions
Gets the country options.- Returns:
- the country options
-
populateUser
-
populateFromUser
-