Uses of Class
org.exoplatform.portal.config.Query
Packages that use Query
-
Uses of Query in org.exoplatform.portal.config
Methods in org.exoplatform.portal.config with parameters of type QueryModifier and TypeMethodDescription<T> org.exoplatform.commons.utils.LazyPageList<T> DataStorage.find(Query<T> q, Comparator<T> sortComparator) Deprecated, for removal: This API element is subject to removal in a future version.Return LazyPageList of object (sorted) which type and other info determined in Query object<T> org.exoplatform.commons.utils.ListAccess<T> DataStorage.find2(Query<T> q, Comparator<T> sortComparator) Deprecated, for removal: This API element is subject to removal in a future version.Return ListAccess, we can retrieved array of object (sorted) in database through this.Constructors in org.exoplatform.portal.config with parameters of type Query -
Uses of Query in org.exoplatform.portal.mop.service
Methods in org.exoplatform.portal.mop.service with parameters of type QueryModifier and TypeMethodDescription<T> org.exoplatform.commons.utils.LazyPageList<T> LayoutService.find(Query<T> q, Comparator<T> sortComparator) Return LazyPageList of object (sorted) which type and other info determined in Query object<T> org.exoplatform.commons.utils.ListAccess<T> LayoutService.find2(Query<T> q, Comparator<T> sortComparator) Return ListAccess, we can retrieved array of object (sorted) in database through this.