Interface ScopedListSource<T>
- Type Parameters:
T
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Fetch a list of data objects based a provided list of identifying values.
-
Method Summary
-
Method Details
-
fetch
Fetch a list of data objects based on a provided list of identifying values. This represents a chunk (page) of values from an overall list. SeeBroadleafScopedPagingStreams
for more information.- Parameters:
identifyingValues
- The list of values that defines the scope of the results- Returns:
- The data objects
-