Klasse MultiSourceUtil
java.lang.Object
de.uplanet.lucy.server.auxiliaries.multisource.MultiSourceUtil
Enables the MultiSource module to be invoked via Velocity in the UI.
Queries the context, in order to determine which type of source is going to be used to identify the needed items.
Depending on the source type, a record identifier object is generated, with all the information needed to perform the
identification for every source. Probably the logic for this class will need to be rewritten in a table handler, once
the UI is ready for it.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungde.uplanet.lucy.server.auxiliaries.multisource.IVCMultiSourceInputcreateInputObject(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_controlGuid) de.uplanet.lucy.server.multisource.dto.VCMultiSourceResultSetfetchData(de.uplanet.lucy.server.auxiliaries.multisource.IVCMultiSourceInput p_inputParameters)
-
Konstruktordetails
-
MultiSourceUtil
public MultiSourceUtil()
-
-
Methodendetails
-
fetchData
public de.uplanet.lucy.server.multisource.dto.VCMultiSourceResultSet fetchData(de.uplanet.lucy.server.auxiliaries.multisource.IVCMultiSourceInput p_inputParameters) throws Exception - Löst aus:
Exception
-
createInputObject
public de.uplanet.lucy.server.auxiliaries.multisource.IVCMultiSourceInput createInputObject(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_controlGuid) throws de.uplanet.lucy.server.multisource.MultiSourceException - Löst aus:
de.uplanet.lucy.server.multisource.MultiSourceException
-