Uses of Class
org.ofbiz.core.entity.GenericDelegator
Packages that use GenericDelegator
-
Uses of GenericDelegator in org.ofbiz.core.entity
Subclasses of GenericDelegator in org.ofbiz.core.entityModifier and TypeClassDescriptionclassCopyright All Rights Reserved.Fields in org.ofbiz.core.entity declared as GenericDelegatorModifier and TypeFieldDescriptionprotected GenericDelegatorEntityListIterator.delegatorprotected GenericDelegatorEntitySaxReader.delegatorGenericEntity.internalDelegatorReference to an instance of GenericDelegator used to do some basic operations on this entity value.Methods in org.ofbiz.core.entity that return GenericDelegatorModifier and TypeMethodDescriptionGenericEntity.getDelegator()Get the GenericDelegator instance that created this value object and that is responsible for it.static GenericDelegatorGenericDelegator.getGenericDelegator(String delegatorName) Factory method for a GenericDelegator with the given name.Methods in org.ofbiz.core.entity with parameters of type GenericDelegatorModifier and TypeMethodDescriptionvoidDistributedCacheClear.setDelegator(GenericDelegator delegator, String userLoginId) voidEntityListIterator.setDelegator(GenericDelegator delegator) voidGenericEntity.setDelegator(GenericDelegator internalDelegator) Set the GenericDelegator instance that created this value object and that is responsible for it.Constructors in org.ofbiz.core.entity with parameters of type GenericDelegatorModifierConstructorDescriptionEntitySaxReader(GenericDelegator delegator) GenericEntity(GenericDelegator delegator) Creates new GenericEntityGenericEntity(GenericDelegator delegator, ModelEntity modelEntity) Creates new GenericEntity.GenericEntity(GenericDelegator delegator, ModelEntity modelEntity, Map<String, ?> fields) Creates new GenericEntity from existing Map.GenericPK(GenericDelegator delegator, ModelEntity modelEntity) Creates new GenericPKGenericPK(GenericDelegator delegator, ModelEntity modelEntity, Map<String, ?> fields) Creates new GenericPK from existing MapGenericValue(GenericDelegator internalDelegator, ModelEntity modelEntity) Creates new GenericValueGenericValue(GenericDelegator internalDelegator, ModelEntity modelEntity, Map<String, ?> fields) Creates new GenericValue from existing Map -
Uses of GenericDelegator in org.ofbiz.core.entity.eca
Methods in org.ofbiz.core.entity.eca with parameters of type GenericDelegator