Interface PageableObjectCollection
- All Superinterfaces:
ObjectCollection
- All Known Implementing Classes:
ObjectCollectionImpl
Object collection which supports paging of elements
-
Method Summary
Modifier and TypeMethodDescriptiongetElements(int offset, int count) Returns list of elements starting from the offset.Methods inherited from interface de.hybris.platform.cockpit.model.collection.ObjectCollection
getDescription, getElements, getLabel, getLabel, getPK, getQualifier, getTotalCount, getType, getUser
-
Method Details
-
getElements
Returns list of elements starting from the offset. Size is limited to count.- Parameters:
offset- starting indexcount- maximum count of elements to be fetched- Returns:
- list of elements according to given offset and count
-