Uses of Class
de.hybris.platform.core.LazyLoadItemList
-
Packages that use LazyLoadItemList Package Description de.hybris.platform.core de.hybris.platform.servicelayer.search.impl de.hybris.platform.test -
-
Uses of LazyLoadItemList in de.hybris.platform.core
Classes in de.hybris.platform.core with type parameters of type LazyLoadItemList Modifier and Type Class Description classAbstractLazyLoadMultiColumnList<T extends LazyLoadItemList>Abstraction forLazyLoadMultiColumnModelListandLazyLoadMultiColumnListSubclasses of LazyLoadItemList in de.hybris.platform.core Modifier and Type Class Description static classLazyLoadItemListInternalTest.TestPKLazyLoadItemListFields in de.hybris.platform.core declared as LazyLoadItemList Modifier and Type Field Description static LazyLoadItemListLazyLoadItemList. EMPTY_LISTStatic, light-weight empty list instance. -
Uses of LazyLoadItemList in de.hybris.platform.servicelayer.search.impl
Subclasses of LazyLoadItemList in de.hybris.platform.servicelayer.search.impl Modifier and Type Class Description classAbstractLazyLoadValueList<V>Deprecated.since 4.8, inherit directly fromLazyLoadModelList.classLazyLoadModelList<V>Model variant ofLazyLoadItemListwhich is used in/for the service layer.Constructors in de.hybris.platform.servicelayer.search.impl with parameters of type LazyLoadItemList Constructor Description AbstractLazyLoadValueList(LazyLoadItemList llItemList, int prefetchSize)Deprecated.AbstractLazyLoadValueList(LazyLoadItemList llItemList, int prefetchSize, java.util.List<java.lang.Class> expectedClassList, ItemObjectResolver itemResolver)Deprecated.LazyLoadModelList(LazyLoadItemList llItemList, int prefetchSize)LazyLoadModelList(LazyLoadItemList llItemList, int prefetchSize, java.util.List<java.lang.Class> expectedClassList, ItemObjectResolver itemResolver) -
Uses of LazyLoadItemList in de.hybris.platform.test
Subclasses of LazyLoadItemList in de.hybris.platform.test Modifier and Type Class Description classMonitoredLazyLoadItemList<E>Test class with monitor for not empty page buffer.
-