Interface ProductDataProviderLocal
-
public interface ProductDataProviderLocalThe interface Product data provider local.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJNDINAMEThe constant JNDINAME "java:global/CometBridge/ProductDataProvider!com.priint.pubserver.comet.bridge.dataprovider.ProductDataProviderLocal";.static java.lang.StringMAPPED_NAMEThe constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.ProductDataProvider";.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TgetProductList(java.lang.String sessionId, java.lang.String entityModelName, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, 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 searchString, java.lang.Class<T> clazz)Gets product list.<T> TgetProductList(java.lang.String sessionId, java.lang.String entityModelName, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, java.lang.String searchString, 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.Class<T> clazz)Gets product list.
-
-
-
Field Detail
-
MAPPED_NAME
static final java.lang.String MAPPED_NAME
The constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.ProductDataProvider";.- See Also:
- Constant Field Values
-
JNDINAME
static final java.lang.String JNDINAME
The constant JNDINAME "java:global/CometBridge/ProductDataProvider!com.priint.pubserver.comet.bridge.dataprovider.ProductDataProviderLocal";.- See Also:
- Constant Field Values
-
-
Method Detail
-
getProductList
<T> T getProductList(java.lang.String sessionId, java.lang.String entityModelName, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, java.lang.String searchString, 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.Class<T> clazz) throws CometExceptionGets product list.- Type Parameters:
T- the type parameter- Parameters:
sessionId- the session identityModelName- the entity model nameentityId- the entity idparentBucketId- the parent bucket idresultEntityId- the result entity idsearchString- the search stringassortment- the assortmentcountry- the countrylanguage- the languagewell- the wellpublication- the publicationtargetGroup- the target groupmarketName- the market namedocumentId- the document idclazz- the clazz- Returns:
- the product list
- Throws:
CometException- the comet exception
-
getProductList
<T> T getProductList(java.lang.String sessionId, java.lang.String entityModelName, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String resultEntityId, 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 searchString, java.lang.Class<T> clazz) throws CometExceptionGets product list.- Type Parameters:
T- the type parameter- Parameters:
sessionId- the session identityModelName- the entity model nameentityId- the entity idparentBucketId- the parent bucket idresultEntityId- the result entity idassortment- the assortmentcountry- the countrylanguage- the languagewell- the wellpublication- the publicationdocumentId- the document idsearchString- the search stringclazz- the clazz- Returns:
- the product list
- Throws:
CometException- the comet exception
-
-