Interface PreviewStatementDataProviderLocal


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

      Fields 
      Modifier and Type Field Description
      static java.lang.String JNDINAME
      The constant JNDINAME "java:global/CometBridge/PreviewStatementDataProvider!com.priint.pubserver.comet.bridge.dataprovider.PreviewStatementDataProviderLocal";.
      static java.lang.String MAPPED_NAME
      The constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.PreviewStatementDataProvider";.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T> T getPreviews​(java.lang.String pluginMappedName, java.lang.String methodName, java.lang.String entityModelName, java.lang.String assortment, java.lang.String country, java.lang.String language, java.lang.String well, java.lang.String publication, java.lang.String documentId, java.lang.String entityId, java.lang.String recordId, java.lang.String recordGroupId, java.lang.String entityClass, java.lang.String selectionEntityId, java.lang.String selectionRecordId, java.lang.String selectionRecordGroupId, java.lang.String selectionEntityClass, java.lang.String search1, java.lang.String search2, java.lang.String methodKey, java.lang.Class<T> clazz, java.util.Map<java.lang.String,​java.lang.Object> parameters)
      Gets previews.
      <T> T getPreviews​(java.lang.String pluginMappedName, java.lang.String methodName, java.lang.String entityModelName, java.lang.String assortment, java.lang.String country, java.lang.String language, java.lang.String well, java.lang.String publication, java.lang.String targetGroup, java.lang.String marketName, java.lang.String documentId, java.lang.String entityId, java.lang.String recordId, java.lang.String recordGroupId, java.lang.String entityClass, java.lang.String selectionEntityId, java.lang.String selectionRecordId, java.lang.String selectionRecordGroupId, java.lang.String selectionEntityClass, java.lang.String search1, java.lang.String search2, java.lang.String methodKey, java.lang.Class<T> clazz, java.util.Map<java.lang.String,​java.lang.Object> parameters)
      Gets previews.
    • Field Detail

      • MAPPED_NAME

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

        static final java.lang.String JNDINAME
        The constant JNDINAME "java:global/CometBridge/PreviewStatementDataProvider!com.priint.pubserver.comet.bridge.dataprovider.PreviewStatementDataProviderLocal";.
        See Also:
        Constant Field Values
    • Method Detail

      • getPreviews

        <T> T getPreviews​(java.lang.String pluginMappedName,
                          java.lang.String methodName,
                          java.lang.String entityModelName,
                          java.lang.String assortment,
                          java.lang.String country,
                          java.lang.String language,
                          java.lang.String well,
                          java.lang.String publication,
                          java.lang.String targetGroup,
                          java.lang.String marketName,
                          java.lang.String documentId,
                          java.lang.String entityId,
                          java.lang.String recordId,
                          java.lang.String recordGroupId,
                          java.lang.String entityClass,
                          java.lang.String selectionEntityId,
                          java.lang.String selectionRecordId,
                          java.lang.String selectionRecordGroupId,
                          java.lang.String selectionEntityClass,
                          java.lang.String search1,
                          java.lang.String search2,
                          java.lang.String methodKey,
                          java.lang.Class<T> clazz,
                          java.util.Map<java.lang.String,​java.lang.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​(java.lang.String pluginMappedName,
                          java.lang.String methodName,
                          java.lang.String entityModelName,
                          java.lang.String assortment,
                          java.lang.String country,
                          java.lang.String language,
                          java.lang.String well,
                          java.lang.String publication,
                          java.lang.String documentId,
                          java.lang.String entityId,
                          java.lang.String recordId,
                          java.lang.String recordGroupId,
                          java.lang.String entityClass,
                          java.lang.String selectionEntityId,
                          java.lang.String selectionRecordId,
                          java.lang.String selectionRecordGroupId,
                          java.lang.String selectionEntityClass,
                          java.lang.String search1,
                          java.lang.String search2,
                          java.lang.String methodKey,
                          java.lang.Class<T> clazz,
                          java.util.Map<java.lang.String,​java.lang.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