@InitialPresentation(initialPresentationClass=Console_queryPresentation.class) @HelpPresentation(helpPresentationClass=ConsoleHelpPresentation.class) @OnLinePresentationFunctionCharacteristics(leaveFunctionOnExit=false, descriptionLocalizationKey="Console.Text") public class Console extends SiraPriseWebClientFunction
Constructor and Description |
---|
Console() |
Modifier and Type | Method and Description |
---|---|
void |
doActionLogic(java.lang.String action)
Performs an action other than 'OK', 'HELP', 'CANCEL', 'MAIN' or 'LOGOFF'
|
void |
doInitialLogic()
Function is called when the presentation is initialized, after the presentation object has been filled.
|
void |
doPresentationLogic()
Performs the presentation logic
|
doCancel, doResumeLogic, getFromFunctionContext, getFromFunctionContextMandatory, getFromSessionContext, getInitialPresentationClass, getInitialPresentationName, getMemorizeData, getPresentation, getPresentationFunctionDescription, getPresentationValue, leaveFunctionOnExit, log, log, popoffPresentation, popupPresentation, popupPresentation, popupPresentation, saveInFunctionContext, saveInSessionContext, setMemorizeData, setPresentation, setPresentation, setPresentation, setPresentationMessage, setPresentationValue, setPresentationValue, setPresentationValue, setPresentationValue, setPresentationValue, setPresentationValue, setPresentationValue, setPresentationValue
public void doActionLogic(java.lang.String action) throws be.ASPL.presentationlayer.ASPLException
be.ASPL.presentationlayer.OnLinePresentationFunction
doActionLogic
in class be.ASPL.presentationlayer.OnLinePresentationFunction
action
- the name of the requested actionbe.ASPL.presentationlayer.ASPLException
- -public void doInitialLogic() throws be.ASPL.presentationlayer.ASPLException
be.ASPL.presentationlayer.OnLinePresentationFunction
doInitialLogic
in class be.ASPL.presentationlayer.OnLinePresentationFunction
be.ASPL.presentationlayer.ASPLException
- -public void doPresentationLogic() throws be.ASPL.presentationlayer.ASPLException
be.ASPL.presentationlayer.OnLinePresentationFunction
doPresentationLogic
in class be.ASPL.presentationlayer.OnLinePresentationFunction
be.ASPL.presentationlayer.ASPLException
- -