Class: SEN2

Help4.widget.help.catalogues.SEN2()

this backend connector is able to handle SEN catalogue content for a RW model configuration

Constructor

new SEN2()

Source:

Extends

Methods

(static) getHelpSelection(screenId, selected, projects, config) → (nullable) {Help4.widget.help.CatalogueSelection}

this function is to find the best match for RO - even if this selects a different project than the RW one for EXT in help mode two projects will be merged into one (UACP/SEN + SEN2)
Parameters:
Name Type Description
screenId string current screen ID
selected Array.<Help4.widget.help.CatalogueSelection> currently selected projects
projects Array.<Help4.widget.help.CatalogueProject> all projects
config Help4.typedef.SystemConfiguration the system configuration
Source:
Returns:
Type
Help4.widget.help.CatalogueSelection

(static) getTourList(projects, config) → {Object|null}

delivers a map with EXT information, e.g. {srcId: destId, ...} destId === : this RW tour extends the one described by srcId destId === null: this RW tour must not be displayed; due to low-priority language
Parameters:
Name Type Description
projects Array.<Help4.widget.help.CatalogueProject>
config Help4.typedef.SystemConfiguration the system configuration
Source:
Returns:
Type
Object | null

(async, static) load(config) → {Promise.<(Help4.widget.help.catalogues.SEN.CatalogueProjects|null)>}

Parameters:
Name Type Description
config Help4.typedef.SystemConfiguration the system configuration
Source:
Returns:
Type
Promise.<(Help4.widget.help.catalogues.SEN.CatalogueProjects|null)>