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, toStringpublic Map<String,Object> fieldMapFrom(@Nonnull ReplicatedIndexOperation value)
EntityFactoryvalue - the Entity valuepublic String getEntityName()
NamedEntityBuilderpublic ReplicatedIndexOperation build(@Nonnull org.ofbiz.core.entity.GenericValue gv)
EntityBuildergv - GenericValue for the entitypublic ReplicatedIndexOperation build(ReplicatedIndexOperationDTO dto)
Copyright © 2002-2022 Atlassian. All Rights Reserved.