Interface DataMappingUtilitiesLocal


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

  • Method Details

    • setSessionFallbackForBuckets

      List<Bucket> setSessionFallbackForBuckets(List<Bucket> inputList, String clientFallback, 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

      List<MediaAsset> setSessionFallbackForMediaAssets(List<MediaAsset> inputList, String clientFallback, 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

      List<Text> setSessionFallbackForTexts(List<Text> inputList, String clientFallback, 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

      List<KeyValue> setSessionFallbackForKeyValues(List<KeyValue> inputList, String clientFallback, 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

      List<Price> setSessionFallbackForPrices(List<Price> inputList, String clientFallback, 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

      List<Cord> setSessionFallbackForCords(List<Cord> inputList, String clientFallback, 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

      List<TableData> setSessionFallbackForTableDatas(List<TableData> inputList, String clientFallback, 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