Uses of Class
org.gcube.application.geoportalcommon.shared.SearchingFilter.ORDER
-
Packages that use SearchingFilter.ORDER Package Description org.gcube.application.geoportalcommon.shared -
-
Uses of SearchingFilter.ORDER in org.gcube.application.geoportalcommon.shared
Methods in org.gcube.application.geoportalcommon.shared that return SearchingFilter.ORDER Modifier and Type Method Description SearchingFilter.ORDERSearchingFilter. getOrder()Gets the order.static SearchingFilter.ORDERSearchingFilter.ORDER. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchingFilter.ORDER[]SearchingFilter.ORDER. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.application.geoportalcommon.shared with parameters of type SearchingFilter.ORDER Modifier and Type Method Description voidSearchingFilter. setOrder(SearchingFilter.ORDER order)Sets the order.Constructors in org.gcube.application.geoportalcommon.shared with parameters of type SearchingFilter.ORDER Constructor Description SearchingFilter(List<ItemFieldDV> orderByFields, SearchingFilter.ORDER order)Instantiates a new sort filter.SearchingFilter(List<ItemFieldDV> orderByFields, SearchingFilter.ORDER order, List<WhereClause> conditions)Instantiates a new sort filter.
-