Interface CometValueDefinitionsLocal


  • public interface CometValueDefinitionsLocal
    The Interface CometValueDefinitionsLocal.
    • Field Detail

      • MAPPED_NAME

        static final java.lang.String MAPPED_NAME
        The Constant MAPPED_NAME. "com.priint.pubserver.comet.bridge.value.CometValueDefinitions"
        See Also:
        Constant Field Values
      • JNDINAME

        static final java.lang.String JNDINAME
        The Constant JNDINAME. "java:global/CometBridge/CometValueDefinitions!com.priint.pubserver.comet.bridge.value.CometValueDefinitionsLocal"
        See Also:
        Constant Field Values
      • getTemplates

        static final java.lang.String getTemplates
        The Constant getTemplates. "getTemplates"
        See Also:
        Constant Field Values
      • getEntities

        static final java.lang.String getEntities
        The Constant getEntities. "getEntities"
        See Also:
        Constant Field Values
      • getPlanningEntities

        static final java.lang.String getPlanningEntities
        The Constant getPlanningEntities.
        See Also:
        Constant Field Values
      • getKeyValueEntities

        static final java.lang.String getKeyValueEntities
        The Constant getKeyValueEntities.
        See Also:
        Constant Field Values
      • getTextEntities

        static final java.lang.String getTextEntities
        The Constant getTextEntities.
        See Also:
        Constant Field Values
      • getPriceEntities

        static final java.lang.String getPriceEntities
        The Constant getPriceEntities.
        See Also:
        Constant Field Values
      • getMediaAssetEntities

        static final java.lang.String getMediaAssetEntities
        The Constant getMediaAssetEntities.
        See Also:
        Constant Field Values
      • getCordEntities

        static final java.lang.String getCordEntities
        The Constant getCordEntities.
        See Also:
        Constant Field Values
      • getBucketEntities

        static final java.lang.String getBucketEntities
        The Constant getBucketEntities.
        See Also:
        Constant Field Values
      • getTableDataEntities

        static final java.lang.String getTableDataEntities
        The Constant getTableDataEntities.
        See Also:
        Constant Field Values
      • emptyProperty

        static final java.lang.String emptyProperty
        The Constant emptyProperty. "EmptyProperty"
        See Also:
        Constant Field Values
      • defaultProperty

        static final java.lang.String defaultProperty
        The Constant defaultProperty. "DefaultProperty"
        See Also:
        Constant Field Values
      • compoundId

        static final java.lang.String compoundId
        The Constant compoundId. "CompoundIdProperty"
        See Also:
        Constant Field Values
      • bucketCompoundId

        static final java.lang.String bucketCompoundId
        The Constant bucketCompoundId. "BucketCompountIdProperty"
        See Also:
        Constant Field Values
      • planningCompoundId

        static final java.lang.String planningCompoundId
        The Constant planningCompoundId. "PlanningCompundIdProperty"
        See Also:
        Constant Field Values
      • contextAssortment

        static final java.lang.String contextAssortment
        The Constant contextAssortment. "ContextAssortmentProperty"
        See Also:
        Constant Field Values
      • contextCountry

        static final java.lang.String contextCountry
        The Constant contextCountry. "ContextCounntryProperty"
        See Also:
        Constant Field Values
      • contextLanguage

        static final java.lang.String contextLanguage
        The Constant contextLanguage. "ContextLanguageProperty"
        See Also:
        Constant Field Values
      • contextWell

        static final java.lang.String contextWell
        The Constant contextWell. "ContextWellProperty"
        See Also:
        Constant Field Values
      • contextMarket

        static final java.lang.String contextMarket
        The Constant contextMarket. "ContextMarketProperty"
        See Also:
        Constant Field Values
      • contextTargetGroup

        static final java.lang.String contextTargetGroup
        The Constant contextTargetGroup. "ContextTargetGroupProperty"
        See Also:
        Constant Field Values
      • getBucketProperties

        static final java.lang.String getBucketProperties
        The Constant getBucketProperties. "getBucketProperties"
        See Also:
        Constant Field Values
      • getCordProperties

        static final java.lang.String getCordProperties
        The Constant getCordProperties. "getCordProperties"
        See Also:
        Constant Field Values
      • getKeyValueProperties

        static final java.lang.String getKeyValueProperties
        The Constant getKeyValueProperties. "getKeyValueProperties"
        See Also:
        Constant Field Values
      • getMediaAssetProperties

        static final java.lang.String getMediaAssetProperties
        The Constant getMediaAssetProperties. "getMediaAssetProperties"
        See Also:
        Constant Field Values
      • getPlanningProperties

        static final java.lang.String getPlanningProperties
        The Constant getPlanningProperties. "getPlanningProperties"
        See Also:
        Constant Field Values
      • getPriceProperties

        static final java.lang.String getPriceProperties
        The Constant getPriceProperties. "getPriceProperties"
        See Also:
        Constant Field Values
      • getTableDataProperties

        static final java.lang.String getTableDataProperties
        The Constant getTableDataProperties. "getTableDataProperties"
        See Also:
        Constant Field Values
      • getTextProperties

        static final java.lang.String getTextProperties
        The Constant getTextProperties. "getTextProperties"
        See Also:
        Constant Field Values
    • Method Detail

      • getTemplates

        java.util.List<ValueItem> getTemplates​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
                                        throws PubServerException
        Gets the templates.
        Parameters:
        parameters - the parameters
        Returns:
        the templates
        Throws:
        PubServerException - the pub server exception
      • getBucketProperties

        java.util.List<ValueItem> getBucketProperties​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
                                               throws CometException
        Gets the bucket properties.
        Parameters:
        parameters - the parameters
        Returns:
        the bucket properties
        Throws:
        CometException - the comet exception
      • getCordProperties

        java.util.List<ValueItem> getCordProperties​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
                                             throws CometException
        Gets the cord properties.
        Parameters:
        parameters - the parameters
        Returns:
        the cord properties
        Throws:
        CometException - the comet exception
      • getKeyValueProperties

        java.util.List<ValueItem> getKeyValueProperties​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
                                                 throws CometException
        Gets the key value properties.
        Parameters:
        parameters - the parameters
        Returns:
        the key value properties
        Throws:
        CometException - the comet exception
      • getMediaAssetProperties

        java.util.List<ValueItem> getMediaAssetProperties​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
                                                   throws CometException
        Gets the media asset properties.
        Parameters:
        parameters - the parameters
        Returns:
        the media asset properties
        Throws:
        CometException - the comet exception
      • getPlanningProperties

        java.util.List<ValueItem> getPlanningProperties​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
                                                 throws CometException
        Gets the planning properties.
        Parameters:
        parameters - the parameters
        Returns:
        the planning properties
        Throws:
        CometException - the comet exception
      • getPriceProperties

        java.util.List<ValueItem> getPriceProperties​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
                                              throws CometException
        Gets the price properties.
        Parameters:
        parameters - the parameters
        Returns:
        the price properties
        Throws:
        CometException - the comet exception
      • getTableDataProperties

        java.util.List<ValueItem> getTableDataProperties​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
                                                  throws CometException
        Gets the table data properties.
        Parameters:
        parameters - the parameters
        Returns:
        the table data properties
        Throws:
        CometException - the comet exception
      • getTextProperties

        java.util.List<ValueItem> getTextProperties​(java.util.Map<java.lang.String,​java.lang.Object> parameters)
                                             throws CometException
        Gets the text properties.
        Parameters:
        parameters - the parameters
        Returns:
        the text properties
        Throws:
        CometException - the comet exception