Class AbstractHelperDelegator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      commonj.sdo.helper.HelperContext getHelperContext()
      Return the helperContext that this instance is associated with.
      void setHelperContext​(commonj.sdo.helper.HelperContext helperContext)
      INTERNAL: Set the helperContext that this instance is associated with.
      • Methods inherited from class java.lang.Object

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

      • AbstractHelperDelegator

        public AbstractHelperDelegator()
    • Method Detail

      • getHelperContext

        public commonj.sdo.helper.HelperContext getHelperContext()
        Return the helperContext that this instance is associated with. This context contains all helpers. If null, the default context is returned.
        Returns:
        set helper context or, if null, the default context
        See Also:
        HelperContext, HelperProvider
      • setHelperContext

        public void setHelperContext​(commonj.sdo.helper.HelperContext helperContext)
        INTERNAL: Set the helperContext that this instance is associated with. This context will contain all helpers, so inter-helper relationships are preserved.
        Parameters:
        helperContext -
        See Also:
        HelperContext