public interface

AddFieldToScreenUtil

com.atlassian.jira.action.screen.AddFieldToScreenUtil
Known Indirect Subclasses

Class Overview

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).

Public Methods

public ErrorCollection execute ()

public String[] getFieldId ()

public String getFieldPosition ()

public Long getFieldScreenId ()

public Collection getHlFields ()

public int getTabPosition ()

public void setFieldId (String[] fieldId)

public void setFieldPosition (String fieldPosition)

public void setFieldScreenId (Long fieldScreen)

public void setTabPosition (int tabPosition)

public ErrorCollection validate ()