Class CPQSalesDocumentImpl


  • public class CPQSalesDocumentImpl
    extends java.lang.Object
    Provide configurationIDs for CPQ Hooks
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConfigId​(TechKey key)
      Returns the configuration ID from the session for a given item handle
      void setConfigId​(TechKey key, java.lang.String configId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CPQSalesDocumentImpl

        public CPQSalesDocumentImpl()
    • Method Detail

      • getConfigId

        public java.lang.String getConfigId​(TechKey key)
        Returns the configuration ID from the session for a given item handle
        Parameters:
        key - Item key
        Returns:
        Configuration ID
      • setConfigId

        public void setConfigId​(TechKey key,
                                java.lang.String configId)