Class 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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.server.auxiliaries.multisource.IVCMultiSourceInput
createInputObject
(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_controlGuid) de.uplanet.lucy.server.multisource.dto.VCMultiSourceResultSet
fetchData
(de.uplanet.lucy.server.auxiliaries.multisource.IVCMultiSourceInput p_inputParameters)
-
Constructor Details
-
MultiSourceUtil
public MultiSourceUtil()
-
-
Method Details
-
fetchData
public de.uplanet.lucy.server.multisource.dto.VCMultiSourceResultSet fetchData(de.uplanet.lucy.server.auxiliaries.multisource.IVCMultiSourceInput p_inputParameters) throws Exception - Throws:
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 - Throws:
de.uplanet.lucy.server.multisource.MultiSourceException
-