Class TransferGroupActionForm
java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.datafile.transfergroup.TransferGroupActionForm
- All Implemented Interfaces:
Serializable
public class TransferGroupActionForm
extends ecmwf.web.controller.ECMWFActionForm
The Class TransferGroupActionForm.
- 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 backup.Gets the cluster name.Gets the cluster weight.Gets the comment.Gets the filter.Gets the host for backup name.Gets the host for backup options.getId()
Gets the id.Gets the min filtering count.Gets the min replication count.getName()
Gets the name.Gets the replicate.Gets the transfer servers.Gets the volume count.protected void
Populate from transfer group.protected void
Populate transfer group.void
reset
(org.apache.struts.action.ActionMapping map, javax.servlet.http.HttpServletRequest req) Reset.protected void
Blank the ActionForm in order to be able to insert a new element.void
Sets the active.void
Sets the backup.void
setClusterName
(String string) Sets the cluster name.void
setClusterWeight
(String string) Sets the cluster weight.void
setComment
(String string) Sets the comment.void
Sets the filter.void
setHostForBackupName
(String string) Sets the host for backup name.void
setMinFilteringCount
(String string) Sets the min filtering count.void
setMinReplicationCount
(String string) Sets the min replication count.void
Sets the name.void
setReplicate
(String string) Sets the replicate.void
setVolumeCount
(String string) Sets the volume count.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, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
TransferGroupActionForm
public TransferGroupActionForm()
-
-
Method Details
-
getId
-
getName
-
getClusterName
-
getComment
-
getActive
-
getReplicate
-
getFilter
-
getBackup
-
getMinFilteringCount
-
getClusterWeight
-
getMinReplicationCount
Gets the min replication count.- Returns:
- the min replication count
-
getVolumeCount
-
setVolumeCount
Sets the volume count.- Parameters:
string
- the new volume count
-
setName
-
setClusterName
Sets the cluster name.- Parameters:
string
- the new cluster name
-
setComment
-
setActive
-
setReplicate
-
setFilter
-
setBackup
-
setMinFilteringCount
Sets the min filtering count.- Parameters:
string
- the new min filtering count
-
setClusterWeight
Sets the cluster weight.- Parameters:
string
- the new cluster weight
-
setMinReplicationCount
Sets the min replication count.- Parameters:
string
- the new min replication count
-
getHostForBackupName
Gets the host for backup name.- Returns:
- the host for backup name
-
setHostForBackupName
Sets the host for backup name.- Parameters:
string
- the new host for backup name
-
getTransferServers
Gets the transfer servers.- Returns:
- the transfer servers
-
reset
public void reset(org.apache.struts.action.ActionMapping map, javax.servlet.http.HttpServletRequest req) Reset.- Overrides:
reset
in classorg.apache.struts.action.ActionForm
-
getHostForBackupOptions
Gets the host for backup options.- Returns:
- the host for backup options
-
resetFields
protected void resetFields()Blank the ActionForm in order to be able to insert a new element. -
populateTransferGroup
Populate transfer group.- Parameters:
h
- the h
-
populateFromTransferGroup
Populate from transfer group.- Parameters:
h
- the h
-