public class ReplicatedIndexOperationFactory extends AbstractEntityFactory<ReplicatedIndexOperation>
ReplicatedIndexOperation
Constructor and Description |
---|
ReplicatedIndexOperationFactory() |
Modifier and Type | Method and Description |
---|---|
ReplicatedIndexOperation |
build(org.ofbiz.core.entity.GenericValue gv)
Builds an instance of this Entity from the given GenericValue.
|
ReplicatedIndexOperation |
build(ReplicatedIndexOperationDTO dto) |
Map<String,Object> |
fieldMapFrom(ReplicatedIndexOperation value)
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(@Nonnull ReplicatedIndexOperation value)
EntityFactory
value
- the Entity valuepublic String getEntityName()
NamedEntityBuilder
public ReplicatedIndexOperation build(@Nonnull org.ofbiz.core.entity.GenericValue gv)
EntityBuilder
gv
- GenericValue for the entitypublic ReplicatedIndexOperation build(ReplicatedIndexOperationDTO dto)
Copyright © 2002-2024 Atlassian. All Rights Reserved.