Interface FindStatementDataProviderLocal


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

    • MAPPED_NAME

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

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

    • findProductList

      <T> T findProductList(String sessionId, String entityModelName, String pluginMappedName, String methodName, String assortment, String country, String language, String well, String publication, String targetGroup, String marketName, String documentId, String search1, String search2, String search3, String search4, 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(String sessionId, String entityModelName, String pluginMappedName, String methodName, String assortment, String country, String language, String well, String publication, String documentId, String search1, String search2, String search3, String search4, 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