Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.api.SortInfo

Packages that use SortInfo
org.nuxeo.ecm.core.api The core API of the Nuxeo platform, including: CoreSession, DocumentModel, Blob
org.nuxeo.ecm.core.api.impl   
org.nuxeo.ecm.core.search.api.client.querymodel   
org.nuxeo.ecm.core.search.api.client.querymodel.descriptor query model descriptor hold information necessary to fire the proper query from either a document model (stateful) or a string with substitution places (question marks) and applicative feeding of them. 
org.nuxeo.ecm.core.search.api.client.search.results.document   
org.nuxeo.ecm.platform.audit.web.listener   
org.nuxeo.ecm.platform.audit.web.listener.ejb   
org.nuxeo.ecm.platform.contentview.jsf   
org.nuxeo.ecm.platform.contentview.seam   
org.nuxeo.ecm.platform.query.api   
org.nuxeo.ecm.platform.query.core   
org.nuxeo.ecm.platform.query.nxql   
org.nuxeo.ecm.platform.ui.web.api   
org.nuxeo.ecm.webapp.action   
org.nuxeo.ecm.webapp.contentbrowser   
org.nuxeo.ecm.webapp.pagination   
org.nuxeo.ecm.webapp.querymodel   
org.nuxeo.ecm.webapp.search   
 

Uses of SortInfo in org.nuxeo.ecm.core.api
 

Methods in org.nuxeo.ecm.core.api that return SortInfo
static SortInfo SortInfo.asSortInfo(Map<String,Serializable> map)
          Returns a sort info for given map, or null if map is null or does not contain both keys SORT_COLUMN_NAME and SORT_ASCENDING_NAME.
 SortInfo PagedDocumentsProvider.getSortInfo()
          Deprecated.  
 

Methods in org.nuxeo.ecm.core.api with parameters of type SortInfo
static Map<String,Serializable> SortInfo.asMap(SortInfo sortInfo)
          Returns a map for given sort info, or null if sort info is null.
 

Uses of SortInfo in org.nuxeo.ecm.core.api.impl
 

Methods in org.nuxeo.ecm.core.api.impl that return SortInfo
 SortInfo EmptyResultsProvider.getSortInfo()
           
 SortInfo DocumentsPageProvider.getSortInfo()
           
 

Uses of SortInfo in org.nuxeo.ecm.core.search.api.client.querymodel
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel with parameters of type SortInfo
 PagedDocumentsProvider QueryModel.getResultsProvider(CoreSession session, Object[] params, SortInfo sortInfo)
          Deprecated.  
 

Uses of SortInfo in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor that return SortInfo
 SortInfo QueryModelDescriptor.getDefaultSortInfo(DocumentModel model)
           
 

Methods in org.nuxeo.ecm.core.search.api.client.querymodel.descriptor with parameters of type SortInfo
 String QueryModelDescriptor.getQuery(DocumentModel model, SortInfo sortInfo)
           
 String QueryModelDescriptor.getQuery(Object[] params, SortInfo sortInfo)
           
 

Uses of SortInfo in org.nuxeo.ecm.core.search.api.client.search.results.document
 

Methods in org.nuxeo.ecm.core.search.api.client.search.results.document that return SortInfo
 SortInfo SearchPageProvider.getSortInfo()
          Deprecated.  
 

Methods in org.nuxeo.ecm.core.search.api.client.search.results.document with parameters of type SortInfo
 void SearchPageProvider.setSortInfo(SortInfo sortInfo)
          Deprecated.  
 

Constructors in org.nuxeo.ecm.core.search.api.client.search.results.document with parameters of type SortInfo
SearchPageProvider(ResultSet set, boolean sortable, SortInfo sortInfo, String query)
          Deprecated. Constructor to create a sortable provider.
 

Uses of SortInfo in org.nuxeo.ecm.platform.audit.web.listener
 

