Uses of Enum Class
ru.cg.webbpm.modules.database.api.dao.option.SortOrder
Packages that use SortOrder
Package
Description
-
Uses of SortOrder in bpmn.admin
Methods in bpmn.admin that return types with arguments of type SortOrderModifier and TypeMethodDescriptionprotected Map<EntityColumn,
SortOrder> BpmProcessGridServiceImpl.getSortDefaultOrders()
-
Uses of SortOrder in component.chart.model
Fields in component.chart.model declared as SortOrderMethods in component.chart.model that return SortOrder -
Uses of SortOrder in component.grid.model
Fields in component.grid.model declared as SortOrder -
Uses of SortOrder in database.dao
Method parameters in database.dao with type arguments of type SortOrderModifier and TypeMethodDescriptionprotected org.jooq.SelectLimitStep<org.jooq.Record>
AbstractLoadDao.getOrderByStep
(org.jooq.SelectOrderByStep<org.jooq.Record> orderByStep, Map<EntityColumn, SortOrder> sortMap, boolean allowAddPkToSort) -
Uses of SortOrder in model.grid
Fields in model.grid declared as SortOrderMethods in model.grid that return SortOrderMethods in model.grid with parameters of type SortOrder -
Uses of SortOrder in property.grid
Fields in property.grid declared as SortOrderMethods in property.grid that return SortOrderMethods in property.grid that return types with arguments of type SortOrderModifier and TypeMethodDescriptionColumnSorts.sortMapping()
IColumnSorts.sortMapping()
StaticGridColumns.sortMapping()
-
Uses of SortOrder in ru.cg.webbpm.modules.database.api.dao.option
Fields in ru.cg.webbpm.modules.database.api.dao.option with type parameters of type SortOrderModifier and TypeFieldDescriptionprotected Map<EntityColumn,
SortOrder> NonPageableLoadOptions.sortFields
Methods in ru.cg.webbpm.modules.database.api.dao.option that return SortOrderModifier and TypeMethodDescriptionstatic SortOrder
Returns the enum constant of this class with the specified name.static SortOrder[]
SortOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.modules.database.api.dao.option that return types with arguments of type SortOrderMethods in ru.cg.webbpm.modules.database.api.dao.option with parameters of type SortOrderModifier and TypeMethodDescriptionvoid
NonPageableLoadOptions.addSortField
(EntityColumn field, SortOrder sortOrder) Method parameters in ru.cg.webbpm.modules.database.api.dao.option with type arguments of type SortOrderModifier and TypeMethodDescriptionvoid
NonPageableLoadOptions.setSortFields
(Map<EntityColumn, SortOrder> sortFields) -
Uses of SortOrder in service.complex.editableonetomany
Methods in service.complex.editableonetomany that return types with arguments of type SortOrderModifier and TypeMethodDescriptionprotected Map<EntityColumn,
SortOrder> EditableOneToManyFieldServiceImpl.getSortOrders
(SortInfo[] sortInfos) -
Uses of SortOrder in service.field
Fields in service.field declared as SortOrder -
Uses of SortOrder in service.grid
Methods in service.grid that return types with arguments of type SortOrderModifier and TypeMethodDescriptionprotected Map<EntityColumn,
SortOrder> AbstractGridLoadingService.getSortDefaultOrders()
protected Map<EntityColumn,
SortOrder> BaseStaticGridLoadingService.getSortDefaultOrders()
protected abstract Map<EntityColumn,
SortOrder> AbstractGridLoadingService.getSortOrders
(SortInfo[] sortInfos) protected Map<EntityColumn,
SortOrder> BaseGridLoadingService.getSortOrders
(SortInfo[] sortInfos) protected Map<EntityColumn,
SortOrder> BaseStaticGridLoadingService.getSortOrders
(SortInfo[] sortInfos) -
Uses of SortOrder in utils
Modifier and TypeMethodDescriptionstatic Map<EntityColumn,
SortOrder> SortUtils.sortMapping
(ColumnSort[] columnSorts)