Uses of Class
org.gcube.application.geoportalcommon.shared.geoportal.config.ItemFieldDV
-
Packages that use ItemFieldDV Package Description org.gcube.application.geoportalcommon org.gcube.application.geoportalcommon.shared -
-
Uses of ItemFieldDV in org.gcube.application.geoportalcommon
Methods in org.gcube.application.geoportalcommon that return ItemFieldDV Modifier and Type Method Description static ItemFieldDVConvertToDataValueObjectModel. toItemFieldDV(ItemField itemField)To item field DV.Methods in org.gcube.application.geoportalcommon that return types with arguments of type ItemFieldDV Modifier and Type Method Description List<ItemFieldDV>GNAConfigsConverter. readListItemsConfig(String contentValue)Read list items config. -
Uses of ItemFieldDV in org.gcube.application.geoportalcommon.shared
Methods in org.gcube.application.geoportalcommon.shared that return types with arguments of type ItemFieldDV Modifier and Type Method Description List<ItemFieldDV>SearchingFilter. getOrderByFields()Gets the order by fields.Method parameters in org.gcube.application.geoportalcommon.shared with type arguments of type ItemFieldDV Modifier and Type Method Description voidSearchingFilter. setOrderByFields(List<ItemFieldDV> orderByFields)Sets the order by fields.Constructor parameters in org.gcube.application.geoportalcommon.shared with type arguments of type ItemFieldDV 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.
-