Name
global.SNHelpService
Description
A Facade service to access snhelp services.
Script
var SNHelpService = Class.create();
SNHelpService.prototype = {
initialize: function() {
this.helpAnswer = new SNHelpAnswerController();
this.helpConstant = new SNHelpConstantProvider();
this.helpContent = new SNHelpContentController();
this.helpDb = SNHelpDBController;
this.helpGuidance = new SNHelpGuidanceController();
this.helpGuidanceInteraction = new SNHelpGuidanceInteractionController();
this.helpGuidanceRest = new SNHelpGuidanceRestHandler();
this.helpGuidanceStep = new SNHelpGuidanceStepController();
this.helpGuidanceStepInteraction = new SNHelpGuidanceStepInteractionController();
this.helpQuestion = new SNHelpQuestionController();
this.helpResource = new SNHelpResourceController();
this.helpUtil = new SNHelpUtil();
},
type: 'SNHelpService'
};
Sys ID
b96efbeb775230106ee492b01e5a9976