Package org.apache.ofbiz.entity.finder
Class EntityFinderUtil.LimitRange
java.lang.Object
org.apache.ofbiz.entity.finder.EntityFinderUtil.LimitRange
- All Implemented Interfaces:
Serializable
,EntityFinderUtil.OutputHandler
- Enclosing class:
- EntityFinderUtil
public static class EntityFinderUtil.LimitRange
extends Object
implements EntityFinderUtil.OutputHandler
- See Also:
-
Constructor Summary
-
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)
-
Constructor Details
-
LimitRange
-
-
Method Details
-
handleOutput
public void handleOutput(EntityListIterator eli, Map<String, Object> context, FlexibleMapAccessor<Object> listAcsr) - Specified by:
handleOutput
in interfaceEntityFinderUtil.OutputHandler
-
handleOutput
public void handleOutput(List<GenericValue> results, Map<String, Object> context, FlexibleMapAccessor<Object> listAcsr) - Specified by:
handleOutput
in interfaceEntityFinderUtil.OutputHandler
-