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 AddFieldToScreenUtil
public ErrorCollection execute()
execute
in interface AddFieldToScreenUtil
public FieldScreenTab getTab()
public Collection getHlFields()
getHlFields
in interface AddFieldToScreenUtil
public Long getFieldScreenId()
getFieldScreenId
in interface AddFieldToScreenUtil
public void setFieldScreenId(Long fieldScreenId)
setFieldScreenId
in interface AddFieldToScreenUtil
public String[] getFieldId()
getFieldId
in interface AddFieldToScreenUtil
public void setFieldId(String[] fieldId)
setFieldId
in interface AddFieldToScreenUtil
public int getTabPosition()
getTabPosition
in interface AddFieldToScreenUtil
public void setTabPosition(int tabPosition)
setTabPosition
in interface AddFieldToScreenUtil
public String getFieldPosition()
getFieldPosition
in interface AddFieldToScreenUtil
public void setFieldPosition(String fieldPosition)
setFieldPosition
in interface AddFieldToScreenUtil
Copyright © 2002-2017 Atlassian. All Rights Reserved.