public interface AddFieldToScreenUtil
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).Modifier and Type | Method and Description |
---|---|
ErrorCollection |
execute() |
String[] |
getFieldId() |
String |
getFieldPosition() |
Long |
getFieldScreenId() |
Collection |
getHlFields() |
int |
getTabPosition() |
void |
setFieldId(String[] fieldId) |
void |
setFieldPosition(String fieldPosition) |
void |
setFieldScreenId(Long fieldScreen) |
void |
setTabPosition(int tabPosition) |
ErrorCollection |
validate() |
ErrorCollection validate()
ErrorCollection execute()
Collection getHlFields()
Long getFieldScreenId()
void setFieldScreenId(Long fieldScreen)
String[] getFieldId()
void setFieldId(String[] fieldId)
int getTabPosition()
void setTabPosition(int tabPosition)
String getFieldPosition()
void setFieldPosition(String fieldPosition)
Copyright © 2002-2015 Atlassian. All Rights Reserved.