Uses of Interface
com.hybris.cockpitng.search.data.pageable.Pageable
-
-
Uses of Pageable in com.hybris.backoffice.widgets.advancedsearch.engine
Classes in com.hybris.backoffice.widgets.advancedsearch.engine that implement Pageable Modifier and Type Class Description classPageableWithFullTextDataCallbackPageable wrapper which calls#onFullTextSearchData(FullTextSearchData)after current page is fetched and full text search data is available.Methods in com.hybris.backoffice.widgets.advancedsearch.engine that return Pageable Modifier and Type Method Description PageablePageableWithFullTextDataCallback. getPageable()protected PageableAdvancedSearchEngineController. processAdvancedSearchQueryData(AdvancedSearchQueryData searchQueryData, AdvancedSearchData searchData) -
Uses of Pageable in com.hybris.backoffice.widgets.collectionpreview
Methods in com.hybris.backoffice.widgets.collectionpreview that return Pageable Modifier and Type Method Description protected <T> Pageable<T>CollectionPreviewController. createPageableInstance(java.util.List<T> allResults, int pageSize, java.lang.String typeCode)Creates new instance ofPageableprotected <T> Pageable<T>CollectionPreviewController. getPageableCopyWithResultList(java.util.List<T> allResults)Methods in com.hybris.backoffice.widgets.collectionpreview with parameters of type Pageable Modifier and Type Method Description protected <T> java.util.List<T>CollectionPreviewController. convertAllPagesIntoSingleList(Pageable<T> pageable)protected voidCollectionPreviewController. render(Pageable<?> pageable, java.util.List<?> genericObjectList)Renders the provided entries as a list - each item is represented by base configuration where one can configure name, description and an image representation.voidCollectionPreviewController. setPageable(Pageable<?> pageable)Called whenever a socket event is sent to the "pageable" socket.protected voidCollectionPreviewController. setPageable(Pageable<?> pageable, boolean synch)Renders the entries in the pageable object (if any)
Thread-safety is providedprotected voidCollectionPreviewController. updatePreviewCollection(Pageable pageable, CockpitEvent event, java.lang.Object updatedObject) -
Uses of Pageable in com.hybris.cockpitng.dataaccess.facades.search
Methods in com.hybris.cockpitng.dataaccess.facades.search that return Pageable Modifier and Type Method Description Pageable<T>FieldSearchFacade. search(SearchQueryData searchQueryData)Takes the search query data (type, attributes, sort, sort order, search text ) and returns aPageableobject that allows paging the resulting objects.default Pageable<T>FieldSearchFacade. search(SearchQueryData searchQueryData, Context context)Takes the search query data (type, attributes, sort, sort order, search text ) and returns aPageableobject that allows paging the resulting objects. -
Uses of Pageable in com.hybris.cockpitng.dataaccess.facades.search.impl
Methods in com.hybris.cockpitng.dataaccess.facades.search.impl that return Pageable Modifier and Type Method Description Pageable<java.lang.Object>DefaultFieldSearchFacade. search(SearchQueryData searchQueryData)Pageable<java.lang.Object>DefaultFieldSearchFacade. search(SearchQueryData searchQueryData, Context context)protected Pageable<java.lang.Object>DefaultFieldSearchFacade. searchInternal(SearchQueryData searchQueryData, Context context) -
Uses of Pageable in com.hybris.cockpitng.editor.commonreferenceeditor
Fields in com.hybris.cockpitng.editor.commonreferenceeditor declared as Pageable Modifier and Type Field Description protected Pageable<T>AbstractReferenceEditor. pageableMethods in com.hybris.cockpitng.editor.commonreferenceeditor that return Pageable Modifier and Type Method Description Pageable<T>AbstractReferenceEditor. getPageable()Pageable<T>ReferenceEditorLogic. getPageable()Pageable<T>ReferenceEditorSearchFacade. search(SearchQueryData searchQueryData)Takes the search query data (type, attributes, sort, sort order, search text ) and returns aPageableobject that allows paging the resulting objects.Pageable<T>SampleReferenceEditorSearchFacade. search(SearchQueryData searchQueryData) -
Uses of Pageable in com.hybris.cockpitng.editor.defaultfixedreferenceeditor
Methods in com.hybris.cockpitng.editor.defaultfixedreferenceeditor that return Pageable Modifier and Type Method Description protected PageableDefaultFixedReferenceEditor. createPageable(java.lang.String textQuery) -
Uses of Pageable in com.hybris.cockpitng.list
Constructors in com.hybris.cockpitng.list with parameters of type Pageable Constructor Description LazyPageableListModel(Pageable<T> pageable) -
Uses of Pageable in com.hybris.cockpitng.search.data.pageable
Subinterfaces of Pageable in com.hybris.cockpitng.search.data.pageable Modifier and Type Interface Description interfaceFullTextSearchPageable<R>Pageable with auto correction (spell check) and facets.Classes in com.hybris.cockpitng.search.data.pageable that implement Pageable Modifier and Type Class Description classPageableList<R>Implementation ofPageablewhich can be instantiated fromListand an integer value indicating the page size. -
Uses of Pageable in com.hybris.cockpitng.widgets.collectionbrowser
Methods in com.hybris.cockpitng.widgets.collectionbrowser with parameters of type Pageable Modifier and Type Method Description voidCollectionBrowserController. process(Pageable<?> pageable)Callback method for the input socket "pageable".protected <E> voidCollectionBrowserController. process(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback)Method parameters in com.hybris.cockpitng.widgets.collectionbrowser with type arguments of type Pageable Modifier and Type Method Description protected <E> voidCollectionBrowserController. process(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback) -
Uses of Pageable in com.hybris.cockpitng.widgets.collectionbrowser.mold
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold with parameters of type Pageable Modifier and Type Method Description voidSelectAndFocusDelegateController. handlePageLoaded(Pageable newPageable, Pageable oldPageable)Handles loading new page. -
Uses of Pageable in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl that return Pageable Modifier and Type Method Description PageablePagingDelegateController. getCurrentPageable()Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl with parameters of type Pageable Modifier and Type Method Description voidPagingDelegateController. buildPaging(Pageable<?> pageable)Builds up the paging control.protected <E> voidPagingDelegateController. displayFetchedData(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback)voidPagingDelegateController. fetchPage(Pageable<?> pageable, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> operationDoneListener)voidDefaultSelectAndFocusDelegateController. handlePageLoaded(Pageable newPageable, Pageable oldPageable)voidPagingDelegateController. loadPage(Pageable<?> pageable)<E> voidPagingDelegateController. loadPage(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback)protected voidPagingDelegateController. notifyPaging(Pageable<?> pageable)voidPagingDelegateController. process(Pageable<?> pageable)<E> voidPagingDelegateController. process(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback)voidPagingDelegateController. refreshBrowser(Pageable<?> pageable)<E> voidPagingDelegateController. refreshBrowser(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback)voidPagingDelegateController. restorePageNumberIfNecessary(Pageable pageable)Method parameters in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl with type arguments of type Pageable Modifier and Type Method Description protected <E> voidPagingDelegateController. displayFetchedData(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback)<E> voidPagingDelegateController. loadPage(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback)<E> voidPagingDelegateController. process(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback)<E> voidPagingDelegateController. refreshBrowser(Pageable<E> pageable, java.util.function.Consumer<Pageable<E>> callback) -
Uses of Pageable in com.hybris.cockpitng.widgets.common.simplelist
Methods in com.hybris.cockpitng.widgets.common.simplelist with parameters of type Pageable Modifier and Type Method Description protected org.zkoss.zul.ButtonSimpleListController. createShowMoreButton(Pageable<?> pageable, org.zkoss.zk.ui.Component parent)Deprecated, for removal: This API element is subject to removal in a future version.protected voidSimpleListController. render(Pageable<?> pageable, java.util.List<?> genericObjectList)Deprecated, for removal: This API element is subject to removal in a future version.Renders the provided entries as either a list or a grid depending on the value of the setting "viewMode" (list is rendered if true, a grid is rendered otherwise).voidSimpleListController. setPageable(Pageable<?> pageable)Deprecated, for removal: This API element is subject to removal in a future version.Called whenever a socket event is sent to the "pageable" socket.
-