public class FieldLayoutImpl extends AbstractGVBean implements FieldLayout
Modifier and Type | Field and Description |
---|---|
protected Map<String,FieldLayoutItem> |
fieldLayoutItemByFieldId |
Constructor and Description |
---|
FieldLayoutImpl(org.ofbiz.core.entity.GenericValue genericValue,
List<FieldLayoutItem> fieldLayoutItems) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected FieldManager |
getFieldManager() |
protected HackyFieldRendererRegistry |
getHackyFieldRendererRegistry() |
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).
|
Long |
getId()
The id of the field configuration.
|
protected 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(ApplicationUser 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).
|
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).
|
int |
hashCode() |
protected 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.
|
protected void |
setId(Long id) |
protected void |
setInternalDescription(String description) |
protected void |
setInternalName(String name) |
getGenericValue, isModified, setGenericValue, setModified, updateGV
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getGenericValue
protected Map<String,FieldLayoutItem> fieldLayoutItemByFieldId
public FieldLayoutImpl(org.ofbiz.core.entity.GenericValue genericValue, List<FieldLayoutItem> fieldLayoutItems)
protected void init()
init
in class AbstractGVBean
public Long getId()
FieldLayout
getId
in interface FieldLayout
public String getName()
FieldLayout
getName
in interface FieldLayout
public String getDescription()
FieldLayout
getDescription
in interface FieldLayout
public String getType()
public boolean isDefault()
FieldLayout
isDefault
in interface FieldLayout
protected void setId(Long id)
protected void setInternalName(String name)
protected void setInternalDescription(String description)
public List<FieldLayoutItem> getFieldLayoutItems()
FieldLayout
getFieldLayoutItems
in interface FieldLayout
public FieldLayoutItem getFieldLayoutItem(OrderableField orderableField)
FieldLayout
getFieldLayoutItem
in interface FieldLayout
orderableField
- the orderable field to find in this field configuration.public FieldLayoutItem getFieldLayoutItem(String fieldId)
FieldLayout
getFieldLayoutItem
in interface FieldLayout
fieldId
- the id of the field.public List<FieldLayoutItem> getVisibleLayoutItems(Project project, List<String> issueTypes)
FieldLayout
getVisibleLayoutItems
in interface FieldLayout
project
- the projectissueTypes
- a list of issue types to use when checking for VISIBLE CUSTOM FIELDS.public List<FieldLayoutItem> getVisibleLayoutItems(ApplicationUser remoteUser, Project project, List<String> issueTypes)
FieldLayout
getVisibleLayoutItems
in interface FieldLayout
remoteUser
- the user TODO: User is not used! We should remove it!project
- the projectissueTypes
- a list of issue types to use when checking for VISIBLE CUSTOM FIELDS.public List<FieldLayoutItem> getVisibleCustomFieldLayoutItems(Project project, List<String> issueTypes)
FieldLayout
getVisibleCustomFieldLayoutItems
in interface FieldLayout
project
- The project contextissueTypes
- The Issue Types for contextpublic List<Field> getHiddenFields(Project project, List<String> issueTypeIds)
FieldLayout
getHiddenFields
in interface FieldLayout
project
- the projectissueTypeIds
- issueTypes a list of issue types to use when checking for HIDDEN CUSTOM FIELDS.protected FieldManager getFieldManager()
protected HackyFieldRendererRegistry getHackyFieldRendererRegistry()
public List<FieldLayoutItem> getRequiredFieldLayoutItems(Project project, List<String> issueTypes)
FieldLayout
getRequiredFieldLayoutItems
in interface FieldLayout
project
- the projectissueTypes
- the issue type.public boolean isFieldHidden(String fieldId)
FieldLayout
isFieldHidden
in interface FieldLayout
fieldId
- the field id.public String getRendererTypeForField(String fieldId)
FieldLayout
getRendererTypeForField
in interface FieldLayout
fieldId
- the id of the field.protected List<FieldLayoutItem> getInternalList()
Copyright © 2002-2024 Atlassian. All Rights Reserved.