Class BuslogicCaller

java.lang.Object
de.uplanet.lucy.server.composer.BuslogicCaller

public final class BuslogicCaller extends Object
This class is instantiated by the composer for a single incoming request. It calls the appropriate business logic and holds the outgoing data.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection
    returns a IWebDataCollection that holds information about DataRecords and DataRanges.
    getDataPicker(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx)
     
    process(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, String p_strType)
     
    processDataRanges(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, boolean p_bReloadMode)
     
    processDataRanges(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, List<String> p_dataRanges, boolean p_bReloadMode)
    Deprecated.
    Since Intrexx 12.1.0.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BuslogicCaller

      public BuslogicCaller()
  • Method Details

    • getDataPicker

      public IWebDataRange getDataPicker(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx) throws Exception
      Throws:
      Exception
    • process

      public String process(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, String p_strType) throws Exception
      Throws:
      Exception
    • processDataRanges

      public String processDataRanges(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, boolean p_bReloadMode) throws Exception
      Throws:
      Exception
    • processDataRanges

      @Deprecated public String processDataRanges(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, List<String> p_dataRanges, boolean p_bReloadMode) throws Exception
      Deprecated.
      Throws:
      Exception
    • getDataCollection

      public de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection getDataCollection()
      returns a IWebDataCollection that holds information about DataRecords and DataRanges.
      Returns:
      a IWebDataCollection instance