Package de.aeb.xnsg.riskasmt.af
Interface IRiskAssessmentAF
@BusinessFacade
public interface IRiskAssessmentAF
Application facade interface for Risk Assessment
-
Method Summary
Modifier and TypeMethodDescriptionde.aeb.xnsg.foundation.af.ApplicationFacadeDTO
questionnaire
(QuestionnaireRequestDTO request) Returns a URL that allows you to embed the questionnaire into another application.de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
Returns an URL that allows you to embed the questionnaires overview into another application.
-
Method Details
-
searchQuestionnaires
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO searchQuestionnaires(SearchQuestionnairesRequestDTO request) Returns an URL that allows you to embed the questionnaires overview into another application.- Parameters:
request
- Request parameters for starting the "search questionnaires" application.
-
questionnaire
Returns a URL that allows you to embed the questionnaire into another application.- Parameters:
request
- Request parameters for starting the "questionnaire" application.
-