Interface DataMappingToRecordIdLocal
public interface DataMappingToRecordIdLocal
The interface Data mapping to record id local.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe constant JNDINAME "java:global/CometDataMapping/DataMappingToRecordId!com.priint.pubserver.comet.bridge.datamapping.DataMappingToRecordIdLocal".static final StringThe constant MAPPED_NAME "com.priint.pubserver.comet.bridge.datamapping.DataMappingToRecordId". -
Method Summary
Modifier and TypeMethodDescriptionbucketsToRecordIds(List<Bucket> buckets) Buckets to record ids list.cordsToRecordIds(List<Cord> cords) Cords to record ids list.createRecordIdFromBucket(Bucket bucket) Create record id from bucket record id.createRecordIdFromCord(Cord cord) Create record id from cord record id.createRecordIdFromKeyValue(KeyValue keyValue) Create record id from key value record id.createRecordIdFromMediaAsset(MediaAsset mediaAsset) Create record id from media asset record id.createRecordIdFromPlanning(Planning planning, Context context) Create record id from planning record id.createRecordIdFromPrice(Price price) Create record id from price record id.createRecordIdFromText(Text text) Create record id from text record id.Create record id from toc entry record id.keyValuesToRecordIds(List<KeyValue> keyValues) Key values to record ids list.mediaAssetsToRecordIds(List<MediaAsset> mediaAssets) Media assets to record ids list.planningsToPlanningRecordIds(List<Planning> inputList, Context context, String idProperty, String id2Property, String id3Property, String stringIdProperty, String groupNameProperty) Plannings to planning record ids list.planningsToRecordIds(List<Planning> inputList, Context context) Plannings to record ids list.planningsToRecordIdsGeneric(List<Planning> inputList, Context context, String groupNameProperty) Plannings to record ids generic list.pricesToRecordIds(List<Price> prices) Prices to record ids list.textsToRecordIds(List<Text> texts) Texts to record ids list.tocEntriesToRecordId(List<CometTocEntry> entries) Toc entries to record id list.
-
Field Details
-
JNDINAME
The constant JNDINAME "java:global/CometDataMapping/DataMappingToRecordId!com.priint.pubserver.comet.bridge.datamapping.DataMappingToRecordIdLocal".- See Also:
-
MAPPED_NAME
The constant MAPPED_NAME "com.priint.pubserver.comet.bridge.datamapping.DataMappingToRecordId".- See Also:
-
-
Method Details
-
bucketsToRecordIds
Buckets to record ids list.- Parameters:
buckets- the buckets- Returns:
- the list
- Throws:
CometException- the comet exception
-
cordsToRecordIds
Cords to record ids list.- Parameters:
cords- the cords- Returns:
- the list
- Throws:
CometException- the comet exception
-
createRecordIdFromBucket
Create record id from bucket record id.- Parameters:
bucket- the bucket- Returns:
- the record id
-
createRecordIdFromCord
Create record id from cord record id.- Parameters:
cord- the cord- Returns:
- the record id
-
createRecordIdFromKeyValue
Create record id from key value record id.- Parameters:
keyValue- the key value- Returns:
- the record id
-
createRecordIdFromMediaAsset
Create record id from media asset record id.- Parameters:
mediaAsset- the media asset- Returns:
- the record id
-
createRecordIdFromPrice
Create record id from price record id.- Parameters:
price- the price- Returns:
- the record id
-
createRecordIdFromText
Create record id from text record id.- Parameters:
text- the text- Returns:
- the record id
-
createRecordIdFromTocEntry
Create record id from toc entry record id.- Parameters:
entry- the entry- Returns:
- the record id
-
keyValuesToRecordIds
Key values to record ids list.- Parameters:
keyValues- the key values- Returns:
- the list
- Throws:
CometException- the comet exception
-
mediaAssetsToRecordIds
Media assets to record ids list.- Parameters:
mediaAssets- the media assets- Returns:
- the list
- Throws:
CometException- the comet exception
-
pricesToRecordIds
Prices to record ids list.- Parameters:
prices- the prices- Returns:
- the list
- Throws:
CometException- the comet exception
-
textsToRecordIds
Texts to record ids list.- Parameters:
texts- the texts- Returns:
- the list
- Throws:
CometException- the comet exception
-
tocEntriesToRecordId
Toc entries to record id list.- Parameters:
entries- the entries- Returns:
- the list
- Throws:
CometException- the comet exception
-
planningsToRecordIds
List<RecordId> planningsToRecordIds(List<Planning> inputList, Context context) throws CometException Plannings to record ids list.- Parameters:
inputList- the input listcontext- the context- Returns:
- the list
- Throws:
CometException- the comet exception
-
createRecordIdFromPlanning
Create record id from planning record id.- Parameters:
planning- the planningcontext- the context- Returns:
- the record id
- Throws:
CometException- the comet exception
-
planningsToRecordIdsGeneric
List<RecordId> planningsToRecordIdsGeneric(List<Planning> inputList, Context context, String groupNameProperty) throws CometException Plannings to record ids generic list.- Parameters:
inputList- the input listcontext- the contextgroupNameProperty- the group name property- Returns:
- the list
- Throws:
CometException- the comet exception
-
planningsToPlanningRecordIds
List<RecordId> planningsToPlanningRecordIds(List<Planning> inputList, Context context, String idProperty, String id2Property, String id3Property, String stringIdProperty, String groupNameProperty) throws CometException Plannings to planning record ids list.- Parameters:
inputList- the input listcontext- the contextidProperty- the id propertyid2Property- the id 2 propertyid3Property- the id 3 propertystringIdProperty- the string id propertygroupNameProperty- the group name property- Returns:
- the list
- Throws:
CometException- the comet exception
-