Interface CometValueDefinitionsLocal
public interface CometValueDefinitionsLocal
The Interface CometValueDefinitionsLocal.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Constant bucketCompoundId.static final StringThe Constant compoundId.static final StringThe Constant contextAssortment.static final StringThe Constant contextCountry.static final StringThe Constant contextLanguage.static final StringThe Constant contextMarket.static final StringThe Constant contextTargetGroup.static final StringThe Constant contextWell.static final StringThe Constant defaultProperty.static final StringThe Constant emptyProperty.static final StringThe Constant getBucketEntities.static final StringThe Constant getBucketProperties.static final StringThe Constant getCordEntities.static final StringThe Constant getCordProperties.static final StringThe Constant getEntities.static final StringThe Constant getKeyValueEntities.static final StringThe Constant getKeyValueProperties.static final StringThe Constant getMediaAssetEntities.static final StringThe Constant getMediaAssetProperties.static final StringThe Constant getPlanningEntities.static final StringThe Constant getPlanningProperties.static final StringThe Constant getPriceEntities.static final StringThe Constant getPriceProperties.static final StringThe Constant getTableDataEntities.static final StringThe Constant getTableDataProperties.static final StringThe Constant getTemplates.static final StringThe Constant getTextEntities.static final StringThe Constant getTextProperties.static final StringThe Constant JNDINAME.static final StringThe Constant MAPPED_NAME.static final StringThe Constant planningCompoundId. -
Method Summary
Modifier and TypeMethodDescriptiongetBucketEntities(Map<String, Object> parameters) Gets the bucket entities.getBucketProperties(Map<String, Object> parameters) Gets the bucket properties.getCordEntities(Map<String, Object> parameters) Gets the cord entities.getCordProperties(Map<String, Object> parameters) Gets the cord properties.getEntities(Map<String, Object> parameters) Gets the entities.getKeyValueEntities(Map<String, Object> parameters) Gets the key value entities.getKeyValueProperties(Map<String, Object> parameters) Gets the key value properties.getMediaAssetEntities(Map<String, Object> parameters) Gets the media asset entities.getMediaAssetProperties(Map<String, Object> parameters) Gets the media asset properties.getPlanningEntities(Map<String, Object> parameters) Gets the planning entities.getPlanningProperties(Map<String, Object> parameters) Gets the planning properties.getPriceEntities(Map<String, Object> parameters) Gets the price entities.getPriceProperties(Map<String, Object> parameters) Gets the price properties.getTableDataEntities(Map<String, Object> parameters) Gets the table data entities.getTableDataProperties(Map<String, Object> parameters) Gets the table data properties.getTemplates(Map<String, Object> parameters) Gets the templates.getTextEntities(Map<String, Object> parameters) Gets the text entities.getTextProperties(Map<String, Object> parameters) Gets the text properties.
-
Field Details
-
MAPPED_NAME
The Constant MAPPED_NAME. "com.priint.pubserver.comet.bridge.value.CometValueDefinitions"- See Also:
-
JNDINAME
The Constant JNDINAME. "java:global/CometBridge/CometValueDefinitions!com.priint.pubserver.comet.bridge.value.CometValueDefinitionsLocal"- See Also:
-
getTemplates
The Constant getTemplates. "getTemplates"- See Also:
-
getEntities
The Constant getEntities. "getEntities"- See Also:
-
getPlanningEntities
The Constant getPlanningEntities.- See Also:
-
getKeyValueEntities
The Constant getKeyValueEntities.- See Also:
-
getTextEntities
The Constant getTextEntities.- See Also:
-
getPriceEntities
The Constant getPriceEntities.- See Also:
-
getMediaAssetEntities
The Constant getMediaAssetEntities.- See Also:
-
getCordEntities
The Constant getCordEntities.- See Also:
-
getBucketEntities
The Constant getBucketEntities.- See Also:
-
getTableDataEntities
The Constant getTableDataEntities.- See Also:
-
emptyProperty
The Constant emptyProperty. "EmptyProperty"- See Also:
-
defaultProperty
The Constant defaultProperty. "DefaultProperty"- See Also:
-
compoundId
The Constant compoundId. "CompoundIdProperty"- See Also:
-
bucketCompoundId
The Constant bucketCompoundId. "BucketCompountIdProperty"- See Also:
-
planningCompoundId
The Constant planningCompoundId. "PlanningCompundIdProperty"- See Also:
-
contextAssortment
The Constant contextAssortment. "ContextAssortmentProperty"- See Also:
-
contextCountry
The Constant contextCountry. "ContextCounntryProperty"- See Also:
-
contextLanguage
The Constant contextLanguage. "ContextLanguageProperty"- See Also:
-
contextWell
The Constant contextWell. "ContextWellProperty"- See Also:
-
contextMarket
The Constant contextMarket. "ContextMarketProperty"- See Also:
-
contextTargetGroup
The Constant contextTargetGroup. "ContextTargetGroupProperty"- See Also:
-
getBucketProperties
The Constant getBucketProperties. "getBucketProperties"- See Also:
-
getCordProperties
The Constant getCordProperties. "getCordProperties"- See Also:
-
getKeyValueProperties
The Constant getKeyValueProperties. "getKeyValueProperties"- See Also:
-
getMediaAssetProperties
The Constant getMediaAssetProperties. "getMediaAssetProperties"- See Also:
-
getPlanningProperties
The Constant getPlanningProperties. "getPlanningProperties"- See Also:
-
getPriceProperties
The Constant getPriceProperties. "getPriceProperties"- See Also:
-
getTableDataProperties
The Constant getTableDataProperties. "getTableDataProperties"- See Also:
-
getTextProperties
The Constant getTextProperties. "getTextProperties"- See Also:
-
-
Method Details
-
getTemplates
Gets the templates.- Parameters:
parameters- the parameters- Returns:
- the templates
- Throws:
PubServerException- the pub server exception
-
getEntities
List<ValueItem> getEntities(Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets the entities.- Parameters:
parameters- the parameters- Returns:
- the entities
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getPlanningEntities
List<ValueItem> getPlanningEntities(Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets the planning entities.- Parameters:
parameters- the parameters- Returns:
- the planning entities
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getKeyValueEntities
List<ValueItem> getKeyValueEntities(Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets the key value entities.- Parameters:
parameters- the parameters- Returns:
- the key value entities
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getTextEntities
List<ValueItem> getTextEntities(Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets the text entities.- Parameters:
parameters- the parameters- Returns:
- the text entities
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getPriceEntities
List<ValueItem> getPriceEntities(Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets the price entities.- Parameters:
parameters- the parameters- Returns:
- the price entities
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getMediaAssetEntities
List<ValueItem> getMediaAssetEntities(Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets the media asset entities.- Parameters:
parameters- the parameters- Returns:
- the media asset entities
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getCordEntities
List<ValueItem> getCordEntities(Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets the cord entities.- Parameters:
parameters- the parameters- Returns:
- the cord entities
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getBucketEntities
List<ValueItem> getBucketEntities(Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets the bucket entities.- Parameters:
parameters- the parameters- Returns:
- the bucket entities
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getTableDataEntities
List<ValueItem> getTableDataEntities(Map<String, Object> parameters) throws CometException, InvalidSessionExceptionGets the table data entities.- Parameters:
parameters- the parameters- Returns:
- the table data entities
- Throws:
CometException- the comet exceptionInvalidSessionException- the invalid session exception
-
getBucketProperties
Gets the bucket properties.- Parameters:
parameters- the parameters- Returns:
- the bucket properties
- Throws:
CometException- the comet exception
-
getCordProperties
Gets the cord properties.- Parameters:
parameters- the parameters- Returns:
- the cord properties
- Throws:
CometException- the comet exception
-
getKeyValueProperties
Gets the key value properties.- Parameters:
parameters- the parameters- Returns:
- the key value properties
- Throws:
CometException- the comet exception
-
getMediaAssetProperties
Gets the media asset properties.- Parameters:
parameters- the parameters- Returns:
- the media asset properties
- Throws:
CometException- the comet exception
-
getPlanningProperties
Gets the planning properties.- Parameters:
parameters- the parameters- Returns:
- the planning properties
- Throws:
CometException- the comet exception
-
getPriceProperties
Gets the price properties.- Parameters:
parameters- the parameters- Returns:
- the price properties
- Throws:
CometException- the comet exception
-
getTableDataProperties
Gets the table data properties.- Parameters:
parameters- the parameters- Returns:
- the table data properties
- Throws:
CometException- the comet exception
-
getTextProperties
Gets the text properties.- Parameters:
parameters- the parameters- Returns:
- the text properties
- Throws:
CometException- the comet exception
-