Class IncomingPolicyActionForm
java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.user.policy.IncomingPolicyActionForm
- All Implemented Interfaces:
Serializable
public class IncomingPolicyActionForm
extends ecmwf.web.controller.ECMWFActionForm
The Class IncomingPolicyActionForm.
- 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 comment.Gets the completions.getData()
Gets the data.Collection
<ecmwf.web.util.bean.Pair> Gets the destination options.Gets the destinations.getId()
Gets the id.Gets the incoming policy.protected void
Populate from policy.protected void
Populate policy.void
Sets the active.void
setComment
(String s) Sets the comment.void
Sets the data.void
Sets the id.void
setPolicy
(IncomingPolicy policy) Sets the policy.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
-
IncomingPolicyActionForm
public IncomingPolicyActionForm()
-
-
Method Details
-
getId
-
getIncomingPolicy
-
getActive
-
setId
-
setPolicy
-
setActive
-
setData
-
getData
-
setComment
-
getCompletions
-
getComment
-
getDestinations
Gets the destinations.- Returns:
- All the Destinations currently associated to the IncomingPolicy
-
getDestinationOptions
Gets the destination options.- Returns:
- All the Destinations currently NOT associated to the IncomingPolicy
-
populatePolicy
-
populateFromPolicy
-