Class QuotaAdmin

java.lang.Object
edu.ucsb.nceas.metacat.admin.MetacatAdmin
edu.ucsb.nceas.metacat.admin.QuotaAdmin

public class QuotaAdmin extends MetacatAdmin
Control the display of the quota -service configuration page and the processing of the configuration values.
  • Method Details

    • getInstance

      public static QuotaAdmin getInstance() throws AdminException
      Get the single instance of QuotaDAdmin.
      Returns:
      the single instance of quotaAdmin
      Throws:
      AdminException
    • configureQuota

      public void configureQuota(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws AdminException
      Handle configuration of the quota service
      Parameters:
      request - the http request information
      response - the http response to be sent back to the client
      Throws:
      AdminException
    • validateOptions

      protected Vector<String> validateOptions(javax.servlet.http.HttpServletRequest request)
      Validate the most important configuration options submitted by the user.
      Specified by:
      validateOptions in class MetacatAdmin
      Returns:
      a vector holding error message for any fields that fail validation.