Interface FindStatementDataProviderLocal
-
public interface FindStatementDataProviderLocalThe interface Find statement data provider local.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJNDINAMEThe constant JNDINAME "java:global/CometBridge/FindStatementDataProvider!com.priint.pubserver.comet.bridge.dataprovider.FindStatementDataProviderLocal";.static java.lang.StringMAPPED_NAMEThe constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.FindStatementDataProvider";.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TfindProductList(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> TfindProductList(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 CometExceptionFind 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(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 CometExceptionFind 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
-
-