Methods in org.nuxeo.ecm.platform.audit.web.listener that return SortInfo
 SortInfo ContentHistoryActions.getSortInfo()
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.audit.web.listener.ejb
 

Methods in org.nuxeo.ecm.platform.audit.web.listener.ejb that return SortInfo
 SortInfo ContentHistoryActionsBean.getSortInfo()
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.contentview.jsf
 

Methods in org.nuxeo.ecm.platform.contentview.jsf that return types with arguments of type SortInfo
 List<SortInfo> ContentViewStateImpl.getSortInfos()
           
 List<SortInfo> ContentViewState.getSortInfos()
           
 

Method parameters in org.nuxeo.ecm.platform.contentview.jsf with type arguments of type SortInfo
 PageProvider<?> ContentViewImpl.getPageProvider(DocumentModel searchDocument, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Object... params)
          Returns cached page provider if it exists or build a new one if parameters have changed.
 PageProvider<?> ContentView.getPageProvider(DocumentModel searchDocument, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Object... params)
          Gets page provider according to given parameters
 PageProvider<?> ContentViewServiceImpl.getPageProvider(String name, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Object... parameters)
           
 PageProvider<?> ContentViewService.getPageProvider(String contentViewName, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Object... parameters)
          Returns the page provider computed from the content view with given name.
 void ContentViewStateImpl.setSortInfos(List<SortInfo> sortInfos)
           
 void ContentViewState.setSortInfos(List<SortInfo> sortInfos)
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.contentview.seam
 

Methods in org.nuxeo.ecm.platform.contentview.seam that return types with arguments of type SortInfo
 List<SortInfo> ContentViewRestActions.getSortInfos(String sortColumn, boolean ascending)
           
 

Method parameters in org.nuxeo.ecm.platform.contentview.seam with type arguments of type SortInfo
 ContentView ContentViewActions.getContentViewWithProvider(String name, DocumentModel searchDocumentModel, List<SortInfo> sortInfos, Long pageSize, Long currentPage)
           
 ContentView ContentViewActions.getContentViewWithProvider(String name, DocumentModel searchDocumentModel, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Object... params)
           
 ContentView ContentViewRestActions.restoreContentView(String contentViewName, Long currentPage, Long pageSize, List<SortInfo> sortInfos, String jsonContentViewState)
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.query.api
 

Methods in org.nuxeo.ecm.platform.query.api that return SortInfo
 SortInfo PageProvider.getSortInfo()
          Returns the first sorting info for this provider
 SortInfo AbstractPageProvider.getSortInfo()
           
 

Methods in org.nuxeo.ecm.platform.query.api that return types with arguments of type SortInfo
 List<SortInfo> PageProviderDefinition.getSortInfos()
           
 List<SortInfo> PageProvider.getSortInfos()
          Returns the complete list of sorting info for this provider
 List<SortInfo> AbstractPageProvider.getSortInfos()
           
 

Methods in org.nuxeo.ecm.platform.query.api with parameters of type SortInfo
 void PageProvider.setSortInfo(SortInfo sortInfo)
          Sets the first and only sorting info for this provider.
 void AbstractPageProvider.setSortInfo(SortInfo sortInfo)
           
 

Method parameters in org.nuxeo.ecm.platform.query.api with type arguments of type SortInfo
 PageProvider<?> PageProviderService.getPageProvider(String name, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Map<String,Serializable> properties, Object... parameters)
          Returns an instance of page provider with given name.
 PageProvider<?> PageProviderService.getPageProvider(String name, PageProviderDefinition desc, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Map<String,Serializable> properties, Object... parameters)
          Returns an instance of page provider with given name and definition.
 void PageProvider.setSortInfos(List<SortInfo> sortInfo)
          Sets the complete list of sorting info for this provider
 void AbstractPageProvider.setSortInfos(List<SortInfo> sortInfo)
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.query.core
 

Methods in org.nuxeo.ecm.platform.query.core that return SortInfo
 SortInfo SortInfoDescriptor.getSortInfo()
           
 

