public class AddFieldToScreenUtilImpl extends Object implements AddFieldToScreenUtil
| Constructor and Description |
|---|
AddFieldToScreenUtilImpl(FieldManager fieldManager,
FieldScreenManager fieldScreenManager,
I18nHelper.BeanFactory i18nFactory) |
AddFieldToScreenUtilImpl(FieldManager fieldManager,
FieldScreenManager fieldScreenManager,
JiraAuthenticationContext jiraAuthenticationContext,
I18nHelper.BeanFactory i18nFactory) |
AddFieldToScreenUtilImpl(JiraAuthenticationContext jiraAuthenticationContext,
FieldManager fieldManager,
FieldScreenManager fieldScreenManager) |
| Modifier and Type | Method and Description |
|---|---|
ErrorCollection |
execute() |
String[] |
getFieldId() |
String |
getFieldPosition() |
Long |
getFieldScreenId() |
Collection |
getHlFields() |
FieldScreenTab |
getTab() |
int |
getTabPosition() |
void |
setFieldId(String[] fieldId) |
void |
setFieldPosition(String fieldPosition) |
void |
setFieldScreenId(Long fieldScreenId) |
void |
setTabPosition(int tabPosition) |
ErrorCollection |
validate() |
ErrorCollection |
validate(ApplicationUser user) |
public AddFieldToScreenUtilImpl(JiraAuthenticationContext jiraAuthenticationContext, FieldManager fieldManager, FieldScreenManager fieldScreenManager)
public AddFieldToScreenUtilImpl(FieldManager fieldManager, FieldScreenManager fieldScreenManager, I18nHelper.BeanFactory i18nFactory)
public AddFieldToScreenUtilImpl(FieldManager fieldManager, FieldScreenManager fieldScreenManager, JiraAuthenticationContext jiraAuthenticationContext, I18nHelper.BeanFactory i18nFactory)
public ErrorCollection validate(ApplicationUser user)
public ErrorCollection validate()
validate in interface AddFieldToScreenUtilpublic ErrorCollection execute()
execute in interface AddFieldToScreenUtilpublic FieldScreenTab getTab()
public Collection getHlFields()
getHlFields in interface AddFieldToScreenUtilpublic Long getFieldScreenId()
getFieldScreenId in interface AddFieldToScreenUtilpublic void setFieldScreenId(Long fieldScreenId)
setFieldScreenId in interface AddFieldToScreenUtilpublic String[] getFieldId()
getFieldId in interface AddFieldToScreenUtilpublic void setFieldId(String[] fieldId)
setFieldId in interface AddFieldToScreenUtilpublic int getTabPosition()
getTabPosition in interface AddFieldToScreenUtilpublic void setTabPosition(int tabPosition)
setTabPosition in interface AddFieldToScreenUtilpublic String getFieldPosition()
getFieldPosition in interface AddFieldToScreenUtilpublic void setFieldPosition(String fieldPosition)
setFieldPosition in interface AddFieldToScreenUtilCopyright © 2002-2023 Atlassian. All Rights Reserved.