Uses of Class
gr.uoa.di.madgik.rr.element.search.Field

Packages that use Field
gr.uoa.di.madgik.rr.element.query   
gr.uoa.di.madgik.rr.element.search   
 

Uses of Field in gr.uoa.di.madgik.rr.element.query
 

Methods in gr.uoa.di.madgik.rr.element.query that return types with arguments of type Field
static Map<String,Set<Field>> QueryHelper.getCollectionFieldsByPresentationInfo(Set<String> info)
           
static Set<Field> QueryHelper.getFieldsByPresentationInfo(Set<String> info)
           
 

Methods in gr.uoa.di.madgik.rr.element.query with parameters of type Field
static Set<String> QueryHelper.getCapabilitiesByFieldCollection(Field f, String collection)
           
static Set<String> QueryHelper.getPresentationInfoOfField(Field f)
           
 

Uses of Field in gr.uoa.di.madgik.rr.element.search
 

Methods in gr.uoa.di.madgik.rr.element.search that return Field
static Field Field.getById(boolean loadDetails, String id)
           
 

Methods in gr.uoa.di.madgik.rr.element.search that return types with arguments of type Field
static List<Field> Field.getAll(boolean loadDetails)
           
static List<Field> Field.getAll(boolean loadDetails, gr.uoa.di.madgik.rr.RRContext.DatastoreType persistencyType)
           
static List<Field> Field.getAll(boolean loadDetails, String scope)
           
static List<Field> Field.getBrowsableFieldsOfCollection(boolean loadDetails, String collection)
           
static List<Field> Field.getBrowsableFieldsOfCollections(boolean loadDetails, boolean filter, Set<String> collections)
           
static List<Field> Field.getFieldsWithName(boolean loadDetails, String name)
           
static List<Field> Field.getPresentableFieldsOfCollection(boolean loadDetails, String collection)
           
static List<Field> Field.getPresentableFieldsOfCollections(boolean loadDetails, boolean filter, Set<String> collections)
           
static List<Field> Field.getSearchableFieldsOfCollection(boolean loadDetails, String collection)
           
static List<Field> Field.getSearchableFieldsOfCollectionByCapabilities(boolean loadDetails, String collection, Set<String> capabilities)
           
static List<Field> Field.getSearchableFieldsOfCollections(boolean loadDetails, boolean filter, Set<String> collections)
           
 



Copyright © 2013. All Rights Reserved.