Package com.atlassian.jira.action.screen
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 Summary
Modifier and TypeMethodDescriptionexecute()String[]intvoidsetFieldId(String[] fieldId) voidsetFieldPosition(String fieldPosition) voidsetFieldScreenId(Long fieldScreen) voidsetTabPosition(int tabPosition) validate()
-
Method Details
-
validate
ErrorCollection validate() -
execute
ErrorCollection execute() -
getHlFields
Collection getHlFields() -
getFieldScreenId
Long getFieldScreenId() -
setFieldScreenId
-
getFieldId
String[] getFieldId() -
setFieldId
-
getTabPosition
int getTabPosition() -
setTabPosition
void setTabPosition(int tabPosition) -
getFieldPosition
String getFieldPosition() -
setFieldPosition
-