public class EntityPropertyIndexDocumentFactory extends AbstractEntityFactory<EntityPropertyIndexDocument>
Constructor and Description |
---|
EntityPropertyIndexDocumentFactory() |
Modifier and Type | Method and Description |
---|---|
EntityPropertyIndexDocument |
build(org.ofbiz.core.entity.GenericValue gv)
Builds an instance of this Entity from the given GenericValue.
|
Map<String,Object> |
fieldMapFrom(EntityPropertyIndexDocument indexDocument)
Builds a FieldMap from an entity Object.
|
String |
getEntityName()
The name of the Entity as defined in the entitymodel.xml file.
|
buildList, genericValueFrom, toString
public Map<String,Object> fieldMapFrom(EntityPropertyIndexDocument indexDocument)
EntityFactory
indexDocument
- the Entity valuepublic String getEntityName()
NamedEntityBuilder
public EntityPropertyIndexDocument build(org.ofbiz.core.entity.GenericValue gv)
EntityBuilder
gv
- GenericValue for the entityCopyright © 2002-2024 Atlassian. All Rights Reserved.