Package de.uplanet.lucy.server.composer
Klasse BuslogicCaller
java.lang.Object
de.uplanet.lucy.server.composer.BuslogicCaller
This class is instantiated by the composer for a single incoming request.
It calls the appropriate business logic and holds the outgoing data.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungde.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollectionreturns aIWebDataCollectionthat 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) Veraltet.Since Intrexx 12.1.0.
-
Konstruktordetails
-
BuslogicCaller
public BuslogicCaller()
-
-
Methodendetails
-
getDataPicker
public IWebDataRange getDataPicker(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx) throws Exception - Löst aus:
Exception
-
process
public String process(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, String p_strType) throws Exception - Löst aus:
Exception
-
processDataRanges
public String processDataRanges(de.uplanet.lucy.server.businesslogic.IBusinessLogicProcessingContext p_ctx, String p_strAppGuid, boolean p_bReloadMode) throws Exception - Löst aus:
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 Veraltet.Since Intrexx 12.1.0. UseprocessDataRanges(IBusinessLogicProcessingContext, String, boolean)instead.- Löst aus:
Exception
-
getDataCollection
public de.uplanet.lucy.server.businesslogic.rtappservices.IWebDataCollection getDataCollection()returns aIWebDataCollectionthat holds information about DataRecords and DataRanges.- Gibt zurück:
- a
IWebDataCollectioninstance
-