Interface PreviewStatementDataProviderLocal


public interface PreviewStatementDataProviderLocal
The interface Preview statement data provider local.
  • Field Details

    • MAPPED_NAME

      static final String MAPPED_NAME
      The constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.PreviewStatementDataProvider";.
      See Also:
    • JNDINAME

      static final String 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, InvalidSessionException
      Gets previews.
      Type Parameters:
      T - the type parameter
      Parameters:
      pluginMappedName - the plugin mapped name
      methodName - the method name
      entityModelName - the entity model name
      assortment - the assortment
      country - the country
      language - the language
      well - the well
      publication - the publication
      targetGroup - the target group
      marketName - the market name
      documentId - the document id
      entityId - the entity id
      recordId - the record id
      recordGroupId - the record group id
      entityClass - the entity class
      selectionEntityId - the selection entity id
      selectionRecordId - the selection record id
      selectionRecordGroupId - the selection record group id
      selectionEntityClass - the selection entity class
      search1 - the search 1
      search2 - the search 2
      methodKey - the method key
      clazz - the clazz
      parameters - further parameters
      Returns:
      the previews
      Throws:
      CometException - the comet exception
      InvalidSessionException - 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, InvalidSessionException
      Gets previews.
      Type Parameters:
      T - the type parameter
      Parameters:
      pluginMappedName - the plugin mapped name
      methodName - the method name
      entityModelName - the entity model name
      assortment - the assortment
      country - the country
      language - the language
      well - the well
      publication - the publication
      documentId - the document id
      entityId - the entity id
      recordId - the record id
      recordGroupId - the record group id
      entityClass - the entity class
      selectionEntityId - the selection entity id
      selectionRecordId - the selection record id
      selectionRecordGroupId - the selection record group id
      selectionEntityClass - the selection entity class
      search1 - the search 1
      search2 - the search 2
      methodKey - the method key
      clazz - the clazz
      parameters - further parameters
      Returns:
      the previews
      Throws:
      CometException - the comet exception
      InvalidSessionException - the invalid session exception