Interface AddFieldToScreenUtil

All Known Implementing Classes:
AddFieldToScreenUtilImpl

public interface AddFieldToScreenUtil
This a loose collection of things that are used by the ConfigureFieldScreen action.

This should be refactored in the future so that the setters and getters are not "reused". The validation logic should live in a Service, or it could be kept here (methods should then be renamed and the class as well so that it makes sense as a logical unit).

  • Method Details

    • validate

      ErrorCollection validate()
    • execute

      ErrorCollection execute()
    • getHlFields

      Collection getHlFields()
    • getFieldScreenId

      Long getFieldScreenId()
    • setFieldScreenId

      void setFieldScreenId(Long fieldScreen)
    • getFieldId

      String[] getFieldId()
    • setFieldId

      void setFieldId(String[] fieldId)
    • getTabPosition

      int getTabPosition()
    • setTabPosition

      void setTabPosition(int tabPosition)
    • getFieldPosition

      String getFieldPosition()
    • setFieldPosition

      void setFieldPosition(String fieldPosition)