Class MTQueryProviderAdapter
java.lang.Object
se.conciliate.extensions.store.query.MTQueryProviderAdapter
- All Implemented Interfaces:
MTQueryProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns all queries that this provider can provide, regardless of which type of data the queries are selecting.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface se.conciliate.extensions.store.query.MTQueryProvider
getEntityPropertyQueries, getQueries, getSubscriberQueries
-
Constructor Details
-
MTQueryProviderAdapter
public MTQueryProviderAdapter()
-
-
Method Details
-
getQueries
Description copied from interface:MTQueryProvider
Returns all queries that this provider can provide, regardless of which type of data the queries are selecting. The queries could even query for different data types in the same query. All other methods in this interface asks for queries which should query for a specific result type.- Specified by:
getQueries
in interfaceMTQueryProvider
-
getAttributeTypeQueries
- Specified by:
getAttributeTypeQueries
in interfaceMTQueryProvider
-
getColorSchemeQueries
- Specified by:
getColorSchemeQueries
in interfaceMTQueryProvider
-
getDocumentQueries
- Specified by:
getDocumentQueries
in interfaceMTQueryProvider
-
getDocumentSourceQueries
- Specified by:
getDocumentSourceQueries
in interfaceMTQueryProvider
-
getDocumentTypeQueries
- Specified by:
getDocumentTypeQueries
in interfaceMTQueryProvider
-
getImageQueries
- Specified by:
getImageQueries
in interfaceMTQueryProvider
-
getLayerTypeQueries
- Specified by:
getLayerTypeQueries
in interfaceMTQueryProvider
-
getListQueries
- Specified by:
getListQueries
in interfaceMTQueryProvider
-
getModelQueries
- Specified by:
getModelQueries
in interfaceMTQueryProvider
-
getSymbolQueries
- Specified by:
getSymbolQueries
in interfaceMTQueryProvider
-
getTimestampQueries
- Specified by:
getTimestampQueries
in interfaceMTQueryProvider
-
getVariableQueries
- Specified by:
getVariableQueries
in interfaceMTQueryProvider
-
getUserQueries
- Specified by:
getUserQueries
in interfaceMTQueryProvider
-