Uses of Class
org.gcube.portlets.user.accountingdashboard.server.util.CocktailSort.Order
-
Packages that use CocktailSort.Order Package Description org.gcube.portlets.user.accountingdashboard.server.util -
-
Uses of CocktailSort.Order in org.gcube.portlets.user.accountingdashboard.server.util
Methods in org.gcube.portlets.user.accountingdashboard.server.util that return CocktailSort.Order Modifier and Type Method Description static CocktailSort.OrderCocktailSort.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static CocktailSort.Order[]CocktailSort.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portlets.user.accountingdashboard.server.util with parameters of type CocktailSort.Order Modifier and Type Method Description static voidCocktailSort. sort(List<org.gcube.accounting.accounting.summary.access.model.ScopeDescriptor> list, CocktailSort.Order order)
-