Uses of Class
dk.netarkivet.common.utils.TableSort.SortOrder

Packages that use TableSort.SortOrder
dk.netarkivet.common.utils   
dk.netarkivet.harvester.webinterface   
 

Uses of TableSort.SortOrder in dk.netarkivet.common.utils
 

Methods in dk.netarkivet.common.utils that return TableSort.SortOrder
 TableSort.SortOrder TableSort.getOrder()
          return the order of the sort.
static TableSort.SortOrder TableSort.SortOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TableSort.SortOrder[] TableSort.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dk.netarkivet.common.utils with parameters of type TableSort.SortOrder
 void TableSort.setOrder(TableSort.SortOrder sortorder)
          set the order of the sort.
 

Constructors in dk.netarkivet.common.utils with parameters of type TableSort.SortOrder
TableSort(int columnId, TableSort.SortOrder sortOrder)
          constructor.
 

Uses of TableSort.SortOrder in dk.netarkivet.harvester.webinterface
 

Methods in dk.netarkivet.harvester.webinterface that return TableSort.SortOrder
 TableSort.SortOrder HarvestStatusRunningTablesSort.getSortOrderByHarvestName(java.lang.String harvestName)
          return the SortOrder of the sorted table.