Class LazyLoadMultiColumnModelList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<List<Object>>
de.hybris.platform.core.AbstractLazyLoadMultiColumnList<LazyLoadModelList>
de.hybris.platform.servicelayer.search.impl.LazyLoadMultiColumnModelList
- All Implemented Interfaces:
Serializable,Iterable<List<Object>>,Collection<List<Object>>,List<List<Object>>
public class LazyLoadMultiColumnModelList
extends AbstractLazyLoadMultiColumnList<LazyLoadModelList>
Model variant of
LazyLoadMultiColumnList.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.core.AbstractLazyLoadMultiColumnList
AbstractLazyLoadMultiColumnList.CalculateLazyLoadListBody, AbstractLazyLoadMultiColumnList.LazyLoadMultiColumnListRow -
Field Summary
Fields inherited from class de.hybris.platform.core.AbstractLazyLoadMultiColumnList
NULL_MARKER, wrappedItemListFields inherited from class java.util.AbstractList
modCount -
Method Summary
Modifier and TypeMethodDescriptionprotected LazyLoadModelListcreates an empty list in trivial case, should return an instance of typeLazyLoadItemListprotected ObjectfetchSource(int marker, int position) protected ObjectwrapObject(Object original) Methods inherited from class de.hybris.platform.core.AbstractLazyLoadMultiColumnList
createItemList, get, getPrefetchedLanguages, getRows, getWrappedItemListPks, getWrappedPrefetchSize, isWrappedItemListEmpty, sizeMethods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Method Details
-
createEmptyItemList
Description copied from class:AbstractLazyLoadMultiColumnListcreates an empty list in trivial case, should return an instance of typeLazyLoadItemList- Specified by:
createEmptyItemListin classAbstractLazyLoadMultiColumnList<LazyLoadModelList>
-
fetchSource
- Overrides:
fetchSourcein classAbstractLazyLoadMultiColumnList<LazyLoadModelList>
-
wrapObject
- Overrides:
wrapObjectin classAbstractLazyLoadMultiColumnList<LazyLoadModelList>
-