Package org.apache.ofbiz.entity.finder
Class PrimaryKeyFinder
java.lang.Object
org.apache.ofbiz.entity.finder.Finder
org.apache.ofbiz.entity.finder.PrimaryKeyFinder
- All Implemented Interfaces:
Serializable
Uses the delegator to find entity values by a condition
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static GenericValue
runFind
(ModelEntity modelEntity, Map<String, Object> context, Delegator delegator, boolean useCache, boolean autoFieldMap, Map<FlexibleMapAccessor<Object>, Object> fieldMap, List<FlexibleStringExpander> selectFieldExpanderList) Methods inherited from class org.apache.ofbiz.entity.finder.Finder
getEntityName, getEntityNameExdr, getUseCacheStrExdr, setEntityName
-
Constructor Details
-
PrimaryKeyFinder
-
-
Method Details
-
runFind
- Specified by:
runFind
in classFinder
- Throws:
GeneralException
-
runFind
public static GenericValue runFind(ModelEntity modelEntity, Map<String, Object> context, Delegator delegator, boolean useCache, boolean autoFieldMap, Map<FlexibleMapAccessor<Object>, throws GeneralExceptionObject> fieldMap, List<FlexibleStringExpander> selectFieldExpanderList) - Throws:
GeneralException
-