Class ProductDataMappingDefault.PageItemHash

java.lang.Object
com.priint.pubserver.comet.bridge.datamapping.ProductDataMappingDefault.PageItemHash
Enclosing class:
ProductDataMappingDefault

public static class ProductDataMappingDefault.PageItemHash extends Object
The type Page item hash.
  • Method Details

    • lookupForPlanning

      public int lookupForPlanning(Planning planning, Bucket fallback) throws CometException
      Lookup for planning int.
      Parameters:
      planning - the planning
      fallback - 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(String idOrName) throws CometException
      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