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, waitMethods inherited from interface se.conciliate.extensions.store.query.MTQueryProvider
getEntityPropertyQueries, getQueries, getSubscriberQueries
-
Constructor Details
-
MTQueryProviderAdapter
public MTQueryProviderAdapter()
-
-
Method Details
-
getQueries
Description copied from interface:MTQueryProviderReturns 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:
getQueriesin interfaceMTQueryProvider
-
getAttributeTypeQueries
- Specified by:
getAttributeTypeQueriesin interfaceMTQueryProvider
-
getColorSchemeQueries
- Specified by:
getColorSchemeQueriesin interfaceMTQueryProvider
-
getDocumentQueries
- Specified by:
getDocumentQueriesin interfaceMTQueryProvider
-
getDocumentSourceQueries
- Specified by:
getDocumentSourceQueriesin interfaceMTQueryProvider
-
getDocumentTypeQueries
- Specified by:
getDocumentTypeQueriesin interfaceMTQueryProvider
-
getImageQueries
- Specified by:
getImageQueriesin interfaceMTQueryProvider
-
getLayerTypeQueries
- Specified by:
getLayerTypeQueriesin interfaceMTQueryProvider
-
getListQueries
- Specified by:
getListQueriesin interfaceMTQueryProvider
-
getModelQueries
- Specified by:
getModelQueriesin interfaceMTQueryProvider
-
getSymbolQueries
- Specified by:
getSymbolQueriesin interfaceMTQueryProvider
-
getTimestampQueries
- Specified by:
getTimestampQueriesin interfaceMTQueryProvider
-
getVariableQueries
- Specified by:
getVariableQueriesin interfaceMTQueryProvider
-
getUserQueries
- Specified by:
getUserQueriesin interfaceMTQueryProvider
-