Interface DataMappingFromStringLocal
-
public interface DataMappingFromStringLocalThe interface Data mapping from string local.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Text>delimitedStringToTextList(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String reqRecords, java.lang.String delimiter, java.lang.String prefix, java.lang.String suffix)Split delimited string and assign to Textsjava.util.List<Text>localizedStringToText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr)Applies new value to the best matching (regarding localization) text.java.util.List<KeyValue>stringsToKeyValues(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr)Applies values of input to KeyValue objects according to the actual order.java.util.List<KeyValue>stringsToKeyValueValuesByKey(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String key)Map all values associated to the given key to a string listjava.util.List<Text>stringsToTextList(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr)Sets the new values to available Texts according to input and data source orderjava.util.List<Bucket>stringToBucketLabel(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr)Sets the bucket label to the new value provided.java.util.List<Bucket>stringToBucketProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String bucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName)sets a Bucket property.java.util.List<KeyValue>stringToFirstKeyValue(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String designator)Sets a property specified by designator to the first KeyValuejava.util.List<KeyValue>stringToFirstKeyValueByKey(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String key, java.lang.String designator)Sets the KeyValue property specified by designator of a KeyValue object with the given keyjava.util.List<MediaAsset>stringToFirstMediaAssetFilePath(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.util.List<MediaAsset> mediaAssets, java.lang.String type, java.lang.String media)Sets the PATH of the first MediaAsset of a certain type / mediajava.util.List<MediaAsset>stringToFirstMediaAssetFileUrl(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.util.List<MediaAsset> mediaAssets, java.lang.String type, java.lang.String media)Sets the URL of the first MediaAsset of a certain type / mediajava.util.List<MediaAsset>stringToFirstMediaAssetText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr)Sets the first text of the first MediaAssetjava.util.List<Price>stringToFirstPrice(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String designator)Sets Price property specified by designator of the first Pricejava.util.List<Text>stringToFirstText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr)ets the first Texts valuejava.util.List<Text>stringToFirstTextIfExists(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr)Sets the first Texts value, if a Text existsjava.util.List<Text>stringToFirstTextOfAncestorBucket(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String ancestorEntityId, java.lang.String resultEntityId, Context context, java.lang.String searchStr, int level)Go back n levels in bucket tree and map the specified text of that bucket to a String List.java.util.List<MediaAsset>stringToLastMediaAssetFilePath(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.util.List<MediaAsset> mediaAssets, java.lang.String type, java.lang.String media)Sets the PATH of the last MediaAsset of a certain type / mediajava.util.List<MediaAsset>stringToLastMediaAssetFileUrl(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.util.List<MediaAsset> mediaAssets, java.lang.String type, java.lang.String media)Sets the URL of the last MediaAsset of a certain type / mediajava.util.List<Text>stringToLastText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr)Sets the last Texts valuejava.util.List<MediaAsset>stringToMediaAssetListFilePath(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String record, java.lang.String type, java.lang.String media)Sets the PATH of MediaAssets with given type / mediajava.util.List<MediaAsset>stringToMediaAssetListFileUrl(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String record, java.lang.String type, java.lang.String media)Sets the URL of MediaAssets with given type / mediajava.util.List<MediaAsset>stringToMediaAssetProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName)sets a MediaAsset property.java.util.List<Price>stringToNthPrice(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String designator, int nth)Sets Price property specified by designator of the nth Pricejava.util.List<Price>stringToPriceProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName)sets a Price property.java.util.List<TableData>stringToTableDataProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName)sets a TableData property.java.util.List<Text>stringToText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, int nth)Map the nth entry of a text list to a stringjava.util.List<Text>stringToTextProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName)sets a Text property.
-
-
-
Method Detail
-
stringToBucketLabel
java.util.List<Bucket> stringToBucketLabel(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr) throws PubServerException
Sets the bucket label to the new value provided.- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search str- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToFirstTextIfExists
java.util.List<Text> stringToFirstTextIfExists(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr) throws PubServerException
Sets the first Texts value, if a Text exists- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search str- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToFirstText
java.util.List<Text> stringToFirstText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr) throws PubServerException
ets the first Texts value- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search str- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
localizedStringToText
java.util.List<Text> localizedStringToText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr) throws PubServerException
Applies new value to the best matching (regarding localization) text.- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search str- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToText
java.util.List<Text> stringToText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, int nth) throws PubServerException
Map the nth entry of a text list to a string- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strnth- the nth- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToLastText
java.util.List<Text> stringToLastText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr) throws PubServerException
Sets the last Texts value- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search str- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringsToTextList
java.util.List<Text> stringsToTextList(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr) throws PubServerException
Sets the new values to available Texts according to input and data source order- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search str- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
delimitedStringToTextList
java.util.List<Text> delimitedStringToTextList(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String reqRecords, java.lang.String delimiter, java.lang.String prefix, java.lang.String suffix) throws PubServerException
Split delimited string and assign to Texts- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strreqRecords- the req recordsdelimiter- the delimiterprefix- the prefixsuffix- the suffix- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToFirstTextOfAncestorBucket
java.util.List<Text> stringToFirstTextOfAncestorBucket(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String ancestorEntityId, java.lang.String resultEntityId, Context context, java.lang.String searchStr, int level) throws PubServerException
Go back n levels in bucket tree and map the specified text of that bucket to a String List.- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierancestorEntityId- the ancestor entity idresultEntityId- the result entity idcontext- the contextsearchStr- the search strlevel- the level- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToFirstKeyValue
java.util.List<KeyValue> stringToFirstKeyValue(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String designator) throws PubServerException
Sets a property specified by designator to the first KeyValue- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strdesignator- the designator- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToFirstKeyValueByKey
java.util.List<KeyValue> stringToFirstKeyValueByKey(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String key, java.lang.String designator) throws PubServerException
Sets the KeyValue property specified by designator of a KeyValue object with the given key- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strkey- the keydesignator- the designator- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringsToKeyValues
java.util.List<KeyValue> stringsToKeyValues(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr) throws PubServerException
Applies values of input to KeyValue objects according to the actual order.- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search str- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringsToKeyValueValuesByKey
java.util.List<KeyValue> stringsToKeyValueValuesByKey(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String key) throws PubServerException
Map all values associated to the given key to a string list- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strkey- the key- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToMediaAssetListFileUrl
java.util.List<MediaAsset> stringToMediaAssetListFileUrl(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String record, java.lang.String type, java.lang.String media) throws PubServerException
Sets the URL of MediaAssets with given type / media- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strrecord- the recordtype- the typemedia- the media- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToFirstMediaAssetFileUrl
java.util.List<MediaAsset> stringToFirstMediaAssetFileUrl(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.util.List<MediaAsset> mediaAssets, java.lang.String type, java.lang.String media) throws PubServerException
Sets the URL of the first MediaAsset of a certain type / media- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strmediaAssets- the media assetstype- the typemedia- the media- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToLastMediaAssetFileUrl
java.util.List<MediaAsset> stringToLastMediaAssetFileUrl(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.util.List<MediaAsset> mediaAssets, java.lang.String type, java.lang.String media) throws PubServerException
Sets the URL of the last MediaAsset of a certain type / media- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strmediaAssets- the media assetstype- the typemedia- the media- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToMediaAssetListFilePath
java.util.List<MediaAsset> stringToMediaAssetListFilePath(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String record, java.lang.String type, java.lang.String media) throws PubServerException
Sets the PATH of MediaAssets with given type / media- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strrecord- the recordtype- the typemedia- the media- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToFirstMediaAssetFilePath
java.util.List<MediaAsset> stringToFirstMediaAssetFilePath(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.util.List<MediaAsset> mediaAssets, java.lang.String type, java.lang.String media) throws PubServerException
Sets the PATH of the first MediaAsset of a certain type / media- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strmediaAssets- the media assetstype- the typemedia- the media- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToLastMediaAssetFilePath
java.util.List<MediaAsset> stringToLastMediaAssetFilePath(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.util.List<MediaAsset> mediaAssets, java.lang.String type, java.lang.String media) throws PubServerException
Sets the PATH of the last MediaAsset of a certain type / media- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strmediaAssets- the media assetstype- the typemedia- the media- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToFirstMediaAssetText
java.util.List<MediaAsset> stringToFirstMediaAssetText(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr) throws PubServerException
Sets the first text of the first MediaAsset- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search str- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToFirstPrice
java.util.List<Price> stringToFirstPrice(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String designator) throws PubServerException
Sets Price property specified by designator of the first Price- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strdesignator- the designator- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToNthPrice
java.util.List<Price> stringToNthPrice(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String designator, int nth) throws PubServerException
Sets Price property specified by designator of the nth Price- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strdesignator- the designatornth- the nth- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToBucketProperty
java.util.List<Bucket> stringToBucketProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String bucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName) throws PubServerException
sets a Bucket property.- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idbucketId- the bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strpropertyName- the property name- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToMediaAssetProperty
java.util.List<MediaAsset> stringToMediaAssetProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName) throws PubServerException
sets a MediaAsset property.- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strpropertyName- the property name- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToPriceProperty
java.util.List<Price> stringToPriceProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName) throws PubServerException
sets a Price property.- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strpropertyName- the property name- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToTextProperty
java.util.List<Text> stringToTextProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName) throws PubServerException
sets a Text property.- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strpropertyName- the property name- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
stringToTableDataProperty
java.util.List<TableData> stringToTableDataProperty(java.util.List<java.lang.String> in, java.lang.String entityModelIdentifier, java.lang.String entityId, java.lang.String parentBucketId, java.lang.String recordGroupIdentifier, java.lang.String resultEntityId, Context context, java.lang.String searchStr, java.lang.String propertyName) throws PubServerException
sets a TableData property.- Parameters:
in- the inentityModelIdentifier- the entity model identifierentityId- the entity idparentBucketId- the parent bucket idrecordGroupIdentifier- the record group identifierresultEntityId- the result entity idcontext- the contextsearchStr- the search strpropertyName- the property name- Returns:
- the list
- Throws:
PubServerException- the pub server exception
-
-