Klasse 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.
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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)
     

    Von Klasse geerbte Methoden java.lang.Object

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