Uses of Class
alpine.resources.OrderDirection
-
Packages that use OrderDirection Package Description alpine.persistence This package contains functionality related to persistence including query managers and startup initializers.alpine.resources This package contains JAX-RS resources and supporting classes used by Alpine resources. -
-
Uses of OrderDirection in alpine.persistence
Fields in alpine.persistence declared as OrderDirection Modifier and Type Field Description protected OrderDirectionAbstractAlpineQueryManager. orderDirectionConstructors in alpine.persistence with parameters of type OrderDirection Constructor Description AbstractAlpineQueryManager(Principal principal, Pagination pagination, String filter, String orderBy, OrderDirection orderDirection)Constructs a new QueryManager with the following: -
Uses of OrderDirection in alpine.resources
Methods in alpine.resources that return OrderDirection Modifier and Type Method Description OrderDirectionAlpineRequest. getOrderDirection()static OrderDirectionOrderDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderDirection[]OrderDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in alpine.resources with parameters of type OrderDirection Constructor Description AlpineRequest(Principal principal, Pagination pagination, String filter, String orderBy, OrderDirection orderDirection)Constructs a new QueryManager with the following:
-