public abstract class AbstractEntityFactory<E> extends Object implements EntityFactory<E>
| Constructor and Description |
|---|
AbstractEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
List<E> |
buildList(Collection<org.ofbiz.core.entity.GenericValue> gvList)
Builds a list of instances from a list of GenericValues.
|
org.ofbiz.core.entity.GenericValue |
genericValueFrom(E entity) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfieldMapFromgetEntityNamebuildpublic List<E> buildList(Collection<org.ofbiz.core.entity.GenericValue> gvList)
EntityFactorybuildList in interface EntityFactory<E>gvList - List of GenericValuespublic org.ofbiz.core.entity.GenericValue genericValueFrom(E entity)
Copyright © 2002-2015 Atlassian. All Rights Reserved.