| Package | Description |
|---|---|
| org.ofbiz.core.entity | |
| org.ofbiz.core.entity.model |
| Modifier and Type | Method and Description |
|---|---|
ModelFieldType |
GenericDelegator.getEntityFieldType(ModelEntity entity,
String type)
Gets a field type instance by name from the helper that corresponds to the specified entity.
|
ModelFieldType |
DelegatorInterface.getEntityFieldType(ModelEntity entity,
String type) |
ModelFieldType |
LockedDatabaseGenericDelegator.getEntityFieldType(ModelEntity entity,
String type) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,ModelFieldType> |
ModelFieldTypeReader.fieldTypeCache |
| Modifier and Type | Method and Description |
|---|---|
ModelFieldType |
ModelFieldTypeReader.getModelFieldType(String fieldTypeName)
Gets an FieldType object based on a definition from the specified XML FieldType descriptor file.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ModelFieldType> |
ModelFieldTypeReader.getFieldTypeCache() |
Collection<ModelFieldType> |
ModelFieldTypeReader.getFieldTypes()
Creates a Collection with all of the ModelFieldTypes
|
Copyright © 2016 Atlassian. All rights reserved.