|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldLayoutScheme
FieldLayoutScheme is the Java Data Object representing what is called a "Field Configuration Scheme" in the UI.
A Field Configuration Scheme maps each Issue Type to a "Field Configuration" (FieldLayoutSchemeEntity
).
A Field Configuration defines for each field if it is required or not, whether it is visible or hidden, and what
"Screens" it will appear on. (The Screen defines the order the fields are shown in, and can define multiple tabs).
Method Summary | |
---|---|
void |
addEntity(FieldLayoutSchemeEntity fieldLayoutSchemeEntity)
|
boolean |
containsEntity(String issueTypeId)
|
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. |
org.ofbiz.core.entity.GenericValue |
getGenericValue()
|
Long |
getId()
|
String |
getName()
|
Collection<org.ofbiz.core.entity.GenericValue> |
getProjects()
|
void |
remove()
|
void |
removeEntity(String issueTypeId)
|
void |
setDescription(String description)
|
void |
setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
|
void |
setName(String name)
|
void |
store()
|
Method Detail |
---|
Long getId()
String getName()
void setName(String name)
String getDescription()
void setDescription(String description)
org.ofbiz.core.entity.GenericValue getGenericValue()
void setGenericValue(org.ofbiz.core.entity.GenericValue genericValue)
void store()
Long getFieldLayoutId(String issueTypeId)
issueTypeId
- the Issue Type ID.
FieldLayout
("Field Configuration") to use for this given issue type id.void addEntity(FieldLayoutSchemeEntity fieldLayoutSchemeEntity)
void removeEntity(String issueTypeId)
Collection<FieldLayoutSchemeEntity> getEntities()
void remove()
FieldLayoutSchemeEntity getEntity(String issueTypeId)
FieldLayoutSchemeEntity getEntity(EditableFieldLayout editableFieldLayout)
Collection<org.ofbiz.core.entity.GenericValue> getProjects()
boolean containsEntity(String issueTypeId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |