Package org.apache.ofbiz.entity.finder
Interface EntityFinderUtil.OutputHandler
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
EntityFinderUtil.GetAll
,EntityFinderUtil.LimitRange
,EntityFinderUtil.LimitView
,EntityFinderUtil.UseIterator
- Enclosing class:
- EntityFinderUtil
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleOutput
(List<GenericValue> results, Map<String, Object> context, FlexibleMapAccessor<Object> listAcsr) void
handleOutput
(EntityListIterator eli, Map<String, Object> context, FlexibleMapAccessor<Object> listAcsr)
-
Method Details
-
handleOutput
void handleOutput(EntityListIterator eli, Map<String, Object> context, FlexibleMapAccessor<Object> listAcsr) -
handleOutput
void handleOutput(List<GenericValue> results, Map<String, Object> context, FlexibleMapAccessor<Object> listAcsr)
-