public class LazyLoadMultiColumnList extends AbstractLazyLoadMultiColumnList<LazyLoadItemList>
AbstractLazyLoadMultiColumnList.CalculateLazyLoadListBody, AbstractLazyLoadMultiColumnList.LazyLoadMultiColumnListRowNULL_MARKER, wrappedItemListmodCount| Constructor and Description |
|---|
LazyLoadMultiColumnList(LazyLoadMultiColumnList original)
internal purposes constructor
|
LazyLoadMultiColumnList(List<List<Object>> originalRows,
List<Class> signature,
Set<PK> prefetchLanguages,
int prefetchSize,
boolean mustWrapObjectsToo) |
| Modifier and Type | Method and Description |
|---|---|
protected List |
createEmptyItemList()
creates an empty list in trivial case, should return an instance of type
LazyLoadItemList |
protected List |
createItemList(Set<PK> prefetchLanguages,
List<PK> itemPKs,
int prefetchSize)
creates an underlying list based on passed
PK, should return an instance of type LazyLoadItemList |
fetchSource, get, getPrefetchedLanguages, getRows, getWrappedItemListPks, getWrappedPrefetchSize, isWrappedItemListEmpty, size, wrapObjectadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic LazyLoadMultiColumnList(LazyLoadMultiColumnList original)
protected List createEmptyItemList()
AbstractLazyLoadMultiColumnListLazyLoadItemListcreateEmptyItemList in class AbstractLazyLoadMultiColumnList<LazyLoadItemList>protected List createItemList(Set<PK> prefetchLanguages, List<PK> itemPKs, int prefetchSize)
AbstractLazyLoadMultiColumnListPK, should return an instance of type LazyLoadItemListcreateItemList in class AbstractLazyLoadMultiColumnList<LazyLoadItemList>Copyright © 2017 SAP SE. All Rights Reserved.