Modifier and Type | Method and Description |
---|---|
Collection<FieldConfigurationScheme> |
MockFieldLayoutManager.getFieldConfigurationSchemes(FieldLayout fieldLayout) |
Collection<FieldConfigurationScheme> |
DefaultFieldLayoutManager.getFieldConfigurationSchemes(FieldLayout fieldLayout) |
Collection<FieldConfigurationScheme> |
FieldLayoutManager.getFieldConfigurationSchemes(FieldLayout fieldLayout)
Returns a collection of
FieldConfigurationScheme s that include the given FieldLayout . |
Modifier and Type | Method and Description |
---|---|
Collection<org.ofbiz.core.entity.GenericValue> |
MockFieldLayoutManager.getProjects(FieldConfigurationScheme fieldConfigurationScheme) |
Collection<org.ofbiz.core.entity.GenericValue> |
DefaultFieldLayoutManager.getProjects(FieldConfigurationScheme fieldConfigurationScheme) |
Collection<org.ofbiz.core.entity.GenericValue> |
FieldLayoutManager.getProjects(FieldConfigurationScheme fieldConfigurationScheme)
Deprecated.
Use
FieldLayoutManager.getProjectsUsing(FieldConfigurationScheme) instead. Since v6.4. |
Collection<Project> |
MockFieldLayoutManager.getProjectsUsing(FieldConfigurationScheme fieldConfigurationScheme) |
Collection<Project> |
DefaultFieldLayoutManager.getProjectsUsing(FieldConfigurationScheme fieldConfigurationScheme) |
Collection<Project> |
FieldLayoutManager.getProjectsUsing(FieldConfigurationScheme fieldConfigurationScheme)
Returns all projects that use the given FieldConfigurationScheme.
|
MockFieldLayoutManager |
MockFieldLayoutManager.setFieldConfigurationScheme(Long id,
FieldConfigurationScheme fieldConfigurationScheme) |
MockFieldLayoutManager |
MockFieldLayoutManager.setFieldConfigurationScheme(Project project,
FieldConfigurationScheme fieldConfigurationScheme) |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableFieldConfigurationScheme
An Immutable object representing a FieldConfigurationScheme (aka FieldLayoutScheme).
|
Modifier and Type | Class and Description |
---|---|
class |
MockFieldConfigurationScheme
Mock for
FieldConfigurationScheme that compares equality
based on id and name |
Constructor and Description |
---|
SimpleFieldConfigScheme(FieldConfigurationScheme fieldConfigurationScheme,
String changeUrl,
String editUrl) |
Modifier and Type | Method and Description |
---|---|
Collection<FieldConfigurationScheme> |
ViewFieldLayouts.getFieldLayoutSchemes(EditableFieldLayout editableFieldLayout) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.