Class ExtendedFieldDefinition


  • public final class ExtendedFieldDefinition
    extends Object
    Contains utility methods for creating and editing schedule definitions for harvests.
    • Method Detail

      • processRequest

        public static ExtendedField processRequest​(javax.servlet.jsp.PageContext context,
                                                   I18n i18n)
        Process an request from the jsp-pages. HarvestDefinition/Definitions-edit-extendedfield.jsp HarvestDefinition/Definitions-list-extendedfields.jsp HarvestDefinition/Definitions-edit-domain.jsp
        Parameters:
        context - the given JSP-context
        i18n - the given I18n object.
        Returns:
        the extendedfield resulting from the processing.
      • readExtendedField

        public static ExtendedField readExtendedField​(String aId)
        Read and return the Extendedfield for the given id.
        Parameters:
        aId - An Id for a specific ExtendedField
        Returns:
        the Extendedfield for the given id.