Interface PreviewStatementDataProviderLocal
public interface PreviewStatementDataProviderLocal
The interface Preview statement data provider local.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe constant JNDINAME "java:global/CometBridge/PreviewStatementDataProvider!com.priint.pubserver.comet.bridge.dataprovider.PreviewStatementDataProviderLocal";.static final StringThe constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.PreviewStatementDataProvider";. -
Method Summary
Modifier and TypeMethodDescription<T> TgetPreviews(String pluginMappedName, String methodName, String entityModelName, String assortment, String country, String language, String well, String publication, String documentId, String entityId, String recordId, String recordGroupId, String entityClass, String selectionEntityId, String selectionRecordId, String selectionRecordGroupId, String selectionEntityClass, String search1, String search2, String methodKey, Class<T> clazz, Map<String, Object> parameters) Gets previews.<T> TgetPreviews(String pluginMappedName, String methodName, String entityModelName, String assortment, String country, String language, String well, String publication, String targetGroup, String marketName, String documentId, String entityId, String recordId, String recordGroupId, String entityClass, String selectionEntityId, String selectionRecordId, String selectionRecordGroupId, String selectionEntityClass, String search1, String search2, String methodKey, Class<T> clazz, Map<String, Object> parameters) Gets previews.
-
Field Details
-
MAPPED_NAME
The constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.PreviewStatementDataProvider";.- See Also:
-
JNDINAME
The constant JNDINAME "java:global/CometBridge/PreviewStatementDataProvider!com.priint.pubserver.comet.bridge.dataprovider.PreviewStatementDataProviderLocal";.- See Also:
-
-
Method Details
-
getPreviews
<T> T getPreviews(String pluginMappedName, String methodName, String entityModelName, String assortment, String country, String language, String well, String publication, String targetGroup, String marketName, String documentId, String entityId, String recordId, String recordGroupId, String entityClass, String selectionEntityId, String selectionRecordId, String selectionRecordGroupId, String selectionEntityClass, String search1, String search2, String methodKey, Class<T> clazz, Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets previews.- Type Parameters:
T- the type parameter- Parameters:
pluginMappedName- the plugin mapped namemethodName- the method nameentityModelName- the entity model nameassortment- the assortmentcountry- the countrylanguage- the languagewell- the wellpublication- the publicationtargetGroup- the target groupmarketName- the market namedocumentId- the document identityId- the entity idrecordId- the record idrecordGroupId- the record group identityClass- the entity classselectionEntityId- the selection entity idselectionRecordId- the selection record idselectionRecordGroupId- the selection record group idselectionEntityClass- the selection entity classsearch1- the search 1search2- the search 2methodKey- the method keyclazz- the clazzparameters- further parameters- Returns:
- the previews
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getPreviews
<T> T getPreviews(String pluginMappedName, String methodName, String entityModelName, String assortment, String country, String language, String well, String publication, String documentId, String entityId, String recordId, String recordGroupId, String entityClass, String selectionEntityId, String selectionRecordId, String selectionRecordGroupId, String selectionEntityClass, String search1, String search2, String methodKey, Class<T> clazz, Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets previews.- Type Parameters:
T- the type parameter- Parameters:
pluginMappedName- the plugin mapped namemethodName- the method nameentityModelName- the entity model nameassortment- the assortmentcountry- the countrylanguage- the languagewell- the wellpublication- the publicationdocumentId- the document identityId- the entity idrecordId- the record idrecordGroupId- the record group identityClass- the entity classselectionEntityId- the selection entity idselectionRecordId- the selection record idselectionRecordGroupId- the selection record group idselectionEntityClass- the selection entity classsearch1- the search 1search2- the search 2methodKey- the method keyclazz- the clazzparameters- further parameters- Returns:
- the previews
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-