Uses of Class
org.gcube.portlets.user.codelistinterface.common.Order

Packages that use Order
org.gcube.portlets.user.codelistinterface.codelist   
org.gcube.portlets.user.codelistinterface.common   
org.gcube.portlets.user.codelistinterface.curation   
 

Uses of Order in org.gcube.portlets.user.codelistinterface.codelist
 

Methods in org.gcube.portlets.user.codelistinterface.codelist with parameters of type Order
 java.lang.String CodeListServiceInterface.getDataAsJson(int offset, int length, java.lang.String sortColumnId, Order order)
          Gets the curation data in JSON format.
 

Uses of Order in org.gcube.portlets.user.codelistinterface.common
 

Methods in org.gcube.portlets.user.codelistinterface.common that return Order
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.
 

Uses of Order in org.gcube.portlets.user.codelistinterface.curation
 

Methods in org.gcube.portlets.user.codelistinterface.curation with parameters of type Order
 java.lang.String CurationServiceInterface.getCodeAsJson(int offset, int length, java.lang.String sortColumnId, Order order)
           
 java.lang.String CurationServiceInterface.getDataAsJson(int offset, int length, java.lang.String sortColumnId, Order order)
          Gets the curation data in JSON format.