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 AddFieldToScreen Jelly Tag and 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
 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()
           
 

Method Detail

validate

ErrorCollection validate()

execute

ErrorCollection execute()

getHlFields

Collection getHlFields()

getFieldScreenId

Long getFieldScreenId()

setFieldScreenId

void setFieldScreenId(Long fieldScreen)

getFieldId

String[] getFieldId()

setFieldId

void setFieldId(String[] fieldId)

getTabPosition

int getTabPosition()

setTabPosition

void setTabPosition(int tabPosition)

getFieldPosition

String getFieldPosition()

setFieldPosition

void setFieldPosition(String fieldPosition)


Copyright © 2002-2014 Atlassian. All Rights Reserved.