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, STRINGFields 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 voidPopulate from transfer group.protected voidPopulate transfer group.voidreset(org.apache.struts.action.ActionMapping map, javax.servlet.http.HttpServletRequest req) Reset.protected voidBlank the ActionForm in order to be able to insert a new element.voidSets the active.voidSets the backup.voidsetClusterName(String string) Sets the cluster name.voidsetClusterWeight(String string) Sets the cluster weight.voidsetComment(String string) Sets the comment.voidSets the filter.voidsetHostForBackupName(String string) Sets the host for backup name.voidsetMinFilteringCount(String string) Sets the min filtering count.voidsetMinReplicationCount(String string) Sets the min replication count.voidSets the name.voidsetReplicate(String string) Sets the replicate.voidsetVolumeCount(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, validateContentMethods 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:
resetin 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
-