Uses of Class
com.jbstrap.core.dao.Order
Packages that use Order
Package
Description
-
Uses of Order in com.jbstrap.core.cache
Methods in com.jbstrap.core.cache that return types with arguments of type OrderMethod parameters in com.jbstrap.core.cache with type arguments of type OrderModifier and TypeMethodDescriptionTempDataExportCache.addExportData
(ExportTypes exportType, String filename, DataDescriptor dataDescriptor, Criteria criteria, List<Order> orders, List<String> columnNames, String clientId, String languageCode, char separator) -
Uses of Order in com.jbstrap.core.dao
Methods in com.jbstrap.core.dao that return OrderMethod parameters in com.jbstrap.core.dao with type arguments of type OrderModifier and TypeMethodDescriptionDaoWithDomain.find
(T transaction, Class<?> type, D dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records, according to the specified parameters.StandardDao.find
(T transaction, D dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records, according to the specified parameters. -
Uses of Order in com.jbstrap.core.dao.base
Methods in com.jbstrap.core.dao.base with parameters of type OrderModifier and TypeMethodDescriptionJpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Order... orders) Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters.Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order order) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(Class<?> type, Client client, int startRow, int endRow, Criteria criteria, Order... orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Method parameters in com.jbstrap.core.dao.base with type arguments of type OrderModifier and TypeMethodDescriptionJpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.JpaDaoAPI.find
(SQLTransaction transaction, Class<?> type, List<Order> orders) Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).JpaDaoAPI.find
(JPADataDescriptor dataDescriptor, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters.JpaDaoAPI.find
(Class<?> type, Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.Gets the records of the specified entity, following the specified parameters. -
Uses of Order in com.jbstrap.core.event
Methods in com.jbstrap.core.event that return types with arguments of type Order -
Uses of Order in com.jbstrap.core.meta
Methods in com.jbstrap.core.meta with parameters of type OrderModifier and TypeMethodDescriptionvoid
BaseDataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, Order order, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, with the specified order and criteriavoid
BaseDataDescriptor.fetchData
(Criteria criteria, Order order, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, with the specified order and criteriavoid
DataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, Order order, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, with the specified order and criteriavoid
DataDescriptor.fetchData
(Criteria criteria, Order order, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, with the specified order and criteriaQueries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.BaseDataDescriptor.find
(Client client, int startRow, int endRow, Criteria criteria, Order... orders) Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Method parameters in com.jbstrap.core.meta with type arguments of type OrderModifier and TypeMethodDescriptionvoid
BaseDataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, List<Order> orders, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, with the specified orders and criteriavoid
BaseDataDescriptor.fetchData
(Criteria criteria, List<Order> orders, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, with the specified orders and criteriavoid
DataDescriptor.fetchData
(int startRow, int endRow, Criteria criteria, List<Order> orders, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, between the specified rows, with the specified orders and criteriavoid
DataDescriptor.fetchData
(Criteria criteria, List<Order> orders, Client client, DataDescriptorCallback callback) Fetches data from the DataDescriptor, with the specified orders and criteriaQueries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.BaseDataDescriptor.find
(Client client, int startRow, int endRow, Criteria criteria, List<Order> orders) Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.BaseDataDescriptor.find
(T transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.InMemoryDataDescriptor.find
(NoTransaction transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.JPADataDescriptor.find
(SQLTransaction transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor.SQLDataDescriptor.find
(SQLTransaction transaction, Client client, Criteria criteria, List<Order> orders, int startRow, int endRow) Initiates a query by using the DataDescriptor. -
Uses of Order in com.jbstrap.ui
Method parameters in com.jbstrap.ui with type arguments of type Order -
Uses of Order in com.jbstrap.ui.components.activitystream
Method parameters in com.jbstrap.ui.components.activitystream with type arguments of type Order -
Uses of Order in com.jbstrap.ui.components.calendar
Method parameters in com.jbstrap.ui.components.calendar with type arguments of type Order -
Uses of Order in com.jbstrap.ui.components.form.items
Method parameters in com.jbstrap.ui.components.form.items with type arguments of type Order -
Uses of Order in com.jbstrap.ui.components.listgrid
Methods in com.jbstrap.ui.components.listgrid that return types with arguments of type OrderModifier and TypeMethodDescriptionListGrid.getDefaultOrders()
Gets the default sort rules for the list grid.ListGrid.getOrders()
Gets all sorting rules.Methods in com.jbstrap.ui.components.listgrid with parameters of type OrderModifier and TypeMethodDescriptionfinal ListGrid
Adds a sorting rule to the previous grid sorting rules.final ListGrid
ListGrid.removeOrder
(Order order) Removes a sorting rule from the grid.final ListGrid
ListGrid.setDefaultOrder
(Order order) Sets the default sort type for the list grid.final ListGrid
ListGrid.setDefaultOrders
(Order... orders) Sets the default sort order for the list grid.final ListGrid
Sets the order of the grid.Method parameters in com.jbstrap.ui.components.listgrid with type arguments of type OrderModifier and TypeMethodDescriptionfinal ListGrid
ListGrid.setDefaultOrders
(List<Order> orders) Sets the default sort order for the list grid.final ListGrid
Sets the grid order using several rules. -
Uses of Order in com.jbstrap.ui.components.sparkline
Method parameters in com.jbstrap.ui.components.sparkline with type arguments of type Order -
Uses of Order in com.jbstrap.ui.components.timeline
Method parameters in com.jbstrap.ui.components.timeline with type arguments of type Order -
Uses of Order in com.jbstrap.ui.components.treeview
Methods in com.jbstrap.ui.components.treeview that return types with arguments of type OrderModifier and TypeMethodDescriptionTreeview.getOrders()
Gets the ordering criterion used for data queryMethod parameters in com.jbstrap.ui.components.treeview with type arguments of type Order -
Uses of Order in com.jbstrap.ui.interfaces
Method parameters in com.jbstrap.ui.interfaces with type arguments of type Order