Class ProductDataMappingDefault.PageItemHash
java.lang.Object
com.priint.pubserver.comet.bridge.datamapping.ProductDataMappingDefault.PageItemHash
- Enclosing class:
- ProductDataMappingDefault
The type Page item hash.
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Create page item hash.Lookup page item.intlookupForBucket(Bucket bucket) Lookup for bucket int.intlookupForCord(Cord cord) Lookup for cord int.intlookupForKeyValue(KeyValue keyValue) Lookup for key value int.intlookupForMediaAsset(MediaAsset mediaAsset) Lookup for media asset int.intlookupForPlanning(Planning planning, Bucket fallback) Lookup for planning int.intlookupForPrice(Price price) Lookup for price int.intlookupForTableData(TableData tableData) Lookup for table data int.intlookupForText(Text text) Lookup for text int.
-
Method Details
-
lookupForPlanning
Lookup for planning int.- Parameters:
planning- the planningfallback- the fallback- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForBucket
Lookup for bucket int.- Parameters:
bucket- the bucket- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForCord
Lookup for cord int.- Parameters:
cord- the cord- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForKeyValue
Lookup for key value int.- Parameters:
keyValue- the key value- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForMediaAsset
Lookup for media asset int.- Parameters:
mediaAsset- the media asset- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForPrice
Lookup for price int.- Parameters:
price- the price- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForTableData
Lookup for table data int.- Parameters:
tableData- the table data- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForText
Lookup for text int.- Parameters:
text- the text- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookup
Lookup page item.- Parameters:
idOrName- the id or name- Returns:
- the page item
- Throws:
CometException- the comet exception
-
create
Create page item hash.- Returns:
- the page item hash
-