boolean
|
equals(Object o)
|
String
|
getDescription()
The description of the field configuration.
|
FieldLayoutItem
|
getFieldLayoutItem(OrderableField orderableField)
Returns the field layout item for a given orderable field, if this orderable field is part of this field configuration.
|
FieldLayoutItem
|
getFieldLayoutItem(String fieldId)
Returns the field layout item for a given field if, if this field is part of this field configuration.
|
List<FieldLayoutItem>
|
getFieldLayoutItems()
A list of field layout item of this field configuration.
|
FieldManager
|
getFieldManager()
|
HackyFieldRendererRegistry
|
getHackyFieldRendererRegistry()
|
List<Field>
|
getHiddenFields(User remoteUser, GenericValue projectGV, List<String> issueTypeIds)
|
List<Field>
|
getHiddenFields(Project project, List<String> issueTypeIds)
Returns all hidden fields (system fields and custom fields) for a given project and issue type(s).
|
List<Field>
|
getHiddenFields(User remoteUser, Project project, List<String> issueTypeIds)
|
Long
|
getId()
The id of the field configuration.
|
List<FieldLayoutItem>
|
getInternalList()
|
String
|
getName()
The name of the field configuration
|
String
|
getRendererTypeForField(String fieldId)
Returns the render type for a given field in this field configuration.
|
List<FieldLayoutItem>
|
getRequiredFieldLayoutItems(Project project, List<String> issueTypes)
Returns the list of required fields for an issue type in a project.
|
String
|
getType()
|
List<FieldLayoutItem>
|
getVisibleCustomFieldLayoutItems(Project project, List<String> issueTypes)
Returns the list of Custom Fields in this Field Layout that are both visible and applicable to the given context (of project and Issue types).
|
List<FieldLayoutItem>
|
getVisibleLayoutItems(Project project, List<String> issueTypes)
Returns all visible field layout items (system fields and custom fields) for a given project and issue type(s).
|
List<FieldLayoutItem>
|
getVisibleLayoutItems(User remoteUser, Project project, List<String> issueTypes)
Returns all visible field layout items (system fields and custom fields) for a given project and issue type(s).
|
int
|
hashCode()
|
void
|
init()
|
boolean
|
isDefault()
Returns true if this is the default FieldLayout.
|
boolean
|
isFieldHidden(String fieldId)
Checks if a field is hidden in this field configuration.
|
void
|
setId(Long id)
|
void
|
setInternalDescription(String description)
|
void
|
setInternalName(String name)
|