Class ProductDataMappingDefault.PageTemplateHash
- java.lang.Object
-
- com.priint.pubserver.comet.bridge.datamapping.ProductDataMappingDefault.PageTemplateHash
-
- Enclosing class:
- ProductDataMappingDefault
public static class ProductDataMappingDefault.PageTemplateHash extends java.lang.ObjectThe type Page template hash.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProductDataMappingDefault.PageTemplateHashcreate()Create page template hash.intgetElementSequenceOfPlanning(Planning planning)Gets element sequence of planning.
-
-
-
Method Detail
-
create
public static ProductDataMappingDefault.PageTemplateHash create()
Create page template hash.- Returns:
- the page template hash
-
getElementSequenceOfPlanning
public int getElementSequenceOfPlanning(Planning planning) throws CometException
Gets element sequence of planning.- Parameters:
planning- the planning- Returns:
- the element sequence of planning
- Throws:
CometException- the comet exception
-
-