Uses of Class
com.hybris.cockpitng.search.data.SortData
-
-
Uses of SortData in com.hybris.backoffice.widgets.advancedsearch
Methods in com.hybris.backoffice.widgets.advancedsearch with parameters of type SortData Modifier and Type Method Description voidAdvancedSearchController. processSortData(SortData sortData) -
Uses of SortData in com.hybris.backoffice.widgets.advancedsearch.engine
Methods in com.hybris.backoffice.widgets.advancedsearch.engine that return SortData Modifier and Type Method Description SortDataAdvancedSearchQueryData. getSortData()SortDataPageableWithFullTextDataCallback. getSortData()Methods in com.hybris.backoffice.widgets.advancedsearch.engine with parameters of type SortData Modifier and Type Method Description voidAdvancedSearchQueryData. setSortData(SortData sortData)voidPageableWithFullTextDataCallback. setSortData(SortData sortData)AdvancedSearchQueryData.BuilderAdvancedSearchQueryData.Builder. sortData(SortData sortData) -
Uses of SortData in com.hybris.backoffice.widgets.advancedsearch.impl
Methods in com.hybris.backoffice.widgets.advancedsearch.impl that return SortData Modifier and Type Method Description SortDataAdvancedSearchData. getSortData()Methods in com.hybris.backoffice.widgets.advancedsearch.impl with parameters of type SortData Modifier and Type Method Description voidAdvancedSearchData. setSortData(SortData sortData) -
Uses of SortData in com.hybris.backoffice.widgets.advancedsearch.impl.renderer
Methods in com.hybris.backoffice.widgets.advancedsearch.impl.renderer that return SortData Modifier and Type Method Description protected SortDataAdvancedSearchRenderer. extractSortData(AdvancedSearch configuration)Methods in com.hybris.backoffice.widgets.advancedsearch.impl.renderer with parameters of type SortData Modifier and Type Method Description protected org.zkoss.zul.DivAdvancedSearchRenderer. createSortControls(org.zkoss.zul.Radiogroup radiogroup, SearchConditionData data, SortData sortData) -
Uses of SortData in com.hybris.cockpitng.search.data
Methods in com.hybris.cockpitng.search.data that return SortData Modifier and Type Method Description SortDataSearchQueryData. getSortData()Returns sort informationSortDataSimpleSearchQueryData. getSortData()Methods in com.hybris.cockpitng.search.data with parameters of type SortData Modifier and Type Method Description voidSearchQueryData. setSortData(SortData sortData)Sets given sort data informationvoidSimpleSearchQueryData. setSortData(SortData sortData)Constructors in com.hybris.cockpitng.search.data with parameters of type SortData Constructor Description SimpleSearchQueryData(java.lang.String searchQueryText, java.util.List<SearchAttributeDescriptor> attributes, java.lang.String typeCode, SortData sortData, int pageSize) -
Uses of SortData in com.hybris.cockpitng.search.data.pageable
Methods in com.hybris.cockpitng.search.data.pageable that return SortData Modifier and Type Method Description SortDataPageable. getSortData()Returns sort related informationSortDataPageableList. getSortData()Methods in com.hybris.cockpitng.search.data.pageable with parameters of type SortData Modifier and Type Method Description voidPageable. setSortData(SortData sortData)voidPageableList. setSortData(SortData sortData) -
Uses of SortData in com.hybris.cockpitng.widgets.collectionbrowser
Methods in com.hybris.cockpitng.widgets.collectionbrowser with parameters of type SortData Modifier and Type Method Description voidCollectionBrowserController. sort(SortData sortData) -
Uses of SortData in com.hybris.cockpitng.widgets.collectionbrowser.mold
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold with parameters of type SortData Modifier and Type Method Description voidCollectionBrowserMoldContext. sort(SortData sortData)Reads data sorted with provided parametersvoidDefaultCollectionBrowserContext. sort(SortData sortData) -
Uses of SortData in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl that return SortData Modifier and Type Method Description SortDataSinglePage. getSortData()Constructors in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl with parameters of type SortData Constructor Description SinglePage(java.util.List<?> list, java.lang.String typeCode, SortData sortData, int pageSize) -
Uses of SortData in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview
Methods in com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview with parameters of type SortData Modifier and Type Method Description protected voidListViewCollectionBrowserMoldStrategy. buildHeaders(ListView columnConfig, SortData sortData, java.lang.String typeCode)protected voidListViewCollectionBrowserMoldStrategy. configureHeaderSort(org.zkoss.zul.Listheader header, SortData sortData, java.lang.String propertyQualifier)protected org.zkoss.zul.ListheaderListViewCollectionBrowserMoldStrategy. createListHeader(SortData sortData, ListColumn column, java.lang.String typeCode)voidListViewCollectionBrowserMoldStrategy. renderList(java.util.List<?> list, ListView config, SortData sortData, java.lang.String typeCode)
-