Uses of Class
org.synyx.hades.domain.Order

Packages that use Order
org.synyx.hades.domain   
 

Uses of Order in org.synyx.hades.domain
 

Fields in org.synyx.hades.domain declared as Order
static Order Sort.DEFAULT_ORDER
           
 

Methods in org.synyx.hades.domain that return Order
static Order Order.fromJpaValue(java.lang.String value)
          Returns the Order enum for the given JPA value.
 Order Sort.Property.getOrder()
          Returns the order the property shall be sorted for.
static Order Order.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Order[] Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.synyx.hades.domain with parameters of type Order
 Sort.Property Sort.Property.with(Order order)
          Returns a new Sort.Property with the given Order.
 

Constructors in org.synyx.hades.domain with parameters of type Order
PageRequest(int page, int size, Order order, java.lang.String... properties)
          Creates a new PageRequest with sort parameters applied.
Sort.Property(Order order, java.lang.String property)
          Creates a new Sort.Property instance. if order is null then order defaults to
Sort(Order order, java.lang.String... properties)
          Creates a new Sort instance.
 



Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.