Class HostActionForm

java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.transfer.host.HostActionForm
All Implemented Interfaces:
Serializable

public class HostActionForm extends ecmwf.web.controller.ECMWFActionForm
The Class HostActionForm.
See Also:
  • Constructor Details Link icon

    • HostActionForm Link icon

      public HostActionForm()
  • Method Details Link icon

    • setDefaultValues Link icon

      public void setDefaultValues(ecmwf.web.model.users.User u)
      Sets the default values.
      Parameters:
      u - the new default values
    • getCheckFrequency Link icon

      public String getCheckFrequency()
      Gets the check frequency.
      Returns:
      the check frequency
    • getAcquisitionFrequency Link icon

      public String getAcquisitionFrequency()
      Gets the acquisition frequency.
      Returns:
      the acquisition frequency
    • getValid Link icon

      public String getValid()
      Gets the valid.
      Returns:
      the valid
    • getCheck Link icon

      public String getCheck()
      Gets the check.
      Returns:
      the check
    • getCheckFilename Link icon

      public String getCheckFilename()
      Gets the check filename.
      Returns:
      the check filename
    • getMailOnSuccess Link icon

      public String getMailOnSuccess()
      Gets the mail on success.
      Returns:
      the mail on success
    • getMailOnError Link icon

      public String getMailOnError()
      Gets the mail on error.
      Returns:
      the mail on error
    • getNotifyOnce Link icon

      public String getNotifyOnce()
      Gets the notify once.
      Returns:
      the notify once
    • getUserMail Link icon

      public String getUserMail()
      Gets the user mail.
      Returns:
      the user mail
    • getActive Link icon

      public String getActive()
      Gets the active.
      Returns:
      the active
    • getComment Link icon

      public String getComment()
      Gets the comment.
      Returns:
      the comment
    • getConnections Link icon

      public String getConnections()
      Gets the connections.
      Returns:
      the connections
    • getCompletions Link icon

      public String getCompletions()
      Gets the completions.
      Returns:
      the completions
    • getProperties Link icon

      public String getProperties()
      Gets the properties.
      Returns:
      the properties
    • getJavascript Link icon

      public String getJavascript()
      Gets the javascript.
      Returns:
      the javascript
    • getTransferModuleNames Link icon

      public String getTransferModuleNames() throws TransferException
      Gets the transfer module names.
      Returns:
      the transfer module names
      Throws:
      TransferException - the transfer exception
    • getHost Link icon

      public String getHost()
      Gets the host.
      Returns:
      the host
    • getDir Link icon

      public String getDir()
      Gets the dir.
      Returns:
      the dir
    • getId Link icon

      public String getId()
      Gets the id.
      Returns:
      the id
    • getLogin Link icon

      public String getLogin()
      Gets the login.
      Returns:
      the login
    • getMaxConnections Link icon

      public String getMaxConnections()
      Gets the max connections.
      Returns:
      the max connections
    • getName Link icon

      public String getName()
      Gets the name.
      Returns:
      the name
    • getPasswd Link icon

      public String getPasswd()
      Gets the passwd.
      Returns:
      the passwd
    • getRetryCount Link icon

      public String getRetryCount()
      Gets the retry count.
      Returns:
      the retry count
    • getRetryFrequency Link icon

      public String getRetryFrequency()
      Gets the retry frequency.
      Returns:
      the retry frequency
    • setCheckFrequency Link icon

      public void setCheckFrequency(String string)
      Sets the check frequency.
      Parameters:
      string - the new check frequency
    • setAcquisitionFrequency Link icon

      public void setAcquisitionFrequency(String string)
      Sets the acquisition frequency.
      Parameters:
      string - the new acquisition frequency
    • setValid Link icon

      public void setValid(String string)
      Sets the valid.
      Parameters:
      string - the new valid
    • setCheck Link icon

      public void setCheck(String string)
      Sets the check.
      Parameters:
      string - the new check
    • setCheckFilename Link icon

      public void setCheckFilename(String string)
      Sets the check filename.
      Parameters:
      string - the new check filename
    • setMailOnSuccess Link icon

      public void setMailOnSuccess(String string)
      Sets the mail on success.
      Parameters:
      string - the new mail on success
    • setMailOnError Link icon

      public void setMailOnError(String string)
      Sets the mail on error.
      Parameters:
      string - the new mail on error
    • setNotifyOnce Link icon

      public void setNotifyOnce(String string)
      Sets the notify once.
      Parameters:
      string - the new notify once
    • setUserMail Link icon

      public void setUserMail(String string)
      Sets the user mail.
      Parameters:
      string - the new user mail
    • setActive Link icon

      public void setActive(String string)
      Sets the active.
      Parameters:
      string - the new active
    • setComment Link icon

      public void setComment(String string)
      Sets the comment.
      Parameters:
      string - the new comment
    • setConnections Link icon

      public void setConnections(String string)
      Sets the connections.
      Parameters:
      string - the new connections
    • setProperties Link icon

      public void setProperties(String string)
      Sets the properties.
      Parameters:
      string - the new properties
    • setJavascript Link icon

      public void setJavascript(String string)
      Sets the javascript.
      Parameters:
      string - the new javascript
    • setHost Link icon

      public void setHost(String string)
      Sets the host.
      Parameters:
      string - the new host
    • setDir Link icon

      public void setDir(String string)
      Sets the dir.
      Parameters:
      string - the new dir
    • setId Link icon

      public void setId(String string)
      Sets the id.
      Parameters:
      string - the new id
    • setLogin Link icon

      public void setLogin(String string)
      Sets the login.
      Parameters:
      string - the new login
    • setMaxConnections Link icon

      public void setMaxConnections(String string)
      Sets the max connections.
      Parameters:
      string - the new max connections
    • setName Link icon

      public void setName(String string)
      Sets the name.
      Parameters:
      string - the new name
    • setPasswd Link icon

      public void setPasswd(String string)
      Sets the passwd.
      Parameters:
      string - the new passwd
    • setRetryCount Link icon

      public void setRetryCount(String string)
      Sets the retry count.
      Parameters:
      string - the new retry count
    • setRetryFrequency Link icon

      public void setRetryFrequency(String string)
      Sets the retry frequency.
      Parameters:
      string - the new retry frequency
    • getNetworkCode Link icon

      public String getNetworkCode()
      Gets the network code.
      Returns:
      the network code
    • setNetworkCode Link icon

      public void setNetworkCode(String networkCode)
      Sets the network code.
      Parameters:
      networkCode - the new network code
    • getNetworkName Link icon

      public String getNetworkName()
      Gets the network name.
      Returns:
      the network name
    • setNetworkName Link icon

      public void setNetworkName(String networkName)
      Sets the network name.
      Parameters:
      networkName - the new network name
    • getNickName Link icon

      public String getNickName()
      Gets the nick name.
      Returns:
      the nick name
    • setNickName Link icon

      public void setNickName(String nickName)
      Sets the nick name.
      Parameters:
      nickName - the new nick name
    • setAutomaticLocation Link icon

      public void setAutomaticLocation(String automaticLocation)
      Sets the automatic location.
      Parameters:
      automaticLocation - the new automatic location
    • getLatitude Link icon

      public String getLatitude()
      Gets the latitude.
      Returns:
      the latitude
    • setLatitude Link icon

      public void setLatitude(String latitude)
      Sets the latitude.
      Parameters:
      latitude - the new latitude
    • getLongitude Link icon

      public String getLongitude()
      Gets the longitude.
      Returns:
      the longitude
    • setLongitude Link icon

      public void setLongitude(String longitude)
      Sets the longitude.
      Parameters:
      longitude - the new longitude
    • getAutomaticLocation Link icon

      public String getAutomaticLocation()
      Gets the automatic location.
      Returns:
      the automatic location
    • getType Link icon

      public String getType()
      Gets the type.
      Returns:
      the type
    • setType Link icon

      public void setType(String type)
      Sets the type.
      Parameters:
      type - the new type
    • getFilterName Link icon

      public String getFilterName()
      Gets the filter name.
      Returns:
      the filter name
    • setFilterName Link icon

      public void setFilterName(String filterName)
      Sets the filter name.
      Parameters:
      filterName - the new filter name
    • getTransferMethodOptions Link icon

      public Collection<TransferMethod> getTransferMethodOptions()
      Gets the transfer method options.
      Returns:
      the transfer method options
    • getFilterNameOptions Link icon

      public Collection<ecmwf.web.util.bean.Pair> getFilterNameOptions()
      Gets the filter name options.
      Returns:
      the filter name options
    • getNetworkOptions Link icon

      public Collection<ecmwf.web.util.bean.Pair> getNetworkOptions()
      Gets the network options.
      Returns:
      the network options
    • getTypeOptions Link icon

      public Collection<ecmwf.web.util.bean.Pair> getTypeOptions()
      Gets the type options.
      Returns:
      the type options
    • getTransferGroupOptions Link icon

      public Collection<TransferGroup> getTransferGroupOptions()
      Gets the transfer group options.
      Returns:
      the transfer group options
    • getAllowedUsers Link icon

      public Collection<EcUser> getAllowedUsers()
      Gets the allowed users.
      Returns:
      the allowed users
    • getAllowedUserOptions Link icon

      public Collection<EcUser> getAllowedUserOptions()
      Gets the allowed user options.
      Returns:
      the allowed user options
    • getTransferGroup Link icon

      public String getTransferGroup()
      Gets the transfer group.
      Returns:
      the transfer group
    • setTransferGroup Link icon

      public void setTransferGroup(String transferGroup)
      Sets the transfer group.
      Parameters:
      transferGroup - the new transfer group
    • getTransferMethod Link icon

      public String getTransferMethod()
      Gets the transfer method.
      Returns:
      the transfer method
    • getTransferMethodValue Link icon

      public String getTransferMethodValue()
      Gets the transfer method value.
      Returns:
      the transfer method value
    • setTransferMethod Link icon

      public void setTransferMethod(String string)
      Sets the transfer method.
      Parameters:
      string - the new transfer method
    • getOwnerOptions Link icon

      public Collection<EcUser> getOwnerOptions()
      Gets the owner options.
      Returns:
      the owner options
    • getOwner Link icon

      public String getOwner()
      Gets the owner.
      Returns:
      the owner
    • setOwner Link icon

      public void setOwner(String string)
      Sets the owner.
      Parameters:
      string - the new owner
    • populateHost Link icon

      protected void populateHost(Host h)
      Populate host.
      Parameters:
      h - the h
    • convertToDouble Link icon

      public double convertToDouble(String value)
      Convert to double.
      Parameters:
      value - the value
      Returns:
      the double
    • convertFromDouble Link icon

      public static final String convertFromDouble(Double value)
      Convert from double.
      Parameters:
      value - the value
      Returns:
      the string
    • populateFromHost Link icon

      protected void populateFromHost(Host h)
      Populate from host.
      Parameters:
      h - the h