Class VCDynamicControl
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.VCDynamicControl
-
@VelocityCallable("singleton") public final class VCDynamicControl extends Object
-
-
Constructor Summary
Constructors Constructor Description VCDynamicControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record)
de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory)
de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.util.IRecord p_record)
de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.util.IRecord p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory)
de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getDRControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record)
de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getDRControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory)
de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getDRControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.util.IRecord p_record)
de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getDRControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.util.IRecord p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory)
de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getShapedTableControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record)
de.uplanet.lucy.server.auxiliaries.IVCDynamicControl
getShapedTableControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory)
-
-
-
Method Detail
-
getControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.util.IRecord p_record) throws Exception
- Throws:
Exception
-
getControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.util.IRecord p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory) throws Exception
- Throws:
Exception
-
getControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record) throws Exception
- Throws:
Exception
-
getControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory) throws Exception
- Throws:
Exception
-
getDRControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getDRControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.util.IRecord p_record) throws Exception
- Throws:
Exception
-
getDRControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getDRControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record) throws Exception
- Throws:
Exception
-
getDRControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getDRControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.util.IRecord p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory) throws Exception
- Throws:
Exception
-
getDRControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getDRControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory) throws Exception
- Throws:
Exception
-
getShapedTableControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getShapedTableControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record) throws Exception
- Throws:
Exception
-
getShapedTableControl
public de.uplanet.lucy.server.auxiliaries.IVCDynamicControl getShapedTableControl(de.uplanet.lucy.server.IProcessingContext p_ctx, String p_strControlGuid, de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection p_record, de.uplanet.lucy.server.renderer.IDefaultRendererFactory p_rendererFactory) throws Exception
- Throws:
Exception
-
-