Interface DataMappingToPreviewLocal
public interface DataMappingToPreviewLocal
The interface Data mapping to preview local.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreatePreviewFromBucket(Bucket in, CometPreviewResultProperties resultProperties) Create preview from bucket preview.createPreviewFromKeyValue(KeyValue in, CometPreviewResultProperties resultProperties) Create preview from key value preview.createPreviewFromPrice(Price in, CometPreviewResultProperties resultProperties) Create preview from price preview.createPreviewFromText(Text in, CometPreviewResultProperties resultProperties) Create preview from text preview.createPreviewsFromMediaAsset(MediaAsset in, CometPreviewResultProperties resultProperties) Create previews from media asset list.objectsToPreviews(List<?> inputList, String methodKey) Objects to previews list.
-
Field Details
-
JNDINAME
The constant JNDINAME.- See Also:
-
MAPPED_NAME
The constant MAPPED_NAME.- See Also:
-
-
Method Details
-
objectsToPreviews
Objects to previews list.- Parameters:
inputList- the input listmethodKey- the method key- Returns:
- the list
- Throws:
CometException- the comet exception
-
createPreviewsFromMediaAsset
List<Preview> createPreviewsFromMediaAsset(MediaAsset in, CometPreviewResultProperties resultProperties) throws CometException Create previews from media asset list.- Parameters:
in- the inresultProperties- the result properties- Returns:
- the list
- Throws:
CometException- the comet exception
-
createPreviewFromText
Preview createPreviewFromText(Text in, CometPreviewResultProperties resultProperties) throws CometException Create preview from text preview.- Parameters:
in- the inresultProperties- the result properties- Returns:
- the preview
- Throws:
CometException- the comet exception
-
createPreviewFromBucket
Preview createPreviewFromBucket(Bucket in, CometPreviewResultProperties resultProperties) throws CometException Create preview from bucket preview.- Parameters:
in- the inresultProperties- the result properties- Returns:
- the preview
- Throws:
CometException- the comet exception
-
createPreviewFromKeyValue
Preview createPreviewFromKeyValue(KeyValue in, CometPreviewResultProperties resultProperties) throws CometException Create preview from key value preview.- Parameters:
in- the inresultProperties- the result properties- Returns:
- the preview
- Throws:
CometException- the comet exception
-
createPreviewFromPrice
Preview createPreviewFromPrice(Price in, CometPreviewResultProperties resultProperties) throws CometException Create preview from price preview.- Parameters:
in- the inresultProperties- the result properties- Returns:
- the preview
- Throws:
CometException- the comet exception
-