Interface DataMappingToProductLocal


public interface DataMappingToProductLocal
The interface Data mapping to product local.
  • Field Details

  • Method Details

    • bucketsToProducts

      List<Product> bucketsToProducts(List<Bucket> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) throws CometException
      Buckets to products list.
      Parameters:
      inputList - the input list
      sessionId - the session id
      parentEntityId - the parent entity id
      parentBucketId - the parent bucket id
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • cordsToProducts

      List<Product> cordsToProducts(List<Cord> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) throws CometException
      Cords to products list.
      Parameters:
      inputList - the input list
      sessionId - the session id
      parentEntityId - the parent entity id
      parentBucketId - the parent bucket id
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • keyValuesToProducts

      List<Product> keyValuesToProducts(List<KeyValue> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) throws CometException
      Key values to products list.
      Parameters:
      inputList - the input list
      sessionId - the session id
      parentEntityId - the parent entity id
      parentBucketId - the parent bucket id
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • mediaAssetsToProducts

      List<Product> mediaAssetsToProducts(List<MediaAsset> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) throws CometException
      Media assets to products list.
      Parameters:
      inputList - the input list
      sessionId - the session id
      parentEntityId - the parent entity id
      parentBucketId - the parent bucket id
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • pricesToProducts

      List<Product> pricesToProducts(List<Price> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) throws CometException
      Prices to products list.
      Parameters:
      inputList - the input list
      sessionId - the session id
      parentEntityId - the parent entity id
      parentBucketId - the parent bucket id
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • textsToProducts

      List<Product> textsToProducts(List<Text> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) throws CometException
      Texts to products list.
      Parameters:
      inputList - the input list
      sessionId - the session id
      parentEntityId - the parent entity id
      parentBucketId - the parent bucket id
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • tableDataToProducts

      List<Product> tableDataToProducts(List<TableData> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) throws CometException
      Table data to products list.
      Parameters:
      inputList - the input list
      sessionId - the session id
      parentEntityId - the parent entity id
      parentBucketId - the parent bucket id
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • createProductFromBucket

      Product createProductFromBucket(Bucket bucket, EntityModel model, Bucket parent) throws CometException
      Create product from bucket product.
      Parameters:
      bucket - the bucket
      model - the model
      parent - the parent
      Returns:
      the product
      Throws:
      CometException - the comet exception
    • createProductFromCord

      Product createProductFromCord(Cord cord, EntityModel model, Bucket parent) throws CometException
      Create product from cord product.
      Parameters:
      cord - the cord
      model - the model
      parent - the parent
      Returns:
      the product
      Throws:
      CometException - the comet exception
    • createProductFromKeyValue

      Product createProductFromKeyValue(KeyValue keyValue, EntityModel model, Bucket parent) throws CometException
      Create product from key value product.
      Parameters:
      keyValue - the key value
      model - the model
      parent - the parent
      Returns:
      the product
      Throws:
      CometException - the comet exception
    • createProductFromMediaAsset

      Product createProductFromMediaAsset(MediaAsset asset, EntityModel model, Bucket parent) throws CometException
      Create product from media asset product.
      Parameters:
      asset - the asset
      model - the model
      parent - the parent
      Returns:
      the product
      Throws:
      CometException - the comet exception
    • createProductFromPrice

      Product createProductFromPrice(Price price, EntityModel model, Bucket parent) throws CometException
      Create product from price product.
      Parameters:
      price - the price
      model - the model
      parent - the parent
      Returns:
      the product
      Throws:
      CometException - the comet exception
    • createProductFromText

      Product createProductFromText(Text text, EntityModel model, Bucket parent) throws CometException
      Create product from text product.
      Parameters:
      text - the text
      model - the model
      parent - the parent
      Returns:
      the product
      Throws:
      CometException - the comet exception
    • createProductFromTableData

      Product createProductFromTableData(TableData data, EntityModel model, Bucket parent) throws CometException
      Create product from table data product.
      Parameters:
      data - the data
      model - the model
      parent - the parent
      Returns:
      the product
      Throws:
      CometException - the comet exception
    • bucketsToProducts

      List<Product> bucketsToProducts(List<Bucket> inputList, Bucket parent, String entityModelName, Context context) throws CometException
      Buckets to products list.
      Parameters:
      inputList - the input list
      parent - the parent
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • bucketsToProducts

      List<Product> bucketsToProducts(List<Bucket> inputList, String entityModelName, Context context) throws CometException
      Buckets to products list.
      Parameters:
      inputList - the input list
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • cordsToProducts

      List<Product> cordsToProducts(List<Cord> inputList, Bucket parent, String entityModelName, Context context) throws CometException
      Cords to products list.
      Parameters:
      inputList - the input list
      parent - the parent
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • keyValuesToProducts

      List<Product> keyValuesToProducts(List<KeyValue> inputList, Bucket parent, String entityModelName, Context context) throws CometException
      Key values to products list.
      Parameters:
      inputList - the input list
      parent - the parent
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • mediaAssetsToProducts

      List<Product> mediaAssetsToProducts(List<MediaAsset> inputList, Bucket parent, String entityModelName, Context context) throws CometException
      Media assets to products list.
      Parameters:
      inputList - the input list
      parent - the parent
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • pricesToProducts

      List<Product> pricesToProducts(List<Price> inputList, Bucket parent, String entityModelName, Context context) throws CometException
      Prices to products list.
      Parameters:
      inputList - the input list
      parent - the parent
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • textsToProducts

      List<Product> textsToProducts(List<Text> inputList, Bucket parent, String entityModelName, Context context) throws CometException
      Texts to products list.
      Parameters:
      inputList - the input list
      parent - the parent
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • tableDataToProducts

      List<Product> tableDataToProducts(List<TableData> inputList, Bucket parent, String entityModelName, Context context) throws CometException
      Table data to products list.
      Parameters:
      inputList - the input list
      parent - the parent
      entityModelName - the entity model name
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • planningsToProducts

      List<Product> planningsToProducts(List<Planning> inputList, Context context) throws CometException
      Plannings to products list.
      Parameters:
      inputList - the input list
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception
    • planningsToProducts

      List<Product> planningsToProducts(List<Planning> inputList, int mappingType, Context context) throws CometException
      Plannings to products list.
      Parameters:
      inputList - the input list
      mappingType - the mapping type
      context - the context
      Returns:
      the list
      Throws:
      CometException - the comet exception