blds/BldsClient.js

Client layer for Blds - Ballingslöv Digital Showroom. The VDS stack will roughly consist of Layer 1: GUI, Layer 2: Client, Layer 3: Server

NOTE: All public/exported functions in this module should implement runtime type checking for arguments to allow easier debugging when calling from uncompiled code.

Author:
  • Kim Simmons (kim.simmons@spark-vision.com)
Source:

ds/BipAttemptResultCode.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • margarita.krutikova@spark-vision.com (Margarita Krutikova)
Source:

ds/Config.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ConfigLoadResult.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/Disclaimer.js

Exposed data type for use outside of VdsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • kim.simmons@spark-vision.com (Kim Simmons)
Source:

ds/DisplayPrice.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • kim.simmons@spark-vision.com (Kim Simmons)
Source:

ds/DsClient.js

Client layer for DS. The DS stack will roughly consist of Layer 1: GUI, Layer 2: Client, Layer 3: Server

NOTE: All public/exported functions in this module should implement runtime type checking for arguments to allow easier debugging when calling from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/FacebookShareData.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/FreshConfig.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/GuiPath.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/GuiPathItem.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ImageParams.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ImageResult.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code. Unfortunately @export is not allowed on object properties which force us to use @expose instead.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ImageSerieInfo.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/impl/AuxData.js

This file contains internal definitions used in DsClient

Author:
  • kim.simmons@spark-vision.com (Kim Simmons)
Source:

ds/impl/Bump.js

This file contains internal data structures used in DsClient

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/impl/BumpItem.js

This file contains internal data structures used in DsClient

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/impl/BumpSerie.js

This file contains internal data structures used in DsClient

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/impl/GoalStateResolver.js

This file contains internal data structures used in DsClient

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/impl/IDsProtocol.js

Internal definitions used in DsClient

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/impl/IPPNovaAdaptor.js

This file contains the IPad Protocol Adaptor and its related utility function. There is quite a lot of code dedicated to data structure conversion, this is intentional and provides a layer of abstraction between the exported web service code and GUI code. It is unclear at the time of writing if the VIViD protocol will be implemented in this client or if the ipad protocol will be implemented in the stand alone server. This abstraction of the protocol implementation will allow for both options.

TODO: add more assertions of protocol data conversions later.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/impl/SessionInitData.js

This file contains internal definitions used in DsClient

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/impl/SessionState.js

This file contains internal definitions used in DsClient

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/IntroPage.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/IntroPageConfig.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/IntroPageGroup.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/IntroPageImage.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/boosterprotocol/BuildInfo.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/Configuration.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/GroupExtra.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/Groups.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/Image.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/ImageConfiguration.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/IpadGroupAuxiliary.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/IpadMiscAuxiliary.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/LinkConfiguration.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/Root.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/definition/RootExtra.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/input/BopDisabledFlagMode.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/input/BopReadMoreMode.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/input/PresentationStructureQuery.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/IpadClient.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/linq/JTokenEqualityComparer.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/BipAttempt.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/BipAttemptResultCode.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/Bump.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/BumpItem.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/BumpMenu.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/BumpSerie.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/Category.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/ConfigBop.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/ConfigInfoImage.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/DisplayPrice.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/FacebookShareData.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/FreshConfig.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/GetConfigResult.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/GetItemResourcesResult.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/GlobalAuxiliary.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/GuiItem.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/GuiPath.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/ImageResponse.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/ItemAuxiliary.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/ItemResources.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/MenuNode.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/MenuNodeType.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/OutBop.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/OutBopSubscription.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/OutBopSummary.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/OutBopUpdate.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/OutResolvers.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/PdfGenerationResult.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/PresentationStructure.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/PresentationStructureItemState.js

ds/ipprot_nova/output/PublicConfigInfo.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/ReadMoreResourceDefinition.js

ds/ipprot_nova/output/ReadMoreResources.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/RESULT_CODE.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/SavedConfig.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/SavedConfigData.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/SavedPluginData.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/SavedSummary.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/SavedSummaryItem.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/SavedUser.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/SessionInitData.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/output/UserConfigInfo.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/presentationfilter/FilterGroupOptions.js

ds/ipprot_nova/presentationfilter/Query.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ipprot_nova/utility/DynamicDictionary.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ItemState.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code. Unfortunately @export is not allowed on object properties which force us to use @expose instead.

Author:
  • kim.simmons@spark-vision.com (Kim Simmons)
Source:

ds/ItemSummary.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/Loan.js

Exposed data type for use outside of VdsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/MenuItem.js

Exposed data type for use outside of VdsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/MenuNode.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/PresentationStructure.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code. Unfortunately @export is not allowed on object properties which force us to use @expose instead.

Author:
  • kim.simmons@spark-vision.com (Kim Simmons)
Source:

ds/PresentationStructureQuery.js

This file is generated by BoosterClientGenerator, do not edit. If this file needs to change consider updating the exporter code and re-run the export.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/ReadMoreResource.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code. Unfortunately @export is not allowed on object properties which force us to use @expose instead.

Author:
  • kim.simmons@spark-vision.com (Kim Simmons)
Source:

ds/SavedConfig.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • kim.simmons@spark-vision.com (Kim Simmons)
Source:

ds/SessionStateUpdate.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/Suggestion.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/Summary.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source:

ds/UrlSettings.js

Exposed data type for use outside of DsClient. All properties should be exposed to allow use from uncompiled code.

Author:
  • anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
Source: