public interface ProjectImportableCustomFieldParser extends CustomFieldValueParser
The CustomField Type will have to return the entity name of the database table that its values are stored in.
Additionally it will have to implement the methods from the CustomFieldValueParser
interface. This means that the storage of the customfield is very much constrained by it fitting into a ExternalCustomFieldValue domain object.
CUSTOM_FIELD_VALUE_ENTITY_NAME| Modifier and Type | Method and Description |
|---|---|
String |
getEntityName()
The table name of the ofbiz entity (read database table) in which the custom field values for this custom field
type are persisted
|
getEntityRepresentation, parseString getEntityName()
Copyright © 2002-2022 Atlassian. All Rights Reserved.