| Package | Description |
|---|---|
| gr.uoa.di.madgik.rr.element.query | |
| gr.uoa.di.madgik.rr.element.search |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Set<Field>> |
QueryHelper.getCollectionFieldsByPresentationInfo(Set<String> info) |
static Set<Field> |
QueryHelper.getFieldsByPresentationInfo(Set<String> info) |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
QueryHelper.getCapabilitiesByFieldCollection(Field f,
String collection) |
static Set<String> |
QueryHelper.getPresentationInfoOfField(Field f) |
| Modifier and Type | Method and Description |
|---|---|
static Field |
Field.getById(boolean loadDetails,
String id) |
| Modifier and Type | Method and Description |
|---|---|
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.