Methods in org.nuxeo.ecm.platform.query.core that return types with arguments of type SortInfo
 List<SortInfo> GenericPageProviderDescriptor.getSortInfos()
           
 List<SortInfo> CoreQueryPageProviderDescriptor.getSortInfos()
           
 

Method parameters in org.nuxeo.ecm.platform.query.core with type arguments of type SortInfo
 PageProvider<?> PageProviderServiceImpl.getPageProvider(String name, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Map<String,Serializable> properties, Object... parameters)
           
 PageProvider<?> PageProviderServiceImpl.getPageProvider(String name, PageProviderDefinition desc, List<SortInfo> sortInfos, Long pageSize, Long currentPage, Map<String,Serializable> properties, Object... parameters)
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.query.nxql
 

Methods in org.nuxeo.ecm.platform.query.nxql with parameters of type SortInfo
static String NXQLQueryBuilder.getQuery(DocumentModel model, WhereClauseDefinition whereClause, Object[] params, SortInfo... sortInfos)
           
static String NXQLQueryBuilder.getQuery(String pattern, Object[] params, boolean quoteParameters, boolean escape, SortInfo... sortInfos)
           
static String NXQLQueryBuilder.getSortClause(SortInfo... sortInfos)
           
 

Uses of SortInfo in org.nuxeo.ecm.platform.ui.web.api
 

Methods in org.nuxeo.ecm.platform.ui.web.api with parameters of type SortInfo
 PagedDocumentsProvider ResultsProviderFarm.getResultsProvider(String name, SortInfo sortInfo)
          Deprecated.  
 

Uses of SortInfo in org.nuxeo.ecm.webapp.action
 

Methods in org.nuxeo.ecm.webapp.action with parameters of type SortInfo
 PagedDocumentsProvider DeleteActionsBean.getResultsProvider(String name, SortInfo sortInfo)
           
 

Uses of SortInfo in org.nuxeo.ecm.webapp.contentbrowser
 

Methods in org.nuxeo.ecm.webapp.contentbrowser with parameters of type SortInfo
 PagedDocumentsProvider DocumentChildrenStdFarm.getResultsProvider(String name, SortInfo sortInfo)
           
 PagedDocumentsProvider DocumentChildrenSearchFarm.getResultsProvider(String name, SortInfo sortInfo)
           
 

Uses of SortInfo in org.nuxeo.ecm.webapp.pagination
 

Methods in org.nuxeo.ecm.webapp.pagination with parameters of type SortInfo
 PagedDocumentsProvider ResultsProvidersCacheBean.get(String name, SortInfo sortInfo)
          Deprecated.  
 PagedDocumentsProvider ResultsProvidersCache.get(String name, SortInfo sortInfo)
          Deprecated. Gets a named results provider.
 

Uses of SortInfo in org.nuxeo.ecm.webapp.querymodel
 

Methods in org.nuxeo.ecm.webapp.querymodel with parameters of type SortInfo
 PagedDocumentsProvider QueryModelActionsBean.getResultsProvider(String queryModelName, SortInfo sortInfo)
          Deprecated.  
 

Uses of SortInfo in org.nuxeo.ecm.webapp.search
 

Methods in org.nuxeo.ecm.webapp.search that return SortInfo
 SortInfo DocumentSearchActions.getNewSortInfo()
           
 

Methods in org.nuxeo.ecm.webapp.search that return types with arguments of type SortInfo
 List<SortInfo> DocumentSearchActions.getSearchSortInfos()
           
 

Methods in org.nuxeo.ecm.webapp.search with parameters of type SortInfo
 PagedDocumentsProvider SearchActionsBean.getResultsProvider(String name, SortInfo sortInfo)
          Deprecated.  
 

Method parameters in org.nuxeo.ecm.webapp.search with type arguments of type SortInfo
 void DocumentSearchActions.setSearchSortInfos(List<SortInfo> searchSortInfos)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.