Interface FindStatementDataProviderLocal


  • public interface FindStatementDataProviderLocal
    The interface Find statement data provider local.
    • Field Summary

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T> T findProductList​(java.lang.String sessionId, java.lang.String entityModelName, java.lang.String pluginMappedName, java.lang.String methodName, 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 search1, java.lang.String search2, java.lang.String search3, java.lang.String search4, java.lang.Class<T> clazz)
      Find product list t.
      <T> T findProductList​(java.lang.String sessionId, java.lang.String entityModelName, java.lang.String pluginMappedName, java.lang.String methodName, 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 search1, java.lang.String search2, java.lang.String search3, java.lang.String search4, java.lang.Class<T> clazz)
      Find product list t.
    • Field Detail

      • MAPPED_NAME

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

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

      • findProductList

        <T> T findProductList​(java.lang.String sessionId,
                              java.lang.String entityModelName,
                              java.lang.String pluginMappedName,
                              java.lang.String methodName,
                              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 search1,
                              java.lang.String search2,
                              java.lang.String search3,
                              java.lang.String search4,
                              java.lang.Class<T> clazz)
                       throws CometException
        Find product list t.
        Type Parameters:
        T - the type parameter
        Parameters:
        sessionId - the session id
        entityModelName - the entity model name
        pluginMappedName - the plugin mapped name
        methodName - the method 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
        search1 - the search 1
        search2 - the search 2
        search3 - the search 3
        search4 - the search 4
        clazz - the clazz
        Returns:
        the t
        Throws:
        CometException - the comet exception
      • findProductList

        <T> T findProductList​(java.lang.String sessionId,
                              java.lang.String entityModelName,
                              java.lang.String pluginMappedName,
                              java.lang.String methodName,
                              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 search1,
                              java.lang.String search2,
                              java.lang.String search3,
                              java.lang.String search4,
                              java.lang.Class<T> clazz)
                       throws CometException
        Find product list t.
        Type Parameters:
        T - the type parameter
        Parameters:
        sessionId - the session id
        entityModelName - the entity model name
        pluginMappedName - the plugin mapped name
        methodName - the method name
        assortment - the assortment
        country - the country
        language - the language
        well - the well
        publication - the publication
        documentId - the document id
        search1 - the search 1
        search2 - the search 2
        search3 - the search 3
        search4 - the search 4
        clazz - the clazz
        Returns:
        the t
        Throws:
        CometException - the comet exception