Interface ProductDataProviderLocal
public interface ProductDataProviderLocal
The interface Product data provider local.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe constant JNDINAME "java:global/CometBridge/ProductDataProvider!com.priint.pubserver.comet.bridge.dataprovider.ProductDataProviderLocal";.static final StringThe constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.ProductDataProvider";. -
Method Summary
Modifier and TypeMethodDescription<T> TgetProductList(String sessionId, String entityModelName, String entityId, String parentBucketId, String resultEntityId, String assortment, String country, String language, String well, String publication, String documentId, String searchString, Class<T> clazz) Gets product list.<T> TgetProductList(String sessionId, String entityModelName, String entityId, String parentBucketId, String resultEntityId, String searchString, String assortment, String country, String language, String well, String publication, String targetGroup, String marketName, String documentId, Class<T> clazz) Gets product list.
-
Field Details
-
MAPPED_NAME
The constant MAPPED_NAME "com.priint.pubserver.comet.bridge.dataprovider.ProductDataProvider";.- See Also:
-
JNDINAME
The constant JNDINAME "java:global/CometBridge/ProductDataProvider!com.priint.pubserver.comet.bridge.dataprovider.ProductDataProviderLocal";.- See Also:
-
-
Method Details
-
getProductList
<T> T getProductList(String sessionId, String entityModelName, String entityId, String parentBucketId, String resultEntityId, String searchString, String assortment, String country, String language, String well, String publication, String targetGroup, String marketName, String documentId, Class<T> clazz) throws CometException Gets 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(String sessionId, String entityModelName, String entityId, String parentBucketId, String resultEntityId, String assortment, String country, String language, String well, String publication, String documentId, String searchString, Class<T> clazz) throws CometException Gets 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
-