Class ProductDataMappingDefault.PageItemHash
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.datamapping.ProductDataMappingDefault.PageItemHash
-
- Enclosing class:
- ProductDataMappingDefault
public static class ProductDataMappingDefault.PageItemHash extends java.lang.ObjectThe type Page item hash.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProductDataMappingDefault.PageItemHashcreate()Create page item hash.PageItemlookup(java.lang.String idOrName)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 Detail
-
lookupForPlanning
public int lookupForPlanning(Planning planning, Bucket fallback) throws CometException
Lookup for planning int.- Parameters:
planning- the planningfallback- the fallback- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForBucket
public int lookupForBucket(Bucket bucket) throws CometException
Lookup for bucket int.- Parameters:
bucket- the bucket- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForCord
public int lookupForCord(Cord cord) throws CometException
Lookup for cord int.- Parameters:
cord- the cord- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForKeyValue
public int lookupForKeyValue(KeyValue keyValue) throws CometException
Lookup for key value int.- Parameters:
keyValue- the key value- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForMediaAsset
public int lookupForMediaAsset(MediaAsset mediaAsset) throws CometException
Lookup for media asset int.- Parameters:
mediaAsset- the media asset- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForPrice
public int lookupForPrice(Price price) throws CometException
Lookup for price int.- Parameters:
price- the price- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForTableData
public int lookupForTableData(TableData tableData) throws CometException
Lookup for table data int.- Parameters:
tableData- the table data- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookupForText
public int lookupForText(Text text) throws CometException
Lookup for text int.- Parameters:
text- the text- Returns:
- the int
- Throws:
CometException- the comet exception
-
lookup
public PageItem lookup(java.lang.String idOrName) throws CometException
Lookup page item.- Parameters:
idOrName- the id or name- Returns:
- the page item
- Throws:
CometException- the comet exception
-
create
public static ProductDataMappingDefault.PageItemHash create()
Create page item hash.- Returns:
- the page item hash
-
-