Class MultiSourceUtil

java.lang.Object
de.uplanet.lucy.server.auxiliaries.multisource.MultiSourceUtil

@VelocityCallable("singleton") public final class MultiSourceUtil extends Object
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.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)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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