public class FieldLayoutSchemeImpl extends AbstractGVBean implements FieldLayoutScheme
AbstractGVBean.setGenericValue(GenericValue) method)
by two mechanisms.
NAME_COMPARATOR| Constructor and Description |
|---|
FieldLayoutSchemeImpl(FieldLayoutManager fieldLayoutManager,
org.ofbiz.core.entity.GenericValue genericValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntity(FieldLayoutSchemeEntity fieldLayoutSchemeEntity) |
protected void |
cacheEntity(FieldLayoutSchemeEntity fieldLayoutSchemeEntity) |
boolean |
containsEntity(String issueTypeId) |
protected void |
flushEntity(FieldLayoutSchemeEntity fieldLayoutSchemeEntity) |
String |
getDescription() |
Collection<FieldLayoutSchemeEntity> |
getEntities() |
FieldLayoutSchemeEntity |
getEntity(EditableFieldLayout editableFieldLayout) |
FieldLayoutSchemeEntity |
getEntity(String issueTypeId) |
Long |
getFieldLayoutId(String issueTypeId)
Returns the id of the field layout to use for this given issue type id.
|
Long |
getId() |
String |
getName() |
Collection<org.ofbiz.core.entity.GenericValue> |
getProjects() |
Collection<Project> |
getProjectsUsing() |
protected void |
init() |
void |
remove() |
void |
removeEntity(String issueTypeId) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
store() |
getGenericValue, isModified, setGenericValue, setModified, updateGVclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericValue, setGenericValuepublic FieldLayoutSchemeImpl(FieldLayoutManager fieldLayoutManager, org.ofbiz.core.entity.GenericValue genericValue)
protected void init()
init in class AbstractGVBeanpublic Long getId()
getId in interface FieldLayoutSchemegetId in interface NamedWithIdpublic String getName()
getName in interface FieldLayoutSchemegetName in interface Namedpublic void setName(String name)
setName in interface FieldLayoutSchemepublic String getDescription()
getDescription in interface FieldLayoutSchemegetDescription in interface NamedWithDescriptionpublic void setDescription(String description)
setDescription in interface FieldLayoutSchemepublic void store()
store in interface FieldLayoutSchemepublic Long getFieldLayoutId(String issueTypeId)
FieldLayoutSchemegetFieldLayoutId in interface FieldLayoutSchemeissueTypeId - the Issue Type ID.FieldLayout ("Field Configuration") to use for this given issue type id.public FieldLayoutSchemeEntity getEntity(String issueTypeId)
getEntity in interface FieldLayoutSchemepublic FieldLayoutSchemeEntity getEntity(EditableFieldLayout editableFieldLayout)
getEntity in interface FieldLayoutSchemepublic Collection<org.ofbiz.core.entity.GenericValue> getProjects()
getProjects in interface FieldLayoutSchemepublic Collection<Project> getProjectsUsing()
getProjectsUsing in interface FieldLayoutSchemepublic boolean containsEntity(String issueTypeId)
containsEntity in interface FieldLayoutSchemepublic void addEntity(FieldLayoutSchemeEntity fieldLayoutSchemeEntity)
addEntity in interface FieldLayoutSchemepublic void removeEntity(String issueTypeId)
removeEntity in interface FieldLayoutSchemepublic Collection<FieldLayoutSchemeEntity> getEntities()
getEntities in interface FieldLayoutSchemepublic void remove()
remove in interface FieldLayoutSchemeprotected void cacheEntity(FieldLayoutSchemeEntity fieldLayoutSchemeEntity)
protected void flushEntity(FieldLayoutSchemeEntity fieldLayoutSchemeEntity)
Copyright © 2002-2022 Atlassian. All Rights Reserved.