Interface DataMappingUtilitiesLocal


  • public interface DataMappingUtilitiesLocal
    The interface Data mapping utilities local.
    • Field Detail

      • JNDINAME

        static final java.lang.String JNDINAME
        The constant JNDINAME.
        See Also:
        Constant Field Values
      • MAPPED_NAME

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

      • setSessionFallbackForBuckets

        java.util.List<Bucket> setSessionFallbackForBuckets​(java.util.List<Bucket> inputList,
                                                            java.lang.String clientFallback,
                                                            java.lang.String cometProjectFallback)
                                                     throws CometException
        Sets session fallback for buckets.
        Parameters:
        inputList - the input list
        clientFallback - the client fallback
        cometProjectFallback - the comet project fallback
        Returns:
        the session fallback for buckets
        Throws:
        CometException - the comet exception
      • setSessionFallbackForMediaAssets

        java.util.List<MediaAsset> setSessionFallbackForMediaAssets​(java.util.List<MediaAsset> inputList,
                                                                    java.lang.String clientFallback,
                                                                    java.lang.String cometProjectFallback)
                                                             throws CometException
        Sets session fallback for media assets.
        Parameters:
        inputList - the input list
        clientFallback - the client fallback
        cometProjectFallback - the comet project fallback
        Returns:
        the session fallback for media assets
        Throws:
        CometException - the comet exception
      • setSessionFallbackForTexts

        java.util.List<Text> setSessionFallbackForTexts​(java.util.List<Text> inputList,
                                                        java.lang.String clientFallback,
                                                        java.lang.String cometProjectFallback)
                                                 throws CometException
        Sets session fallback for texts.
        Parameters:
        inputList - the input list
        clientFallback - the client fallback
        cometProjectFallback - the comet project fallback
        Returns:
        the session fallback for texts
        Throws:
        CometException - the comet exception
      • setSessionFallbackForKeyValues

        java.util.List<KeyValue> setSessionFallbackForKeyValues​(java.util.List<KeyValue> inputList,
                                                                java.lang.String clientFallback,
                                                                java.lang.String cometProjectFallback)
                                                         throws CometException
        Sets session fallback for key values.
        Parameters:
        inputList - the input list
        clientFallback - the client fallback
        cometProjectFallback - the comet project fallback
        Returns:
        the session fallback for key values
        Throws:
        CometException - the comet exception
      • setSessionFallbackForPrices

        java.util.List<Price> setSessionFallbackForPrices​(java.util.List<Price> inputList,
                                                          java.lang.String clientFallback,
                                                          java.lang.String cometProjectFallback)
                                                   throws CometException
        Sets session fallback for prices.
        Parameters:
        inputList - the input list
        clientFallback - the client fallback
        cometProjectFallback - the comet project fallback
        Returns:
        the session fallback for prices
        Throws:
        CometException - the comet exception
      • setSessionFallbackForCords

        java.util.List<Cord> setSessionFallbackForCords​(java.util.List<Cord> inputList,
                                                        java.lang.String clientFallback,
                                                        java.lang.String cometProjectFallback)
                                                 throws CometException
        Sets session fallback for cords.
        Parameters:
        inputList - the input list
        clientFallback - the client fallback
        cometProjectFallback - the comet project fallback
        Returns:
        the session fallback for cords
        Throws:
        CometException - the comet exception
      • setSessionFallbackForTableDatas

        java.util.List<TableData> setSessionFallbackForTableDatas​(java.util.List<TableData> inputList,
                                                                  java.lang.String clientFallback,
                                                                  java.lang.String cometProjectFallback)
                                                           throws CometException
        Sets session fallback for table datas.
        Parameters:
        inputList - the input list
        clientFallback - the client fallback
        cometProjectFallback - the comet project fallback
        Returns:
        the session fallback for table datas
        Throws:
        CometException - the comet exception