Interface FindStatementDataProviderLocal
public interface FindStatementDataProviderLocal
The interface Find statement data provider local.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe constant JNDINAME "java:global/CometBridge/FindStatementDataProvider!com.priint.pubserver.comet.bridge.dataprovider.FindStatementDataProviderLocal";.static final StringThe constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.FindStatementDataProvider";. -
Method Summary
Modifier and TypeMethodDescription<T> TfindProductList(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) Find product list t.<T> TfindProductList(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) Find product list t.
-
Field Details
-
MAPPED_NAME
The constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.FindStatementDataProvider";.- See Also:
-
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 identityModelName- the entity model namepluginMappedName- the plugin mapped namemethodName- the method nameassortment- the assortmentcountry- the countrylanguage- the languagewell- the wellpublication- the publicationtargetGroup- the target groupmarketName- the market namedocumentId- the document idsearch1- the search 1search2- the search 2search3- the search 3search4- the search 4clazz- 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 identityModelName- the entity model namepluginMappedName- the plugin mapped namemethodName- the method nameassortment- the assortmentcountry- the countrylanguage- the languagewell- the wellpublication- the publicationdocumentId- the document idsearch1- the search 1search2- the search 2search3- the search 3search4- the search 4clazz- the clazz- Returns:
- the t
- Throws:
CometException- the comet exception
-