Uses of Class
info.joseluismartin.dao.Page.Order

Packages that use Page.Order
info.joseluismartin.dao   
info.joseluismartin.reporting   
 

Uses of Page.Order in info.joseluismartin.dao
 

Methods in info.joseluismartin.dao that return Page.Order
 Page.Order Page.getOrder()
           
static Page.Order Page.Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Page.Order[] Page.Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.joseluismartin.dao with parameters of type Page.Order
 void Page.setOrder(Page.Order order)
           
 

Constructors in info.joseluismartin.dao with parameters of type Page.Order
Page(int pageSize, int page, String sortName, Page.Order order)
           
 

Uses of Page.Order in info.joseluismartin.reporting
 

Methods in info.joseluismartin.reporting that return Page.Order
 Page.Order ReportDataProvider.getSortOrder()
           
 



Copyright © 2012 JDAL. All Rights Reserved.