Class VCDistributionControl
java.lang.Object
de.uplanet.lucy.server.auxiliaries.VCDistributionControl
This class provides access to distribution controls.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionde.uplanet.lucy.server.auxiliaries.IVCDistributionControlgetChildControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid) Get the distribution control with the given GUID.de.uplanet.lucy.server.auxiliaries.IVCDistributionControlgetChildControl(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.IVCDistributionControlgetControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid) Get the distribution control with the given GUID.de.uplanet.lucy.server.auxiliaries.IVCDistributionControlgetControl(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 booleanwasStoredInActionPhase(de.uplanet.lucy.server.businesslogic.control.distribution.IDistributionControl p_control) 
- 
Constructor Details- 
VCDistributionControlpublic VCDistributionControl()
 
- 
- 
Method Details- 
getControlpublic 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.- Parameters:
- p_ctx- The current context.
- p_strControlGuid- GUID of the distribution control.
- Returns:
- The distribution control.
- Throws:
- Exception
 
- 
getControlpublic 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.- Parameters:
- p_ctx- The current context.
- p_strControlGuid- GUID of the distribution control.
- p_rendererFactory- The renderer factory to use.
- Returns:
- The distribution control with the defined renderer.
- Throws:
- Exception
 
- 
getChildControlpublic 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.- Parameters:
- p_ctx- The current context.
- p_strControlGuid- GUID of the distribution control.
- Returns:
- The distribution control.
- Throws:
- Exception
 
- 
getChildControlpublic 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.- Parameters:
- p_ctx- The current context.
- p_strControlGuid- GUID of the distribution control.
- p_rendererFactory- The renderer factory to use.
- Returns:
- The distribution control with the defined renderer.
- Throws:
- Exception
 
- 
wasStoredInActionPhasepublic final boolean wasStoredInActionPhase(de.uplanet.lucy.server.businesslogic.control.distribution.IDistributionControl p_control) 
 
-