Interface DataMappingToProductLocal
public interface DataMappingToProductLocal
The interface Data mapping to product local.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionBuckets to products list.bucketsToProducts(List<Bucket> inputList, String entityModelName, Context context) Buckets to products list.bucketsToProducts(List<Bucket> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) Buckets to products list.Cords to products list.cordsToProducts(List<Cord> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) Cords to products list.createProductFromBucket(Bucket bucket, EntityModel model, Bucket parent) Create product from bucket product.createProductFromCord(Cord cord, EntityModel model, Bucket parent) Create product from cord product.createProductFromKeyValue(KeyValue keyValue, EntityModel model, Bucket parent) Create product from key value product.createProductFromMediaAsset(MediaAsset asset, EntityModel model, Bucket parent) Create product from media asset product.createProductFromPrice(Price price, EntityModel model, Bucket parent) Create product from price product.createProductFromTableData(TableData data, EntityModel model, Bucket parent) Create product from table data product.createProductFromText(Text text, EntityModel model, Bucket parent) Create product from text product.keyValuesToProducts(List<KeyValue> inputList, Bucket parent, String entityModelName, Context context) Key values to products list.keyValuesToProducts(List<KeyValue> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) Key values to products list.mediaAssetsToProducts(List<MediaAsset> inputList, Bucket parent, String entityModelName, Context context) Media assets to products list.mediaAssetsToProducts(List<MediaAsset> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) Media assets to products list.planningsToProducts(List<Planning> inputList, int mappingType, Context context) Plannings to products list.planningsToProducts(List<Planning> inputList, Context context) Plannings to products list.Prices to products list.pricesToProducts(List<Price> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) Prices to products list.tableDataToProducts(List<TableData> inputList, Bucket parent, String entityModelName, Context context) Table data to products list.tableDataToProducts(List<TableData> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) Table data to products list.Texts to products list.textsToProducts(List<Text> inputList, String sessionId, String parentEntityId, String parentBucketId, String entityModelName, Context context) Texts to products list.
-
Field Details
-
JNDINAME
The constant JNDINAME.- See Also:
-
MAPPED_NAME
The constant MAPPED_NAME.- See Also:
-
-
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 listsessionId- the session idparentEntityId- the parent entity idparentBucketId- the parent bucket identityModelName- the entity model namecontext- 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 listsessionId- the session idparentEntityId- the parent entity idparentBucketId- the parent bucket identityModelName- the entity model namecontext- 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 listsessionId- the session idparentEntityId- the parent entity idparentBucketId- the parent bucket identityModelName- the entity model namecontext- 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 listsessionId- the session idparentEntityId- the parent entity idparentBucketId- the parent bucket identityModelName- the entity model namecontext- 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 listsessionId- the session idparentEntityId- the parent entity idparentBucketId- the parent bucket identityModelName- the entity model namecontext- 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 listsessionId- the session idparentEntityId- the parent entity idparentBucketId- the parent bucket identityModelName- the entity model namecontext- 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 listsessionId- the session idparentEntityId- the parent entity idparentBucketId- the parent bucket identityModelName- the entity model namecontext- 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 bucketmodel- the modelparent- the parent- Returns:
- the product
- Throws:
CometException- the comet exception
-
createProductFromCord
Create product from cord product.- Parameters:
cord- the cordmodel- the modelparent- 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 valuemodel- the modelparent- 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 assetmodel- the modelparent- the parent- Returns:
- the product
- Throws:
CometException- the comet exception
-
createProductFromPrice
Create product from price product.- Parameters:
price- the pricemodel- the modelparent- the parent- Returns:
- the product
- Throws:
CometException- the comet exception
-
createProductFromText
Create product from text product.- Parameters:
text- the textmodel- the modelparent- 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 datamodel- the modelparent- 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 listparent- the parententityModelName- the entity model namecontext- 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 listentityModelName- the entity model namecontext- 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 listparent- the parententityModelName- the entity model namecontext- 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 listparent- the parententityModelName- the entity model namecontext- 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 listparent- the parententityModelName- the entity model namecontext- 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 listparent- the parententityModelName- the entity model namecontext- 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 listparent- the parententityModelName- the entity model namecontext- 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 listparent- the parententityModelName- the entity model namecontext- the context- Returns:
- the list
- Throws:
CometException- the comet exception
-
planningsToProducts
Plannings to products list.- Parameters:
inputList- the input listcontext- 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 listmappingType- the mapping typecontext- the context- Returns:
- the list
- Throws:
CometException- the comet exception
-