Klasse VCDistributionControl

java.lang.Object
de.uplanet.lucy.server.auxiliaries.VCDistributionControl

@VelocityCallable("singleton") public final class VCDistributionControl extends Object
This class provides access to distribution controls.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    de.uplanet.lucy.server.auxiliaries.IVCDistributionControl
    getChildControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid)
    Get the distribution control with the given GUID.
    de.uplanet.lucy.server.auxiliaries.IVCDistributionControl
    getChildControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory)
    Get the distribution control with the given GUID and the given renderer.
    de.uplanet.lucy.server.auxiliaries.IVCDistributionControl
    getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid)
    Get the distribution control with the given GUID.
    de.uplanet.lucy.server.auxiliaries.IVCDistributionControl
    getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory)
    Get the distribution control with the given GUID and the given renderer.
    final boolean
    wasStoredInActionPhase(de.uplanet.lucy.server.businesslogic.control.distribution.IDistributionControl p_control)
     

    Von Klasse geerbte Methoden java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • VCDistributionControl

      public VCDistributionControl()
  • Methodendetails

    • getControl

      public de.uplanet.lucy.server.auxiliaries.IVCDistributionControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid) throws Exception
      Get the distribution control with the given GUID.
      Parameter:
      p_ctx - The current context.
      p_strControlGuid - GUID of the distribution control.
      Gibt zurück:
      The distribution control.
      Löst aus:
      Exception
    • getControl

      public de.uplanet.lucy.server.auxiliaries.IVCDistributionControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory) throws Exception
      Get the distribution control with the given GUID and the given renderer.
      Parameter:
      p_ctx - The current context.
      p_strControlGuid - GUID of the distribution control.
      p_rendererFactory - The renderer factory to use.
      Gibt zurück:
      The distribution control with the defined renderer.
      Löst aus:
      Exception
    • getChildControl

      public de.uplanet.lucy.server.auxiliaries.IVCDistributionControl getChildControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid) throws Exception
      Get the distribution control with the given GUID.
      Parameter:
      p_ctx - The current context.
      p_strControlGuid - GUID of the distribution control.
      Gibt zurück:
      The distribution control.
      Löst aus:
      Exception
    • getChildControl

      public de.uplanet.lucy.server.auxiliaries.IVCDistributionControl getChildControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory) throws Exception
      Get the distribution control with the given GUID and the given renderer.
      Parameter:
      p_ctx - The current context.
      p_strControlGuid - GUID of the distribution control.
      p_rendererFactory - The renderer factory to use.
      Gibt zurück:
      The distribution control with the defined renderer.
      Löst aus:
      Exception
    • wasStoredInActionPhase

      public final boolean wasStoredInActionPhase(de.uplanet.lucy.server.businesslogic.control.distribution.IDistributionControl p_control)