Index
InternalTextMapCollection.long_texts
InternalTextMapCollection.medium_texts
InternalTextMapCollection.short_texts
goog
— namespace
goog.Uri
— namespace
goog.Uri.QueryData
goog.events
— namespace
goog.events.EventTarget
goog.json
goog.net
— namespace
goog.net.Jsonp
goog.net.XhrIo
spv
— namespace
spv.assert
— namespace
spv.assert.isBoolean
— Used for detection of some type errors when calling in from dynamically typed
javascript.
spv.assert.isFunction
— Used for detection of some type errors when calling in from dynamically typed
javascript.
spv.assert.isNonEmptyString
— Used for detection of some type errors when calling in from dynamically typed
javascript.
spv.assert.isNumber
— Used for detection of some type errors when calling in from dynamically typed
javascript.
spv.assert.isString
— Used for detection of some type errors when calling in from dynamically typed
javascript.
spv.ds
— namespace
spv.ds.Config
— Holds a serialized configuration state of dynamic encoding.
spv.ds.Config.data
— Configuration data encoded using the specified encoding
@nocollapse
spv.ds.Config.encoding
— Name of config encoding
@nocollapse
spv.ds.ConfigLoadResult
— Holds a serialized configuration state of dynamic encoding.
spv.ds.ConfigLoadResult.complete_success
— A configuration was fully loaded
@nocollapse
spv.ds.ConfigLoadResult.warnings
— There were some warnings
@nocollapse
spv.ds.Disclaimer
— class
spv.ds.Disclaimer.active
— Tells if there's an active disclaimer or not.
spv.ds.Disclaimer.text
— The very informative text of the disclaimer.
spv.ds.DisplayPrice
— The data contained in this class is generated by DsClient and should not be
explicitly constructed by the user.
spv.ds.DisplayPrice.currency_is_prefixed
spv.ds.DisplayPrice.currency_symbol
spv.ds.DisplayPrice.decimals
spv.ds.DisplayPrice.defualtPriceString
— Generates a string with a suggested formatting of the price.
spv.ds.DisplayPrice.price_value
spv.ds.DisplayPrice.text
spv.ds.DisplayPrice.use_text
spv.ds.DsClient
— DsClient provides a layer of abstraction between GUI code and
session-/protocol-handling.
spv.ds.DsClient._protocol
spv.ds.DsClient.assertInitializedSession
— Throw exception if session is not initialized.
spv.ds.DsClient.constructDefaultImageParams
— Create a ImageParams instance with default values, however, defaults are
likely not good enough for most contexts.
spv.ds.DsClient.constructFailureWrapperForQueue
— Constructs the standard failure callback wrapper for queued session requests
spv.ds.DsClient.errorHandler
spv.ds.DsClient.generatePublicConfig
— Save the current configuration for the logged in user as a public config.
spv.ds.DsClient.getConfigImage
— Requests an image for a serialized configuration.
spv.ds.DsClient.getFreshConfigs
— Requests the most recently built car configurations.
spv.ds.DsClient.getIntroPage
— Requests the "Intro page" data including available start-configurations,
typically one config for each car model.
spv.ds.DsClient.getReadMore
spv.ds.DsClient.getSessionId
— Get the session id or throw if null
@export
spv.ds.DsClient.getUserConfigList
— Gets all configurations stored in the database by the given username.
spv.ds.DsClient.resetPassword
— Resets user password.
spv.ds.DsClient.sessionAddGuiGroupSubscriptions
spv.ds.DsClient.sessionApplySuggestion
— Apply a configuration change suggestion on the current configuration.
spv.ds.DsClient.sessionAutomaticHeartbeat
spv.ds.DsClient.sessionClearGuiGroupSubscriptions
spv.ds.DsClient.sessionCreateUser
— Create a new user in the user database.
spv.ds.DsClient.sessionDequeueNextRequest
— Session requests that require synchronization must use this function
This function is not allowed to throw exceptions.
spv.ds.DsClient.sessionEnqueueRequest
— Session requests that require synchronization must use this function
spv.ds.DsClient.sessionGeneratePdf
— Create a pdf using current session state and returns the pdf url through a
callback if a pdf was generated successfully.
spv.ds.DsClient.sessionGetAuxiliaryData
— Returns the auxiliary data arriving with the latest bop.
spv.ds.DsClient.sessionGetConfig
— Requests the current session config
Available encodings are:
spv.ds.DsClient.sessionGetConfigNames
— Get the saved configs for the logged in user
Preconditions:
spv.ds.DsClient.sessionGetFacebookShareData
— Requests the text, images etc used for facebook sharing.
spv.ds.DsClient.sessionGetFreshConfigs
— Requests the most recently built car configurations.
spv.ds.DsClient.sessionGetImage
— Builds an image for the current configuration state in this session.
spv.ds.DsClient.sessionGetImageSerieInfos
— Get image serie info for the current configuration
Preconditions:
spv.ds.DsClient.sessionGetIntroDisclaimer
— Gets the disclaimer to be displayed when the configurator is started.
spv.ds.DsClient.sessionGetItemInfo
— Get complete item info for items by item id
Preconditions:
spv.ds.DsClient.sessionGetLongText
— Get 'long_text' text for item_id or empty string on failure
Texts are configuration dependent.
spv.ds.DsClient.sessionGetMediumText
— Get 'medium_text' text for item_id or empty string on failure
Texts are configuration dependent.
spv.ds.DsClient.sessionGetModelDisclaimer
— Get the disclaimer specific for a model.
spv.ds.DsClient.sessionGetPresentationStructure
spv.ds.DsClient.sessionGetRootMenuItems
— Get the root menu items for the current configuration
Preconditions:
spv.ds.DsClient.sessionGetShortText
— Get 'short_text' text for item_id or empty string on failure
Texts are configuration dependent.
spv.ds.DsClient.sessionGetStateUpdate
— Get the last state update.
spv.ds.DsClient.sessionGetSummary
— Get the summary for the current session and configuration
Preconditions:
spv.ds.DsClient.sessionGetUrlSettings
— Get base urls needed for most HTTP GET paths to images
Preconditions:
spv.ds.DsClient.sessionGetUserConfigImage
— Requests an image for a saved configuration
Preconditions:
spv.ds.DsClient.sessionHasLoggedInUser
— Check with backend if the session has a logged in user.
spv.ds.DsClient.sessionInit
— Initialize session.
spv.ds.DsClient.sessionLoadConfig
— Loads a configuration into the current session and replaces to current
configuration state.
spv.ds.DsClient.sessionLoadConfigByName
— Loads a configuration into the current session and replaces to current
configuration state.
spv.ds.DsClient.sessionLoadPublicConfig
— Loads a configuration from the "public" database into the current session
replacing the current configuration state.
spv.ds.DsClient.sessionLogin
— User login
Password may be required depending on backend settings.
spv.ds.DsClient.sessionLogout
— Logout the user from the session.
spv.ds.DsClient.sessionRemoveConfigByName
— Remove a saved configuration for the logged in user
Preconditions:
spv.ds.DsClient.sessionResetRequestQueue
— Resets session request queue
spv.ds.DsClient.sessionResume
— Initialize with existing session.
spv.ds.DsClient.sessionSaveConfigByName
— Save the current configuration for the logged in user
Preconditions:
spv.ds.DsClient.sessionSendHeartBeat
— Call this function to keep the session alive
Preconditions:
spv.ds.DsClient.sessionSendResetPasswordMail
— Precondition:
spv.ds.DsClient.sessionSetPriceLocalization
— Choose which collection of price rules to use for the current session
Preconditions:
spv.ds.DsClient.sessionToggleItem
— Try to change item state for one item in the current configuration.
spv.ds.DsClient.sessionUpdateBop
— Requests a fresh bop and stores the new state in the client.
spv.ds.DsClient.startAutomaticHeartbeat
— Starts the automatic heartbeat for the session.
spv.ds.DsClient.stopAutomaticHeartbeat
spv.ds.DsClientSettings
— class
spv.ds.DsClientSettings.assert_valid
spv.ds.DsClientSettings.debug_print
spv.ds.DsClientSettings.on_service_failure
— A function that is called if the backend service generates unexpected errors.
spv.ds.DsClientSettings.on_service_unavailable
— A function that is called if the backend service cannot be reached.
spv.ds.DsClientSettings.on_unauthorized_session
— A callback to notify whenever the protocol issues an Unauthorized Session
error.
spv.ds.DsClientSettings.overloadWith
— Creates new settings by overloading these settings with another set of
settings.
spv.ds.DsClientSettings.session_ttl
— Session Time To Live in seconds.
spv.ds.DsClientSettings.toString
spv.ds.DsClientSettings.use_jsonp
spv.ds.DsClientSettings.use_nova_protocol
spv.ds.DsClientValidatedSettings
— Internal type for validation of settings.
spv.ds.DsClientValidatedSettings.debug_print
spv.ds.DsClientValidatedSettings.on_service_failure
spv.ds.DsClientValidatedSettings.on_service_unavailable
spv.ds.DsClientValidatedSettings.on_unauthorized_session
spv.ds.DsClientValidatedSettings.session_ttl
spv.ds.DsClientValidatedSettings.use_jsonp
spv.ds.DsClientValidatedSettings.use_nova_protocol
spv.ds.FacebookShareData
— class
spv.ds.FacebookShareData.caption
spv.ds.FacebookShareData.description
spv.ds.FacebookShareData.link
spv.ds.FacebookShareData.message
spv.ds.FacebookShareData.name
spv.ds.FacebookShareData.picture
spv.ds.FreshConfig
— class
spv.ds.FreshConfig.checksum
spv.ds.FreshConfig.img_url
spv.ds.FreshConfig.items
spv.ds.FreshConfig.meta
spv.ds.FreshConfig.name
spv.ds.FreshConfig.timestamp
spv.ds.GuiPath
— class
spv.ds.GuiPath.items
spv.ds.GuiPathItem
— class
spv.ds.GuiPathItem.id
spv.ds.GuiPathItem.short_text
spv.ds.ImageParams
— This data structure holds all parameters used in image requests.
spv.ds.ImageParams.auto_crop
— Automatically crops the image of all bordering "empty" pixels
@nocollapse
spv.ds.ImageParams.bg_color_hex
— Specifies the color of the background.
spv.ds.ImageParams.crop_x_ratio
— Distribution of the cropped pixels along the X axis (0 = Crop right, 0.5 = Equal, 1 = Crop left)
@nocollapse
spv.ds.ImageParams.crop_y_ratio
— Distribution of the cropped pixels along the Y axis (0 = Crop bottom, 0.5 = Equal, 1 = Crop top)
@nocollapse
spv.ds.ImageParams.cropped_height
— Height of image after crop
@nocollapse
spv.ds.ImageParams.cropped_width
— Width of image after crop
@nocollapse
spv.ds.ImageParams.file_type
— Type of image (png or jpg)
@nocollapse
spv.ds.ImageParams.frame
— Index for the frame/angle
@nocollapse
spv.ds.ImageParams.keep_aspect_ratio
— Keep aspect ratio (set any of scaled_width or scaled_height in order for it
to have any effect)
@nocollapse
spv.ds.ImageParams.only_use
— The only items that should contribute to the image
@nocollapse
spv.ds.ImageParams.only_use_groups
— The only item groups that should contribute to the image
@nocollapse
spv.ds.ImageParams.scaled_height
— Height that the rendered image should be scaled to
@nocollapse
spv.ds.ImageParams.scaled_width
— Width that the rendered image should be scaled to
@nocollapse
spv.ds.ImageParams.serie_name
— Name of the series to be used (EXTERIOR or INTERIOR in most cases)
@nocollapse
spv.ds.ImageParams.skip
— Items that should not contribute to the image (S-TENT is often set here)
@nocollapse
spv.ds.ImageParams.skip_groups
— Itemgroups that should not contribute to the image
@nocollapse
spv.ds.ImageParams.use_hd
— Use HD material
@nocollapse
spv.ds.ImageResult
— Result data from image request
@export
spv.ds.ImageResult.image_url
spv.ds.ImageSerieInfo
— Information about the image serie for the current configuration
@struct
spv.ds.ImageSerieInfo.first_frame
spv.ds.ImageSerieInfo.image_height
spv.ds.ImageSerieInfo.image_output_height
spv.ds.ImageSerieInfo.image_output_width
spv.ds.ImageSerieInfo.image_width
spv.ds.ImageSerieInfo.index
spv.ds.ImageSerieInfo.last_frame
spv.ds.ImageSerieInfo.model_id
spv.ds.ImageSerieInfo.name
spv.ds.IntroPage
— class
spv.ds.IntroPage.groups
spv.ds.IntroPage.intro_page_extras
spv.ds.IntroPage.source_checksum
spv.ds.IntroPageConfig
— class
spv.ds.IntroPageConfig.disable_build
spv.ds.IntroPageConfig.image_config
spv.ds.IntroPageConfig.image_frame
— The preferred frame index for the image
spv.ds.IntroPageConfig.link_config
spv.ds.IntroPageConfig.price_text
spv.ds.IntroPageConfig.small_desc
spv.ds.IntroPageConfig.title
spv.ds.IntroPageGroup
— class
spv.ds.IntroPageGroup.banner_images
spv.ds.IntroPageGroup.configs
spv.ds.IntroPageGroup.group_extras
spv.ds.IntroPageGroup.header
spv.ds.IntroPageGroup.icon_name
spv.ds.IntroPageGroup.long_desc
spv.ds.IntroPageGroup.short_desc
spv.ds.IntroPageImage
— class
spv.ds.IntroPageImage.path
spv.ds.IntroPageImage.platform
spv.ds.ItemState
— class
spv.ds.ItemSummary
— class
spv.ds.ItemSummary.aux_data
— Untyped extra data that has to be intepreted at run time.
spv.ds.ItemSummary.gui_paths
spv.ds.ItemSummary.item_id
spv.ds.ItemSummary.item_price
— Please refer to the spv.ds.DisplayPrice documentation.
spv.ds.ItemSummary.item_price_text
spv.ds.ItemSummary.item_text
spv.ds.ItemSummary.menu_id
spv.ds.ItemSummary.menu_text
spv.ds.Loan
— class
spv.ds.Loan.arrangement_fee
spv.ds.Loan.currency
spv.ds.Loan.currency_monthly
spv.ds.Loan.currency_position
spv.ds.Loan.down_payment
spv.ds.Loan.down_payment_ratio_max
spv.ds.Loan.down_payment_ratio_min
spv.ds.Loan.interest_rate
spv.ds.Loan.interest_rate_max
spv.ds.Loan.interest_rate_min
spv.ds.Loan.invoice_fee
spv.ds.Loan.monthly_loan_price
spv.ds.Loan.number_of_months
spv.ds.Loan.number_of_months_max
spv.ds.Loan.number_of_months_min
spv.ds.Loan.total_purchase_price
spv.ds.MenuItem
— class
spv.ds.MenuItem.category
spv.ds.MenuItem.disabled
spv.ds.MenuItem.gui_group
spv.ds.MenuItem.has_long_text
spv.ds.MenuItem.icon
spv.ds.MenuItem.id
spv.ds.MenuItem.image
spv.ds.MenuItem.loan
spv.ds.MenuItem.long_text
spv.ds.MenuItem.medium_text
spv.ds.MenuItem.movie
spv.ds.MenuItem.music
spv.ds.MenuItem.price
— Please refer to the spv.ds.DisplayPrice documentation.
spv.ds.MenuItem.price_text
spv.ds.MenuItem.selected
spv.ds.MenuItem.short_text
spv.ds.MenuItem.swf
spv.ds.MenuItem.visible
spv.ds.MenuNode
— class
spv.ds.MenuNode.children
spv.ds.MenuNode.id
spv.ds.MenuNode.node_type
spv.ds.MenuQuery
— namespace
spv.ds.MenuQuery.COMPLETE
spv.ds.MenuQuery.ONLY_ACTIVE
spv.ds.PresentationStructure
— Result data from sessionGetPresentationStructure
@export
spv.ds.PresentationStructure.filter
spv.ds.PresentationStructure.items
spv.ds.PresentationStructure.nodes
spv.ds.PresentationStructure.query
spv.ds.ReadMoreResource
— class
spv.ds.ReadMoreResource.attachment
spv.ds.ReadMoreResource.attachment_link_text
spv.ds.ReadMoreResource.auto_play
spv.ds.ReadMoreResource.bitrate_bitps
spv.ds.ReadMoreResource.file_size
spv.ds.ReadMoreResource.height
spv.ds.ReadMoreResource.media_group
spv.ds.ReadMoreResource.media_index
spv.ds.ReadMoreResource.media_tag
spv.ds.ReadMoreResource.path
spv.ds.ReadMoreResource.resource_type
spv.ds.ReadMoreResource.start_time_ms
spv.ds.ReadMoreResource.width
spv.ds.SavedConfig
— class
spv.ds.SavedConfig.configs
— Map of available encodings.
spv.ds.SavedConfig.name
spv.ds.SessionStateUpdate
— class
spv.ds.SessionStateUpdate.active_item
spv.ds.SessionStateUpdate.active_menu
spv.ds.SessionStateUpdate.category
spv.ds.SessionStateUpdate.complex_subscriptions
spv.ds.SessionStateUpdate.frame
spv.ds.SessionStateUpdate.group_id
spv.ds.SessionStateUpdate.image_filename
spv.ds.SessionStateUpdate.is_reversed
spv.ds.SessionStateUpdate.is_wrap
spv.ds.SessionStateUpdate.loan
spv.ds.SessionStateUpdate.mask_filename
spv.ds.SessionStateUpdate.menu_items
spv.ds.SessionStateUpdate.menu_tree
spv.ds.SessionStateUpdate.model_id
spv.ds.SessionStateUpdate.serie
spv.ds.SessionStateUpdate.subscription_ids
spv.ds.SessionStateUpdate.total_price
— Please refer to the spv.ds.DisplayPrice documentation.
spv.ds.SessionStateUpdate.total_price_text
spv.ds.Suggestion
— Represents one configuration change suggestion.
spv.ds.Suggestion.internal_data
— This is the data needed by the current implementation and it is expected
to change in type and content over time as the suggestion capabilities
improve.
spv.ds.Suggestion.items_to_add
— Items in this array will be added to the configuration if this
suggestion is activated on the related configuration.
spv.ds.Suggestion.items_to_remove
— Items in this array will be removed from the configuration if this
suggestion is activated on the related configuration.
spv.ds.Summary
— class
spv.ds.Summary.item_summaries
spv.ds.UrlSettings
— Base URLs needed for most GET operations for images etc.
spv.ds.UrlSettings.composed_url
spv.ds.UrlSettings.enforceEndSlash
spv.ds.UrlSettings.gui_url
spv.ds.UrlSettings.icon_url
spv.ds.UrlSettings.readmore_content_url
spv.ds.UrlSettings.summary_content_url
spv.ds.UrlSettings.urlFix
spv.ds.assert
— namespace
spv.ds.assert.isConfig
— Used for detection of some type errors when calling in from dynamically typed
javascript.
spv.ds.assert.isImageParams
— Used for detection of some type errors when calling in from dynamically typed
javascript.
spv.ds.assert.isMenuItem
— Used for detection of some type errors when calling in from dynamically typed
javascript.
spv.ds.assert.isSuggestion
— Used for detection of some type errors when calling in from dynamically typed
javascript.
spv.ds.impl
— namespace
spv.ds.impl.AuxData
— Aux data mapping structure for storing aux in the client state.
spv.ds.impl.AuxData.bop_aux
spv.ds.impl.AuxData.item_aux
— Maps item_id with the item's aux data object.
spv.ds.impl.AuxData.summary_aux
— Maps item_id with the item's summary aux data object.
spv.ds.impl.Bump
— class
spv.ds.impl.Bump.category
spv.ds.impl.Bump.composed_url
spv.ds.impl.Bump.gui_url
spv.ds.impl.Bump.icon_url
spv.ds.impl.Bump.initial_frame
spv.ds.impl.Bump.initial_serie
spv.ds.impl.Bump.items
spv.ds.impl.Bump.menus
spv.ds.impl.Bump.readmore_content_url
spv.ds.impl.Bump.reset_time_sec
spv.ds.impl.Bump.series
spv.ds.impl.Bump.summary_content_url
spv.ds.impl.Bump.version
spv.ds.impl.BumpItem
— class
spv.ds.impl.BumpItem.id
spv.ds.impl.BumpItem.long_text
spv.ds.impl.BumpItem.medium_text
spv.ds.impl.BumpItem.short_text
spv.ds.impl.BumpSerie
— class
spv.ds.impl.BumpSerie.extension
spv.ds.impl.BumpSerie.first_frame
spv.ds.impl.BumpSerie.id
spv.ds.impl.BumpSerie.image_height
spv.ds.impl.BumpSerie.image_output_height
spv.ds.impl.BumpSerie.image_output_width
spv.ds.impl.BumpSerie.image_width
spv.ds.impl.BumpSerie.index
spv.ds.impl.BumpSerie.last_frame
spv.ds.impl.BumpSerie.model_id
spv.ds.impl.GoalStateResolver
— class
spv.ds.impl.GoalStateResolver.items_to_add
spv.ds.impl.GoalStateResolver.items_to_remove
spv.ds.impl.IDsProtocol
— Server protocol interface
@interface
spv.ds.impl.IDsProtocol.getConfigImage
spv.ds.impl.IDsProtocol.getFreshConfigs
spv.ds.impl.IDsProtocol.getIntroPage
spv.ds.impl.IDsProtocol.getReadMore
spv.ds.impl.IDsProtocol.getUserConfigList
spv.ds.impl.IDsProtocol.resetPassword
spv.ds.impl.IDsProtocol.sessionAddGuiGroupSubscriptions
spv.ds.impl.IDsProtocol.sessionBip
spv.ds.impl.IDsProtocol.sessionClearGuiGroupSubscriptions
spv.ds.impl.IDsProtocol.sessionCreate
spv.ds.impl.IDsProtocol.sessionCreateUser
spv.ds.impl.IDsProtocol.sessionGeneratePdf
spv.ds.impl.IDsProtocol.sessionGetConfig
spv.ds.impl.IDsProtocol.sessionGetConfigNames
spv.ds.impl.IDsProtocol.sessionGetFacebookShareData
spv.ds.impl.IDsProtocol.sessionGetFreshConfigs
— TODO:
spv.ds.impl.IDsProtocol.sessionGetImage
spv.ds.impl.IDsProtocol.sessionGetItemInfo
spv.ds.impl.IDsProtocol.sessionGetPresentationStructure
spv.ds.impl.IDsProtocol.sessionGetStateResolvers
spv.ds.impl.IDsProtocol.sessionGetSummary
spv.ds.impl.IDsProtocol.sessionGetUserConfigImage
spv.ds.impl.IDsProtocol.sessionHasLoggedInUser
spv.ds.impl.IDsProtocol.sessionLoadConfig
spv.ds.impl.IDsProtocol.sessionLoadConfigByName
spv.ds.impl.IDsProtocol.sessionLoadPublicConfig
spv.ds.impl.IDsProtocol.sessionLogin
spv.ds.impl.IDsProtocol.sessionLogout
spv.ds.impl.IDsProtocol.sessionRemoveConfigByName
spv.ds.impl.IDsProtocol.sessionResume
spv.ds.impl.IDsProtocol.sessionSaveConfigByName
spv.ds.impl.IDsProtocol.sessionSendHeartBeat
spv.ds.impl.IDsProtocol.sessionSendResetPasswordMail
spv.ds.impl.IDsProtocol.sessionSetPriceLocalization
spv.ds.impl.IDsProtocol.sessionToggleItem
spv.ds.impl.IDsProtocol.sessionUpdateBop
spv.ds.impl.IPPAdaptor
— Protocol adaptor for spv.ds.ipprot.IpadClient
Resposible for hiding protocol data types and interpreting reponse data to
failures in cases where errors are reported inside the normal result data.
spv.ds.impl.IPPAdaptor._impl
spv.ds.impl.IPPAdaptor.disabled_item
spv.ds.impl.IPPAdaptor.getConfigImage
— Fetches an image for a serialized configuration.
spv.ds.impl.IPPAdaptor.getFreshConfigs
spv.ds.impl.IPPAdaptor.getIntroPage
spv.ds.impl.IPPAdaptor.getReadMore
spv.ds.impl.IPPAdaptor.getUserConfigList
spv.ds.impl.IPPAdaptor.resetPassword
spv.ds.impl.IPPAdaptor.sessionAddGuiGroupSubscriptions
spv.ds.impl.IPPAdaptor.sessionBip
spv.ds.impl.IPPAdaptor.sessionClearGuiGroupSubscriptions
spv.ds.impl.IPPAdaptor.sessionCreate
— Hides multiple server calls required to initialize
spv.ds.impl.IPPAdaptor.sessionCreateUser
spv.ds.impl.IPPAdaptor.sessionGeneratePdf
spv.ds.impl.IPPAdaptor.sessionGeneratePublicConfig
spv.ds.impl.IPPAdaptor.sessionGetConfig
spv.ds.impl.IPPAdaptor.sessionGetConfigNames
spv.ds.impl.IPPAdaptor.sessionGetFacebookShareData
spv.ds.impl.IPPAdaptor.sessionGetFreshConfigs
spv.ds.impl.IPPAdaptor.sessionGetImage
spv.ds.impl.IPPAdaptor.sessionGetItemInfo
spv.ds.impl.IPPAdaptor.sessionGetPresentationStructure
spv.ds.impl.IPPAdaptor.sessionGetStateResolvers
spv.ds.impl.IPPAdaptor.sessionGetSummary
spv.ds.impl.IPPAdaptor.sessionGetUserConfigImage
spv.ds.impl.IPPAdaptor.sessionHasLoggedInUser
spv.ds.impl.IPPAdaptor.sessionLoadConfig
spv.ds.impl.IPPAdaptor.sessionLoadConfigByName
spv.ds.impl.IPPAdaptor.sessionLoadPublicConfig
spv.ds.impl.IPPAdaptor.sessionLogin
spv.ds.impl.IPPAdaptor.sessionLogout
spv.ds.impl.IPPAdaptor.sessionRemoveConfigByName
spv.ds.impl.IPPAdaptor.sessionResume
spv.ds.impl.IPPAdaptor.sessionSaveConfigByName
spv.ds.impl.IPPAdaptor.sessionSendHeartBeat
spv.ds.impl.IPPAdaptor.sessionSendResetPasswordMail
spv.ds.impl.IPPAdaptor.sessionSetPriceLocalization
spv.ds.impl.IPPAdaptor.sessionToggleItem
spv.ds.impl.IPPAdaptor.sessionUpdateBop
spv.ds.impl.IPPCommon
— namespace
spv.ds.impl.IPPCommon.convertBumpMenuToMenuItem
spv.ds.impl.IPPCommon.convertBumpMenusToMenuItems
spv.ds.impl.IPPCommon.convertToBump
spv.ds.impl.IPPCommon.convertToBumpItem
spv.ds.impl.IPPCommon.convertToBumpItems
spv.ds.impl.IPPCommon.convertToBumpSerie
spv.ds.impl.IPPCommon.convertToBumpSeries
spv.ds.impl.IPPCommon.convertToBumps
spv.ds.impl.IPPCommon.convertToConfigLoadResult
spv.ds.impl.IPPCommon.convertToDisplayPrice
spv.ds.impl.IPPCommon.convertToFacebookShareData
spv.ds.impl.IPPCommon.convertToFreshConfig
spv.ds.impl.IPPCommon.convertToFreshConfigs
spv.ds.impl.IPPCommon.convertToGoalStateResolver
spv.ds.impl.IPPCommon.convertToGuiPath
spv.ds.impl.IPPCommon.convertToGuiPathItem
spv.ds.impl.IPPCommon.convertToGuiPathItems
spv.ds.impl.IPPCommon.convertToGuiPaths
spv.ds.impl.IPPCommon.convertToIntroPage
spv.ds.impl.IPPCommon.convertToIntroPageConfig
spv.ds.impl.IPPCommon.convertToIntroPageConfigs
spv.ds.impl.IPPCommon.convertToIntroPageGroup
spv.ds.impl.IPPCommon.convertToIntroPageGroups
spv.ds.impl.IPPCommon.convertToIntroPageImage
spv.ds.impl.IPPCommon.convertToIntroPageImages
spv.ds.impl.IPPCommon.convertToItemSummaries
spv.ds.impl.IPPCommon.convertToItemSummary
spv.ds.impl.IPPCommon.convertToLoan
spv.ds.impl.IPPCommon.convertToMenuItem
spv.ds.impl.IPPCommon.convertToMenuItems
spv.ds.impl.IPPCommon.convertToMenuTree
spv.ds.impl.IPPCommon.convertToSessionInitData
spv.ds.impl.IPPCommon.convertToSessionStateUpdate
spv.ds.impl.IPPCommon.convertToSubscriptionIds
spv.ds.impl.IPPCommon.extractAuxiliaryData
spv.ds.impl.IPPCommon.extractLoan
spv.ds.impl.IPPCommon.extractMenuItemLoan
spv.ds.impl.IPPCommon.extractSummary
spv.ds.impl.IPPCommon.stripAuxCarrier
spv.ds.impl.IPPCommon.stripAuxCarrier_v2
spv.ds.impl.IPPCommon.stripMainMenus
spv.ds.impl.IPPNovaAdaptor
— Protocol adaptor for spv.ds.ipprot_nova.IpadClient
Resposible for hiding protocol data types and interpreting reponse data to
failures in cases where errors are reported inside the normal result data.
spv.ds.impl.IPPNovaAdaptor._impl
spv.ds.impl.IPPNovaAdaptor.getConfigImage
— Fetches an image for a serialized configuration.
spv.ds.impl.IPPNovaAdaptor.getFreshConfigs
spv.ds.impl.IPPNovaAdaptor.getIntroPage
spv.ds.impl.IPPNovaAdaptor.getReadMore
spv.ds.impl.IPPNovaAdaptor.getUserConfigList
spv.ds.impl.IPPNovaAdaptor.resetPassword
spv.ds.impl.IPPNovaAdaptor.sessionAddGuiGroupSubscriptions
spv.ds.impl.IPPNovaAdaptor.sessionBip
spv.ds.impl.IPPNovaAdaptor.sessionClearGuiGroupSubscriptions
spv.ds.impl.IPPNovaAdaptor.sessionCreate
— Hides multiple server calls required to initialize
spv.ds.impl.IPPNovaAdaptor.sessionCreateUser
spv.ds.impl.IPPNovaAdaptor.sessionGeneratePdf
spv.ds.impl.IPPNovaAdaptor.sessionGeneratePublicConfig
spv.ds.impl.IPPNovaAdaptor.sessionGetConfig
spv.ds.impl.IPPNovaAdaptor.sessionGetConfigNames
spv.ds.impl.IPPNovaAdaptor.sessionGetFacebookShareData
spv.ds.impl.IPPNovaAdaptor.sessionGetFreshConfigs
spv.ds.impl.IPPNovaAdaptor.sessionGetImage
spv.ds.impl.IPPNovaAdaptor.sessionGetItemInfo
spv.ds.impl.IPPNovaAdaptor.sessionGetPresentationStructure
spv.ds.impl.IPPNovaAdaptor.sessionGetStateResolvers
spv.ds.impl.IPPNovaAdaptor.sessionGetSummary
spv.ds.impl.IPPNovaAdaptor.sessionGetUserConfigImage
spv.ds.impl.IPPNovaAdaptor.sessionHasLoggedInUser
spv.ds.impl.IPPNovaAdaptor.sessionLoadConfig
spv.ds.impl.IPPNovaAdaptor.sessionLoadConfigByName
spv.ds.impl.IPPNovaAdaptor.sessionLoadPublicConfig
spv.ds.impl.IPPNovaAdaptor.sessionLogin
spv.ds.impl.IPPNovaAdaptor.sessionLogout
spv.ds.impl.IPPNovaAdaptor.sessionRemoveConfigByName
spv.ds.impl.IPPNovaAdaptor.sessionResume
spv.ds.impl.IPPNovaAdaptor.sessionSaveConfigByName
spv.ds.impl.IPPNovaAdaptor.sessionSendHeartBeat
spv.ds.impl.IPPNovaAdaptor.sessionSendResetPasswordMail
spv.ds.impl.IPPNovaAdaptor.sessionSetPriceLocalization
spv.ds.impl.IPPNovaAdaptor.sessionToggleItem
spv.ds.impl.IPPNovaAdaptor.sessionUpdateBop
spv.ds.impl.RawAuxiliaryCarrier
spv.ds.impl.RawAuxiliaryCarrier_v2
spv.ds.impl.RawBump
spv.ds.impl.RawBumpItem
spv.ds.impl.RawBumpMenu
spv.ds.impl.RawBumpSerie
spv.ds.impl.RawConfigBop
spv.ds.impl.RawConfiguration
spv.ds.impl.RawDisplayPrice
spv.ds.impl.RawFacebookShareData
spv.ds.impl.RawFreshConfig
spv.ds.impl.RawGroups
spv.ds.impl.RawGuiItem
spv.ds.impl.RawGuiPath
spv.ds.impl.RawImage
spv.ds.impl.RawMenuNode
spv.ds.impl.RawOutBop
spv.ds.impl.RawOutBopSubscription
spv.ds.impl.RawOutBopSummary
spv.ds.impl.RawOutBopUpdate
spv.ds.impl.RawOutResolvers
spv.ds.impl.RawRoot
spv.ds.impl.RawSessionInitData
spv.ds.impl.SessionInitData
— class
spv.ds.impl.SessionInitData.bumps
spv.ds.impl.SessionInitData.intro_page
spv.ds.impl.SessionInitData.session_id
spv.ds.impl.SessionState
— Manages all client side session data and provides functions for lookup and
mutation of that data.
spv.ds.impl.SessionState.assertHasLoadedConfig
— Test if category and model has been set, throw on failure
spv.ds.impl.SessionState.getAuxiliaryData
— Get the auxiliary data that came with the last bop.
spv.ds.impl.SessionState.getImageSerieInfos
— Get the image serie information for the current configuration
spv.ds.impl.SessionState.getLongText
— Get 'long_text' text for item_id or empty string on failure
spv.ds.impl.SessionState.getMediumText
— Get 'medium_text' text for item_id or empty string on failure
spv.ds.impl.SessionState.getRootMenuItems
— Get the root menues from bump data
spv.ds.impl.SessionState.getShortText
— Get 'short_text' text for item_id or empty string on failure
spv.ds.impl.SessionState.getUpdate
— Get the last session state update
spv.ds.impl.SessionState.getUrlSettings
— Get base urls needed for most GET operations on images etc.
spv.ds.impl.SessionState.update
— Update the client side session state
spv.ds.impl.SessionState.updateTexts
— Updates the text database.
spv.ds.ipprot
— namespace
spv.ds.ipprot.IpadClient
— class
spv.ds.ipprot.IpadClient.bip
spv.ds.ipprot.IpadClient.create_session
spv.ds.ipprot.IpadClient.create_user
spv.ds.ipprot.IpadClient.generate_pdf
spv.ds.ipprot.IpadClient.generate_public_config
spv.ds.ipprot.IpadClient.get_bump
spv.ds.ipprot.IpadClient.get_categories
spv.ds.ipprot.IpadClient.get_config_as_string
spv.ds.ipprot.IpadClient.get_config_image
spv.ds.ipprot.IpadClient.get_config_image_light
spv.ds.ipprot.IpadClient.get_configs
spv.ds.ipprot.IpadClient.get_current_config_image
spv.ds.ipprot.IpadClient.get_facebook_share_data
spv.ds.ipprot.IpadClient.get_fresh_configs
spv.ds.ipprot.IpadClient.get_image
spv.ds.ipprot.IpadClient.get_item_info
spv.ds.ipprot.IpadClient.get_state_resolvers
spv.ds.ipprot.IpadClient.get_user_config_image
spv.ds.ipprot.IpadClient.heartbeat
spv.ds.ipprot.IpadClient.init_settings
spv.ds.ipprot.IpadClient.initialize_session
spv.ds.ipprot.IpadClient.invoke_dynamic_service
spv.ds.ipprot.IpadClient.load_config
spv.ds.ipprot.IpadClient.load_config_from_string
spv.ds.ipprot.IpadClient.load_public_config
spv.ds.ipprot.IpadClient.login
spv.ds.ipprot.IpadClient.rebop
spv.ds.ipprot.IpadClient.remove_config
spv.ds.ipprot.IpadClient.reset
spv.ds.ipprot.IpadClient.save_config
spv.ds.ipprot.IpadClient.set_menu_query
spv.ds.ipprot.IpadClient.set_price_localization
spv.ds.ipprot.IpadClient.test_internal_server_error
spv.ds.ipprot.IpadClient.user_config_add_flag
spv.ds.ipprot.IpadClient.user_config_add_flag_to_all
spv.ds.ipprot.IpadClient.user_config_add_flag_to_all_ignoring_flags
spv.ds.ipprot.IpadClient.user_config_list
spv.ds.ipprot.IpadClient.user_config_list_ignoring_flags
spv.ds.ipprot.IpadClient.user_config_load
spv.ds.ipprot.IpadClient.user_config_remove_all_configs
spv.ds.ipprot.IpadClient.user_config_remove_flag
spv.ds.ipprot.IpadClient.user_config_remove_flag_from_all
spv.ds.ipprot.IpadClient.user_config_remove_flag_from_all_ignoring_flags
spv.ds.ipprot.IpadClient.user_config_remove_user
spv.ds.ipprot.IpadClient.user_config_remove_user_config
spv.ds.ipprot.IpadClient.user_config_save
spv.ds.ipprot.IpadClient.user_config_save_user_data
spv.ds.ipprot.boosterconfig
— namespace
spv.ds.ipprot.boosterconfig.FreshConfig
— class
spv.ds.ipprot.boosterconfig.FreshConfig.checksum
spv.ds.ipprot.boosterconfig.FreshConfig.img_url
spv.ds.ipprot.boosterconfig.FreshConfig.items
spv.ds.ipprot.boosterconfig.FreshConfig.meta
spv.ds.ipprot.boosterconfig.FreshConfig.name
spv.ds.ipprot.boosterconfig.FreshConfig.timestamp
spv.ds.ipprot.boosterconfig.RESULT_CODE
— namespace
spv.ds.ipprot.boosterconfig.RESULT_CODE.BOOSTER_NOT_INIT
spv.ds.ipprot.boosterconfig.RESULT_CODE.CAMPAIGN_ITEM_INVALID
spv.ds.ipprot.boosterconfig.RESULT_CODE.CAMPAIGN_NOT_FOUND
spv.ds.ipprot.boosterconfig.RESULT_CODE.CAMPAIGN_UNAVAILABLE
spv.ds.ipprot.boosterconfig.RESULT_CODE.CHECKSUM_MISMATCH
spv.ds.ipprot.boosterconfig.RESULT_CODE.CONFIG_ID_CONFLICT
spv.ds.ipprot.boosterconfig.RESULT_CODE.CONFIG_INTEGRITY_FAILED
spv.ds.ipprot.boosterconfig.RESULT_CODE.CONFIG_NOT_FOUND
spv.ds.ipprot.boosterconfig.RESULT_CODE.DB_FAILURE
spv.ds.ipprot.boosterconfig.RESULT_CODE.DB_NOT_CONNECTED
spv.ds.ipprot.boosterconfig.RESULT_CODE.INVALID_CONFIG
spv.ds.ipprot.boosterconfig.RESULT_CODE.INVALID_PASSWORD
spv.ds.ipprot.boosterconfig.RESULT_CODE.INVALID_TEMPLATE
spv.ds.ipprot.boosterconfig.RESULT_CODE.INVALID_USER
spv.ds.ipprot.boosterconfig.RESULT_CODE.MISSING_AUTH_HEADER
spv.ds.ipprot.boosterconfig.RESULT_CODE.NOT_LOGGED_IN
spv.ds.ipprot.boosterconfig.RESULT_CODE.SERVICE_FAILURE
spv.ds.ipprot.boosterconfig.RESULT_CODE.STATE_TRANS_FAILURE
spv.ds.ipprot.boosterconfig.RESULT_CODE.SUCCESS
spv.ds.ipprot.boosterconfig.RESULT_CODE.UNSPECIFIED_FAILURE
spv.ds.ipprot.boosterconfig.Result
— class
spv.ds.ipprot.boosterconfig.Result.Output
spv.ds.ipprot.boosterconfig.Result.ResultCode
spv.ds.ipprot.boostercshw
— namespace
spv.ds.ipprot.boostercshw.AuxiliaryCarrier
— class
spv.ds.ipprot.boostercshw.AuxiliaryCarrier.auxiliaries
spv.ds.ipprot.boostercshw.AuxiliaryCarrier_v2
— class
spv.ds.ipprot.boostercshw.AuxiliaryCarrier_v2.Contents
spv.ds.ipprot.boostercshw.Bump
— class
spv.ds.ipprot.boostercshw.Bump.category
spv.ds.ipprot.boostercshw.Bump.composed_url
spv.ds.ipprot.boostercshw.Bump.gui_url
spv.ds.ipprot.boostercshw.Bump.icon_url
spv.ds.ipprot.boostercshw.Bump.initial_frame
spv.ds.ipprot.boostercshw.Bump.initial_serie
spv.ds.ipprot.boostercshw.Bump.items
spv.ds.ipprot.boostercshw.Bump.menus
spv.ds.ipprot.boostercshw.Bump.readmore_content_url
spv.ds.ipprot.boostercshw.Bump.reset_time_sec
spv.ds.ipprot.boostercshw.Bump.series
spv.ds.ipprot.boostercshw.Bump.summary_content_url
spv.ds.ipprot.boostercshw.Bump.version
spv.ds.ipprot.boostercshw.BumpItem
— class
spv.ds.ipprot.boostercshw.BumpItem.id
spv.ds.ipprot.boostercshw.BumpItem.information
spv.ds.ipprot.boostercshw.BumpItem.name
spv.ds.ipprot.boostercshw.BumpItem.short_text
spv.ds.ipprot.boostercshw.BumpMenu
— class
spv.ds.ipprot.boostercshw.BumpMenu.id
spv.ds.ipprot.boostercshw.BumpMenu.name
spv.ds.ipprot.boostercshw.BumpMenu.short_text
spv.ds.ipprot.boostercshw.BumpSerie
— class
spv.ds.ipprot.boostercshw.BumpSerie.extension
spv.ds.ipprot.boostercshw.BumpSerie.first_frame
spv.ds.ipprot.boostercshw.BumpSerie.id
spv.ds.ipprot.boostercshw.BumpSerie.image_height
spv.ds.ipprot.boostercshw.BumpSerie.image_output_height
spv.ds.ipprot.boostercshw.BumpSerie.image_output_width
spv.ds.ipprot.boostercshw.BumpSerie.image_width
spv.ds.ipprot.boostercshw.BumpSerie.index
spv.ds.ipprot.boostercshw.BumpSerie.last_frame
spv.ds.ipprot.boostercshw.BumpSerie.model_id
spv.ds.ipprot.boostercshw.ConfigBop
— class
spv.ds.ipprot.boostercshw.ConfigBop.bops
spv.ds.ipprot.boostercshw.ConfigBop.result_code
spv.ds.ipprot.boostercshw.GuiItem
— class
spv.ds.ipprot.boostercshw.GuiItem.id
spv.ds.ipprot.boostercshw.GuiItem.short_text
spv.ds.ipprot.boostercshw.GuiPath
— class
spv.ds.ipprot.boostercshw.GuiPath.gui_items
spv.ds.ipprot.boostercshw.MenuNode
— class
spv.ds.ipprot.boostercshw.MenuNode.children
spv.ds.ipprot.boostercshw.MenuNode.id
spv.ds.ipprot.boostercshw.MenuNode.node_type
spv.ds.ipprot.boostercshw.MenuNodeType
— namespace
spv.ds.ipprot.boostercshw.MenuNodeType.ITEM
spv.ds.ipprot.boostercshw.MenuNodeType.MENU
spv.ds.ipprot.boostercshw.MenuNodeType.SEPARATOR
spv.ds.ipprot.boostercshw.OutBop
— class
spv.ds.ipprot.boostercshw.OutBop.active_item
spv.ds.ipprot.boostercshw.OutBop.active_menu
spv.ds.ipprot.boostercshw.OutBop.aux_carrier
spv.ds.ipprot.boostercshw.OutBop.category
spv.ds.ipprot.boostercshw.OutBop.complex_subscriptions
spv.ds.ipprot.boostercshw.OutBop.frame
spv.ds.ipprot.boostercshw.OutBop.group_id
spv.ds.ipprot.boostercshw.OutBop.image_filename
spv.ds.ipprot.boostercshw.OutBop.is_reversed
spv.ds.ipprot.boostercshw.OutBop.is_summary
spv.ds.ipprot.boostercshw.OutBop.is_wrap
spv.ds.ipprot.boostercshw.OutBop.mask_filename
spv.ds.ipprot.boostercshw.OutBop.menu_tree
spv.ds.ipprot.boostercshw.OutBop.model_id
spv.ds.ipprot.boostercshw.OutBop.serie
spv.ds.ipprot.boostercshw.OutBop.subscriptions
spv.ds.ipprot.boostercshw.OutBop.summaries
spv.ds.ipprot.boostercshw.OutBop.summary_images
spv.ds.ipprot.boostercshw.OutBop.total_price
spv.ds.ipprot.boostercshw.OutBop.total_price_text
spv.ds.ipprot.boostercshw.OutBop.updates
spv.ds.ipprot.boostercshw.OutBopSubscription
— class
spv.ds.ipprot.boostercshw.OutBopSubscription.id
spv.ds.ipprot.boostercshw.OutBopSummary
— class
spv.ds.ipprot.boostercshw.OutBopSummary.aux_carrier
spv.ds.ipprot.boostercshw.OutBopSummary.gui_paths
spv.ds.ipprot.boostercshw.OutBopSummary.item_id
spv.ds.ipprot.boostercshw.OutBopSummary.item_price
spv.ds.ipprot.boostercshw.OutBopSummary.item_price_text
spv.ds.ipprot.boostercshw.OutBopSummary.item_text
spv.ds.ipprot.boostercshw.OutBopSummary.menu_id
spv.ds.ipprot.boostercshw.OutBopSummary.menu_text
spv.ds.ipprot.boostercshw.OutBopUpdate
— class
spv.ds.ipprot.boostercshw.OutBopUpdate.aux_carrier
spv.ds.ipprot.boostercshw.OutBopUpdate.category
spv.ds.ipprot.boostercshw.OutBopUpdate.disabled
spv.ds.ipprot.boostercshw.OutBopUpdate.gui_group
spv.ds.ipprot.boostercshw.OutBopUpdate.has_readmore
spv.ds.ipprot.boostercshw.OutBopUpdate.icon
spv.ds.ipprot.boostercshw.OutBopUpdate.id
spv.ds.ipprot.boostercshw.OutBopUpdate.image
spv.ds.ipprot.boostercshw.OutBopUpdate.information
spv.ds.ipprot.boostercshw.OutBopUpdate.movie
spv.ds.ipprot.boostercshw.OutBopUpdate.music
spv.ds.ipprot.boostercshw.OutBopUpdate.name
spv.ds.ipprot.boostercshw.OutBopUpdate.price
spv.ds.ipprot.boostercshw.OutBopUpdate.price_text
spv.ds.ipprot.boostercshw.OutBopUpdate.selected
spv.ds.ipprot.boostercshw.OutBopUpdate.short_text
spv.ds.ipprot.boostercshw.OutBopUpdate.swf
spv.ds.ipprot.boostercshw.OutBopUpdate.visible
spv.ds.ipprot.boostercshw.OutResolvers
— class
spv.ds.ipprot.boostercshw.OutResolvers.deactivated_items
spv.ds.ipprot.boostercshw.OutResolvers.trigger_items
spv.ds.ipprot.boostercshw.PdfGenerationResult
— class
spv.ds.ipprot.boostercshw.PdfGenerationResult.CODE_INVALID_TEMPLATE
spv.ds.ipprot.boostercshw.PdfGenerationResult.CODE_SERVICE_FAILURE
spv.ds.ipprot.boostercshw.PdfGenerationResult.CODE_SUCCESS
spv.ds.ipprot.boostercshw.PdfGenerationResult.file_path
spv.ds.ipprot.boostercshw.PdfGenerationResult.result_code
spv.ds.ipprot.boostercshw.PdfGenerationResult.url
spv.ds.ipprot.boostercshw.SavedConfig
— class
spv.ds.ipprot.boostercshw.SavedConfig.ConfigName
spv.ds.ipprot.boostercshw.SavedConfig.Data
spv.ds.ipprot.boostercshw.SavedConfig.ImageUrl
spv.ds.ipprot.boostercshw.SavedUser
— class
spv.ds.ipprot.boostercshw.SavedUser.Configs
spv.ds.ipprot.boostercshw.SavedUser.Data
spv.ds.ipprot.boostercshw.SavedUser.UserName
spv.ds.ipprot.boostermiddle
— namespace
spv.ds.ipprot.boostermiddle.Category
— class
spv.ds.ipprot.boostermiddle.Category.ID
spv.ds.ipprot.boostermiddle.FacebookShareData
— class
spv.ds.ipprot.boostermiddle.FacebookShareData.caption
spv.ds.ipprot.boostermiddle.FacebookShareData.description
spv.ds.ipprot.boostermiddle.FacebookShareData.link
spv.ds.ipprot.boostermiddle.FacebookShareData.message
spv.ds.ipprot.boostermiddle.FacebookShareData.name
spv.ds.ipprot.boostermiddle.FacebookShareData.picture
spv.ds.ipprot.boostermiddle.ImageResponse
— class
spv.ds.ipprot.boostermiddle.ImageResponse.encoded_config
spv.ds.ipprot.boostermiddle.ImageResponse.image_path
spv.ds.ipprot.definition
— namespace
spv.ds.ipprot.definition.Configuration
— class
spv.ds.ipprot.definition.Configuration.image_config
spv.ds.ipprot.definition.Configuration.link_config
spv.ds.ipprot.definition.Configuration.price_text
spv.ds.ipprot.definition.Configuration.small_desc
spv.ds.ipprot.definition.Configuration.title
spv.ds.ipprot.definition.GroupExtra
— class
spv.ds.ipprot.definition.GroupExtra.Ipad
spv.ds.ipprot.definition.Groups
— class
spv.ds.ipprot.definition.Groups.banner_images
spv.ds.ipprot.definition.Groups.configs
spv.ds.ipprot.definition.Groups.group_extras
spv.ds.ipprot.definition.Groups.header
spv.ds.ipprot.definition.Image
— class
spv.ds.ipprot.definition.Image.path
spv.ds.ipprot.definition.Image.platform
spv.ds.ipprot.definition.ImageConfiguration
— class
spv.ds.ipprot.definition.ImageConfiguration.data
spv.ds.ipprot.definition.ImageConfiguration.enc_type
spv.ds.ipprot.definition.ImageConfiguration.frame
spv.ds.ipprot.definition.IpadGroupAuxiliary
— class
spv.ds.ipprot.definition.IpadGroupAuxiliary.Images
spv.ds.ipprot.definition.IpadMiscAuxiliary
— class
spv.ds.ipprot.definition.IpadMiscAuxiliary.intro_text
spv.ds.ipprot.definition.IpadMiscAuxiliary.summary_background_image
spv.ds.ipprot.definition.LinkConfiguration
— class
spv.ds.ipprot.definition.LinkConfiguration.data
spv.ds.ipprot.definition.LinkConfiguration.enc_type
spv.ds.ipprot.definition.Root
— class
spv.ds.ipprot.definition.Root.groups
spv.ds.ipprot.definition.Root.intro_page_extras
spv.ds.ipprot.definition.Root.source_checksum
spv.ds.ipprot.definition.RootExtra
— class
spv.ds.ipprot.definition.RootExtra.Ipad
spv.ds.ipprot.dsproto
— namespace
spv.ds.ipprot.dsproto.SessionInitData
— class
spv.ds.ipprot.dsproto.SessionInitData.bumps
spv.ds.ipprot.dsproto.SessionInitData.intro_page
spv.ds.ipprot.dsproto.SessionInitData.session_id
spv.ds.ipprot.input
— namespace
spv.ds.ipprot.input.BopDisabledFlagMode
— namespace
spv.ds.ipprot.input.BopDisabledFlagMode.IGNORE_DISABLED_FLAG
spv.ds.ipprot.input.BopDisabledFlagMode.USE_DISABLED_FLAG
spv.ds.ipprot.input.BopReadMoreMode
— namespace
spv.ds.ipprot.input.BopReadMoreMode.AVAILABILITY_FLAG
spv.ds.ipprot.input.BopReadMoreMode.FULL_TEXT
spv.ds.ipprot.intropage
— namespace
spv.ds.ipprot.intropage.Configuration
— class
spv.ds.ipprot.intropage.Configuration.image_config
spv.ds.ipprot.intropage.Configuration.link_config
spv.ds.ipprot.intropage.Configuration.price_text
spv.ds.ipprot.intropage.Configuration.small_desc
spv.ds.ipprot.intropage.Configuration.title
spv.ds.ipprot.intropage.Groups
— class
spv.ds.ipprot.intropage.Groups.banner_images
spv.ds.ipprot.intropage.Groups.configs
spv.ds.ipprot.intropage.Groups.group_extras
spv.ds.ipprot.intropage.Groups.header
spv.ds.ipprot.intropage.Image
— class
spv.ds.ipprot.intropage.Image.path
spv.ds.ipprot.intropage.Image.platform
spv.ds.ipprot.intropage.ImageConfiguration
— class
spv.ds.ipprot.intropage.ImageConfiguration.data
spv.ds.ipprot.intropage.ImageConfiguration.enc_type
spv.ds.ipprot.intropage.ImageConfiguration.frame
spv.ds.ipprot.intropage.LinkConfiguration
— class
spv.ds.ipprot.intropage.LinkConfiguration.data
spv.ds.ipprot.intropage.LinkConfiguration.enc_type
spv.ds.ipprot.intropage.Root
— class
spv.ds.ipprot.intropage.Root.groups
spv.ds.ipprot.intropage.Root.intro_page_extras
spv.ds.ipprot.intropage.Root.source_checksum
spv.ds.ipprot.output
— namespace
spv.ds.ipprot.output.BipAttempt
— class
spv.ds.ipprot.output.BipAttempt.attempt_result_code
spv.ds.ipprot.output.BipAttempt.bop
spv.ds.ipprot.output.BipAttempt.resolvers
spv.ds.ipprot.output.BipAttemptResultCode
— namespace
spv.ds.ipprot.output.BipAttemptResultCode.ACTIVATED
spv.ds.ipprot.output.BipAttemptResultCode.RESOLVERS
spv.ds.ipprot.output.BopDisabledFlagMode
— namespace
spv.ds.ipprot.output.BopDisabledFlagMode.IGNORE_DISABLED_FLAG
spv.ds.ipprot.output.BopDisabledFlagMode.USE_DISABLED_FLAG
spv.ds.ipprot.output.Bump
— class
spv.ds.ipprot.output.Bump.category
spv.ds.ipprot.output.Bump.composed_url
spv.ds.ipprot.output.Bump.gui_url
spv.ds.ipprot.output.Bump.icon_url
spv.ds.ipprot.output.Bump.initial_frame
spv.ds.ipprot.output.Bump.initial_serie
spv.ds.ipprot.output.Bump.items
spv.ds.ipprot.output.Bump.menus
spv.ds.ipprot.output.Bump.readmore_content_url
spv.ds.ipprot.output.Bump.reset_time_sec
spv.ds.ipprot.output.Bump.series
spv.ds.ipprot.output.Bump.summary_content_url
spv.ds.ipprot.output.Bump.version
spv.ds.ipprot.output.BumpItem
— class
spv.ds.ipprot.output.BumpItem.id
spv.ds.ipprot.output.BumpItem.information
spv.ds.ipprot.output.BumpItem.name
spv.ds.ipprot.output.BumpItem.short_text
spv.ds.ipprot.output.BumpMenu
— class
spv.ds.ipprot.output.BumpMenu.id
spv.ds.ipprot.output.BumpMenu.name
spv.ds.ipprot.output.BumpMenu.short_text
spv.ds.ipprot.output.BumpSerie
— class
spv.ds.ipprot.output.BumpSerie.extension
spv.ds.ipprot.output.BumpSerie.first_frame
spv.ds.ipprot.output.BumpSerie.id
spv.ds.ipprot.output.BumpSerie.image_height
spv.ds.ipprot.output.BumpSerie.image_output_height
spv.ds.ipprot.output.BumpSerie.image_output_width
spv.ds.ipprot.output.BumpSerie.image_width
spv.ds.ipprot.output.BumpSerie.index
spv.ds.ipprot.output.BumpSerie.last_frame
spv.ds.ipprot.output.BumpSerie.model_id
spv.ds.ipprot.output.Category
— class
spv.ds.ipprot.output.Category.ID
spv.ds.ipprot.output.ConfigBop
— class
spv.ds.ipprot.output.ConfigBop.bops
spv.ds.ipprot.output.ConfigBop.result_code
spv.ds.ipprot.output.DisplayPrice
— class
spv.ds.ipprot.output.DisplayPrice.currency_is_prefixed
spv.ds.ipprot.output.DisplayPrice.currency_symbol
spv.ds.ipprot.output.DisplayPrice.decimals
spv.ds.ipprot.output.DisplayPrice.price_value
spv.ds.ipprot.output.DisplayPrice.text
spv.ds.ipprot.output.DisplayPrice.use_text
spv.ds.ipprot.output.FacebookShareData
— class
spv.ds.ipprot.output.FacebookShareData.caption
spv.ds.ipprot.output.FacebookShareData.description
spv.ds.ipprot.output.FacebookShareData.link
spv.ds.ipprot.output.FacebookShareData.message
spv.ds.ipprot.output.FacebookShareData.name
spv.ds.ipprot.output.FacebookShareData.picture
spv.ds.ipprot.output.FreshConfig
— class
spv.ds.ipprot.output.FreshConfig.checksum
spv.ds.ipprot.output.FreshConfig.img_url
spv.ds.ipprot.output.FreshConfig.items
spv.ds.ipprot.output.FreshConfig.meta
spv.ds.ipprot.output.FreshConfig.name
spv.ds.ipprot.output.FreshConfig.timestamp
spv.ds.ipprot.output.GetConfigResult
— class
spv.ds.ipprot.output.GetConfigResult.Output
spv.ds.ipprot.output.GetConfigResult.ResultCode
spv.ds.ipprot.output.GlobalAuxiliary
— class
spv.ds.ipprot.output.GlobalAuxiliary.Payload
spv.ds.ipprot.output.GuiItem
— class
spv.ds.ipprot.output.GuiItem.id
spv.ds.ipprot.output.GuiItem.short_text
spv.ds.ipprot.output.GuiPath
— class
spv.ds.ipprot.output.GuiPath.gui_items
spv.ds.ipprot.output.ImageResponse
— class
spv.ds.ipprot.output.ImageResponse.encoded_config
spv.ds.ipprot.output.ImageResponse.image_path
spv.ds.ipprot.output.ItemAuxiliary
— class
spv.ds.ipprot.output.ItemAuxiliary.Payload
spv.ds.ipprot.output.MenuNode
— class
spv.ds.ipprot.output.MenuNode.children
spv.ds.ipprot.output.MenuNode.id
spv.ds.ipprot.output.MenuNode.node_type
spv.ds.ipprot.output.MenuNodeType
— namespace
spv.ds.ipprot.output.MenuNodeType.ITEM
spv.ds.ipprot.output.MenuNodeType.MENU
spv.ds.ipprot.output.MenuNodeType.SEPARATOR
spv.ds.ipprot.output.OutBop
— class
spv.ds.ipprot.output.OutBop.active_item
spv.ds.ipprot.output.OutBop.active_menu
spv.ds.ipprot.output.OutBop.aux_carrier
spv.ds.ipprot.output.OutBop.category
spv.ds.ipprot.output.OutBop.complex_subscriptions
spv.ds.ipprot.output.OutBop.frame
spv.ds.ipprot.output.OutBop.group_id
spv.ds.ipprot.output.OutBop.image_filename
spv.ds.ipprot.output.OutBop.is_reversed
spv.ds.ipprot.output.OutBop.is_summary
spv.ds.ipprot.output.OutBop.is_wrap
spv.ds.ipprot.output.OutBop.mask_filename
spv.ds.ipprot.output.OutBop.menu_tree
spv.ds.ipprot.output.OutBop.model_id
spv.ds.ipprot.output.OutBop.serie
spv.ds.ipprot.output.OutBop.subscriptions
spv.ds.ipprot.output.OutBop.summaries
spv.ds.ipprot.output.OutBop.summary_images
spv.ds.ipprot.output.OutBop.total_price
spv.ds.ipprot.output.OutBop.total_price_text
spv.ds.ipprot.output.OutBop.updates
spv.ds.ipprot.output.OutBopSubscription
— class
spv.ds.ipprot.output.OutBopSubscription.id
spv.ds.ipprot.output.OutBopSummary
— class
spv.ds.ipprot.output.OutBopSummary.aux_carrier
spv.ds.ipprot.output.OutBopSummary.gui_paths
spv.ds.ipprot.output.OutBopSummary.item_id
spv.ds.ipprot.output.OutBopSummary.item_price
spv.ds.ipprot.output.OutBopSummary.item_price_text
spv.ds.ipprot.output.OutBopSummary.item_text
spv.ds.ipprot.output.OutBopSummary.menu_id
spv.ds.ipprot.output.OutBopSummary.menu_text
spv.ds.ipprot.output.OutBopUpdate
— class
spv.ds.ipprot.output.OutBopUpdate.aux_carrier
spv.ds.ipprot.output.OutBopUpdate.category
spv.ds.ipprot.output.OutBopUpdate.disabled
spv.ds.ipprot.output.OutBopUpdate.gui_group
spv.ds.ipprot.output.OutBopUpdate.has_readmore
spv.ds.ipprot.output.OutBopUpdate.icon
spv.ds.ipprot.output.OutBopUpdate.id
spv.ds.ipprot.output.OutBopUpdate.image
spv.ds.ipprot.output.OutBopUpdate.information
spv.ds.ipprot.output.OutBopUpdate.movie
spv.ds.ipprot.output.OutBopUpdate.music
spv.ds.ipprot.output.OutBopUpdate.name
spv.ds.ipprot.output.OutBopUpdate.price
spv.ds.ipprot.output.OutBopUpdate.price_text
spv.ds.ipprot.output.OutBopUpdate.selected
spv.ds.ipprot.output.OutBopUpdate.short_text
spv.ds.ipprot.output.OutBopUpdate.swf
spv.ds.ipprot.output.OutBopUpdate.visible
spv.ds.ipprot.output.OutResolvers
— class
spv.ds.ipprot.output.OutResolvers.deactivated_items
spv.ds.ipprot.output.OutResolvers.trigger_items
spv.ds.ipprot.output.PdfGenerationResult
— class
spv.ds.ipprot.output.PdfGenerationResult.CODE_INVALID_TEMPLATE
spv.ds.ipprot.output.PdfGenerationResult.CODE_SERVICE_FAILURE
spv.ds.ipprot.output.PdfGenerationResult.CODE_SUCCESS
spv.ds.ipprot.output.PdfGenerationResult.file_path
spv.ds.ipprot.output.PdfGenerationResult.result_code
spv.ds.ipprot.output.PdfGenerationResult.url
spv.ds.ipprot.output.RESULT_CODE
— namespace
spv.ds.ipprot.output.RESULT_CODE.BOOSTER_NOT_INIT
spv.ds.ipprot.output.RESULT_CODE.CAMPAIGN_ITEM_INVALID
spv.ds.ipprot.output.RESULT_CODE.CAMPAIGN_NOT_FOUND
spv.ds.ipprot.output.RESULT_CODE.CAMPAIGN_UNAVAILABLE
spv.ds.ipprot.output.RESULT_CODE.CHECKSUM_MISMATCH
spv.ds.ipprot.output.RESULT_CODE.CONFIG_ID_CONFLICT
spv.ds.ipprot.output.RESULT_CODE.CONFIG_INTEGRITY_FAILED
spv.ds.ipprot.output.RESULT_CODE.CONFIG_NOT_FOUND
spv.ds.ipprot.output.RESULT_CODE.DB_FAILURE
spv.ds.ipprot.output.RESULT_CODE.DB_NOT_CONNECTED
spv.ds.ipprot.output.RESULT_CODE.INVALID_CONFIG
spv.ds.ipprot.output.RESULT_CODE.INVALID_PASSWORD
spv.ds.ipprot.output.RESULT_CODE.INVALID_TEMPLATE
spv.ds.ipprot.output.RESULT_CODE.INVALID_USER
spv.ds.ipprot.output.RESULT_CODE.MISSING_AUTH_HEADER
spv.ds.ipprot.output.RESULT_CODE.NOT_LOGGED_IN
spv.ds.ipprot.output.RESULT_CODE.SERVICE_FAILURE
spv.ds.ipprot.output.RESULT_CODE.STATE_TRANS_FAILURE
spv.ds.ipprot.output.RESULT_CODE.SUCCESS
spv.ds.ipprot.output.RESULT_CODE.UNSPECIFIED_FAILURE
spv.ds.ipprot.output.SavedConfig
— class
spv.ds.ipprot.output.SavedConfig.ConfigName
spv.ds.ipprot.output.SavedConfig.Data
spv.ds.ipprot.output.SavedConfig.ImageUrl
spv.ds.ipprot.output.SavedConfigData
— class
spv.ds.ipprot.output.SavedConfigData.Checksum
spv.ds.ipprot.output.SavedConfigData.DateCreated
spv.ds.ipprot.output.SavedConfigData.EncodedConfigs
spv.ds.ipprot.output.SavedConfigData.Flags
spv.ds.ipprot.output.SavedConfigData.Summary
spv.ds.ipprot.output.SavedSummary
— class
spv.ds.ipprot.output.SavedSummary.Category
spv.ds.ipprot.output.SavedSummary.PriceText
spv.ds.ipprot.output.SavedSummary.SummaryItems
spv.ds.ipprot.output.SavedSummaryItem
— class
spv.ds.ipprot.output.SavedSummaryItem.ItemId
spv.ds.ipprot.output.SavedSummaryItem.ItemText
spv.ds.ipprot.output.SavedSummaryItem.MenuHierarchy
spv.ds.ipprot.output.SavedSummaryItem.MenuText
spv.ds.ipprot.output.SavedSummaryItem.PriceText
spv.ds.ipprot.output.SavedUser
— class
spv.ds.ipprot.output.SavedUser.Configs
spv.ds.ipprot.output.SavedUser.UserName
spv.ds.ipprot.output.SessionInitData
— class
spv.ds.ipprot.output.SessionInitData.bumps
spv.ds.ipprot.output.SessionInitData.intro_page
spv.ds.ipprot.output.SessionInitData.session_id
spv.ds.ipprot.protocol
— namespace
spv.ds.ipprot.protocol.DisplayPrice
— class
spv.ds.ipprot.protocol.DisplayPrice.currency_is_prefixed
spv.ds.ipprot.protocol.DisplayPrice.currency_symbol
spv.ds.ipprot.protocol.DisplayPrice.decimals
spv.ds.ipprot.protocol.DisplayPrice.price_value
spv.ds.ipprot.protocol.DisplayPrice.text
spv.ds.ipprot.protocol.DisplayPrice.use_text
spv.ds.ipprot.storage
— namespace
spv.ds.ipprot.storage.ConfigData
— class
spv.ds.ipprot.storage.ConfigData.Checksum
spv.ds.ipprot.storage.ConfigData.DateCreated
spv.ds.ipprot.storage.ConfigData.EncodedConfigs
spv.ds.ipprot.storage.ConfigData.Flags
spv.ds.ipprot.storage.ConfigData.PluginDataSet
spv.ds.ipprot.storage.ConfigData.Summary
spv.ds.ipprot.storage.DynamicDictionary
— class
spv.ds.ipprot.storage.DynamicDictionary.Children
spv.ds.ipprot.storage.PluginData
— class
spv.ds.ipprot.storage.PluginData.Data
spv.ds.ipprot.storage.PluginData.PluginName
spv.ds.ipprot.storage.SavedSummary
— class
spv.ds.ipprot.storage.SavedSummary.Category
spv.ds.ipprot.storage.SavedSummary.PluginDataSet
spv.ds.ipprot.storage.SavedSummary.PriceText
spv.ds.ipprot.storage.SavedSummary.SummaryItems
spv.ds.ipprot.storage.SummaryItem
— class
spv.ds.ipprot.storage.SummaryItem.ItemId
spv.ds.ipprot.storage.SummaryItem.ItemText
spv.ds.ipprot.storage.SummaryItem.MenuHierarchy
spv.ds.ipprot.storage.SummaryItem.MenuText
spv.ds.ipprot.storage.SummaryItem.PluginDataSet
spv.ds.ipprot.storage.SummaryItem.PriceText
spv.ds.ipprot.storage.UserData
— class
spv.ds.ipprot.storage.UserData.PluginDataSet
spv.ds.ipprot_nova
— namespace
spv.ds.ipprot_nova.IpadClient
— class
spv.ds.ipprot_nova.IpadClient.ProtocolError
— class
spv.ds.ipprot_nova.IpadClient.ProtocolError.message
spv.ds.ipprot_nova.IpadClient.ProtocolError.name
spv.ds.ipprot_nova.IpadClient.ProtocolError.status
spv.ds.ipprot_nova.IpadClient.add_gui_group_subscriptions
spv.ds.ipprot_nova.IpadClient.attempt_bip
spv.ds.ipprot_nova.IpadClient.bip
spv.ds.ipprot_nova.IpadClient.build_info
spv.ds.ipprot_nova.IpadClient.clear_gui_group_subscriptions
spv.ds.ipprot_nova.IpadClient.create_session
spv.ds.ipprot_nova.IpadClient.create_user
spv.ds.ipprot_nova.IpadClient.generate_pdf
spv.ds.ipprot_nova.IpadClient.generate_public_config
spv.ds.ipprot_nova.IpadClient.get_bump
spv.ds.ipprot_nova.IpadClient.get_categories
spv.ds.ipprot_nova.IpadClient.get_config_as_string
spv.ds.ipprot_nova.IpadClient.get_config_image
spv.ds.ipprot_nova.IpadClient.get_config_image_light
spv.ds.ipprot_nova.IpadClient.get_configs
spv.ds.ipprot_nova.IpadClient.get_current_config_image
spv.ds.ipprot_nova.IpadClient.get_facebook_share_data
spv.ds.ipprot_nova.IpadClient.get_fresh_configs
spv.ds.ipprot_nova.IpadClient.get_image
spv.ds.ipprot_nova.IpadClient.get_image_from_encoded_string
spv.ds.ipprot_nova.IpadClient.get_item_info
spv.ds.ipprot_nova.IpadClient.get_item_resources
spv.ds.ipprot_nova.IpadClient.get_media_kit
spv.ds.ipprot_nova.IpadClient.get_presentation_structure
spv.ds.ipprot_nova.IpadClient.get_readmore
spv.ds.ipprot_nova.IpadClient.get_state_resolvers
spv.ds.ipprot_nova.IpadClient.get_user_config_image
spv.ds.ipprot_nova.IpadClient.heartbeat
spv.ds.ipprot_nova.IpadClient.init_settings
spv.ds.ipprot_nova.IpadClient.initialize_session
spv.ds.ipprot_nova.IpadClient.load_config
spv.ds.ipprot_nova.IpadClient.load_config_from_string
spv.ds.ipprot_nova.IpadClient.load_public_config
spv.ds.ipprot_nova.IpadClient.login
spv.ds.ipprot_nova.IpadClient.logout
spv.ds.ipprot_nova.IpadClient.rebop
spv.ds.ipprot_nova.IpadClient.remove_config
spv.ds.ipprot_nova.IpadClient.reset
spv.ds.ipprot_nova.IpadClient.reset_password
spv.ds.ipprot_nova.IpadClient.save_config
spv.ds.ipprot_nova.IpadClient.send_reset_password_mail
spv.ds.ipprot_nova.IpadClient.session_has_logged_in_user
spv.ds.ipprot_nova.IpadClient.set_menu_query
spv.ds.ipprot_nova.IpadClient.set_price_localization
spv.ds.ipprot_nova.IpadClient.test_internal_server_error
spv.ds.ipprot_nova.IpadClient.user_config_add_flag
spv.ds.ipprot_nova.IpadClient.user_config_add_flag_to_all
spv.ds.ipprot_nova.IpadClient.user_config_add_flag_to_all_ignoring_flags
spv.ds.ipprot_nova.IpadClient.user_config_list
spv.ds.ipprot_nova.IpadClient.user_config_list_ignoring_flags
spv.ds.ipprot_nova.IpadClient.user_config_load
spv.ds.ipprot_nova.IpadClient.user_config_remove_all_configs
spv.ds.ipprot_nova.IpadClient.user_config_remove_flag
spv.ds.ipprot_nova.IpadClient.user_config_remove_flag_from_all
spv.ds.ipprot_nova.IpadClient.user_config_remove_flag_from_all_ignoring_flags
spv.ds.ipprot_nova.IpadClient.user_config_remove_user
spv.ds.ipprot_nova.IpadClient.user_config_remove_user_config
spv.ds.ipprot_nova.IpadClient.user_config_save
spv.ds.ipprot_nova.IpadClient.user_config_save_user_data
spv.ds.ipprot_nova.boosterprotocol
— namespace
spv.ds.ipprot_nova.boosterprotocol.BuildInfo
— class
spv.ds.ipprot_nova.boosterprotocol.BuildInfo.BuildNumber
spv.ds.ipprot_nova.definition
— namespace
spv.ds.ipprot_nova.definition.Configuration
— class
spv.ds.ipprot_nova.definition.Configuration.disable_build
spv.ds.ipprot_nova.definition.Configuration.image_config
spv.ds.ipprot_nova.definition.Configuration.link_config
spv.ds.ipprot_nova.definition.Configuration.price_text
spv.ds.ipprot_nova.definition.Configuration.small_desc
spv.ds.ipprot_nova.definition.Configuration.title
spv.ds.ipprot_nova.definition.GroupExtra
— class
spv.ds.ipprot_nova.definition.GroupExtra.Ipad
spv.ds.ipprot_nova.definition.Groups
— class
spv.ds.ipprot_nova.definition.Groups.banner_images
spv.ds.ipprot_nova.definition.Groups.configs
spv.ds.ipprot_nova.definition.Groups.group_extras
spv.ds.ipprot_nova.definition.Groups.header
spv.ds.ipprot_nova.definition.Groups.icon_name
spv.ds.ipprot_nova.definition.Groups.long_desc
spv.ds.ipprot_nova.definition.Groups.short_desc
spv.ds.ipprot_nova.definition.Image
— class
spv.ds.ipprot_nova.definition.Image.path
spv.ds.ipprot_nova.definition.Image.platform
spv.ds.ipprot_nova.definition.ImageConfiguration
— class
spv.ds.ipprot_nova.definition.ImageConfiguration.data
spv.ds.ipprot_nova.definition.ImageConfiguration.enc_type
spv.ds.ipprot_nova.definition.ImageConfiguration.frame
spv.ds.ipprot_nova.definition.IpadGroupAuxiliary
— class
spv.ds.ipprot_nova.definition.IpadGroupAuxiliary.Images
spv.ds.ipprot_nova.definition.IpadMiscAuxiliary
— class
spv.ds.ipprot_nova.definition.IpadMiscAuxiliary.intro_text
spv.ds.ipprot_nova.definition.IpadMiscAuxiliary.summary_background_image
spv.ds.ipprot_nova.definition.LinkConfiguration
— class
spv.ds.ipprot_nova.definition.LinkConfiguration.data
spv.ds.ipprot_nova.definition.LinkConfiguration.enc_type
spv.ds.ipprot_nova.definition.Root
— class
spv.ds.ipprot_nova.definition.Root.groups
spv.ds.ipprot_nova.definition.Root.intro_page_extras
spv.ds.ipprot_nova.definition.Root.source_checksum
spv.ds.ipprot_nova.definition.RootExtra
— class
spv.ds.ipprot_nova.definition.RootExtra.Ipad
spv.ds.ipprot_nova.input
— namespace
spv.ds.ipprot_nova.input.BopDisabledFlagMode
— namespace
spv.ds.ipprot_nova.input.BopDisabledFlagMode.IGNORE_DISABLED_FLAG
spv.ds.ipprot_nova.input.BopDisabledFlagMode.USE_DISABLED_FLAG
spv.ds.ipprot_nova.input.BopReadMoreMode
— namespace
spv.ds.ipprot_nova.input.BopReadMoreMode.AVAILABILITY_FLAG
spv.ds.ipprot_nova.input.BopReadMoreMode.FULL_TEXT
spv.ds.ipprot_nova.output
— namespace
spv.ds.ipprot_nova.output.BipAttempt
— class
spv.ds.ipprot_nova.output.BipAttempt.attempt_result_code
spv.ds.ipprot_nova.output.BipAttempt.bop
spv.ds.ipprot_nova.output.BipAttempt.resolvers
spv.ds.ipprot_nova.output.BipAttemptResultCode
— namespace
spv.ds.ipprot_nova.output.BipAttemptResultCode.ACTIVATED
spv.ds.ipprot_nova.output.BipAttemptResultCode.RESOLVERS
spv.ds.ipprot_nova.output.Bump
— class
spv.ds.ipprot_nova.output.Bump.category
spv.ds.ipprot_nova.output.Bump.composed_url
spv.ds.ipprot_nova.output.Bump.gui_url
spv.ds.ipprot_nova.output.Bump.icon_url
spv.ds.ipprot_nova.output.Bump.initial_frame
spv.ds.ipprot_nova.output.Bump.initial_serie
spv.ds.ipprot_nova.output.Bump.items
spv.ds.ipprot_nova.output.Bump.menus
spv.ds.ipprot_nova.output.Bump.readmore_content_url
spv.ds.ipprot_nova.output.Bump.reset_time_sec
spv.ds.ipprot_nova.output.Bump.series
spv.ds.ipprot_nova.output.Bump.summary_content_url
spv.ds.ipprot_nova.output.Bump.version
spv.ds.ipprot_nova.output.BumpItem
— class
spv.ds.ipprot_nova.output.BumpItem.id
spv.ds.ipprot_nova.output.BumpItem.information
spv.ds.ipprot_nova.output.BumpItem.name
spv.ds.ipprot_nova.output.BumpItem.short_text
spv.ds.ipprot_nova.output.BumpMenu
— class
spv.ds.ipprot_nova.output.BumpMenu.id
spv.ds.ipprot_nova.output.BumpMenu.name
spv.ds.ipprot_nova.output.BumpMenu.short_text
spv.ds.ipprot_nova.output.BumpSerie
— class
spv.ds.ipprot_nova.output.BumpSerie.extension
spv.ds.ipprot_nova.output.BumpSerie.first_frame
spv.ds.ipprot_nova.output.BumpSerie.id
spv.ds.ipprot_nova.output.BumpSerie.image_height
spv.ds.ipprot_nova.output.BumpSerie.image_output_height
spv.ds.ipprot_nova.output.BumpSerie.image_output_width
spv.ds.ipprot_nova.output.BumpSerie.image_width
spv.ds.ipprot_nova.output.BumpSerie.index
spv.ds.ipprot_nova.output.BumpSerie.last_frame
spv.ds.ipprot_nova.output.BumpSerie.model_id
spv.ds.ipprot_nova.output.Category
— class
spv.ds.ipprot_nova.output.Category.ID
spv.ds.ipprot_nova.output.ConfigBop
— class
spv.ds.ipprot_nova.output.ConfigBop.bops
spv.ds.ipprot_nova.output.ConfigBop.result_code
spv.ds.ipprot_nova.output.DisplayPrice
— class
spv.ds.ipprot_nova.output.DisplayPrice.currency_is_prefixed
spv.ds.ipprot_nova.output.DisplayPrice.currency_symbol
spv.ds.ipprot_nova.output.DisplayPrice.decimals
spv.ds.ipprot_nova.output.DisplayPrice.price_value
spv.ds.ipprot_nova.output.DisplayPrice.text
spv.ds.ipprot_nova.output.DisplayPrice.use_text
spv.ds.ipprot_nova.output.FacebookShareData
— class
spv.ds.ipprot_nova.output.FacebookShareData.caption
spv.ds.ipprot_nova.output.FacebookShareData.description
spv.ds.ipprot_nova.output.FacebookShareData.link
spv.ds.ipprot_nova.output.FacebookShareData.message
spv.ds.ipprot_nova.output.FacebookShareData.name
spv.ds.ipprot_nova.output.FacebookShareData.picture
spv.ds.ipprot_nova.output.FreshConfig
— class
spv.ds.ipprot_nova.output.FreshConfig.checksum
spv.ds.ipprot_nova.output.FreshConfig.img_url
spv.ds.ipprot_nova.output.FreshConfig.items
spv.ds.ipprot_nova.output.FreshConfig.meta
spv.ds.ipprot_nova.output.FreshConfig.name
spv.ds.ipprot_nova.output.FreshConfig.timestamp
spv.ds.ipprot_nova.output.GetConfigResult
— class
spv.ds.ipprot_nova.output.GetConfigResult.Output
spv.ds.ipprot_nova.output.GetConfigResult.ResultCode
spv.ds.ipprot_nova.output.GetItemResourcesResult
— class
spv.ds.ipprot_nova.output.GetItemResourcesResult.resources
spv.ds.ipprot_nova.output.GlobalAuxiliary
— class
spv.ds.ipprot_nova.output.GlobalAuxiliary.Payload
spv.ds.ipprot_nova.output.GuiItem
— class
spv.ds.ipprot_nova.output.GuiItem.id
spv.ds.ipprot_nova.output.GuiItem.short_text
spv.ds.ipprot_nova.output.GuiPath
— class
spv.ds.ipprot_nova.output.GuiPath.gui_items
spv.ds.ipprot_nova.output.ImageResponse
— class
spv.ds.ipprot_nova.output.ImageResponse.encoded_config
spv.ds.ipprot_nova.output.ImageResponse.image_path
spv.ds.ipprot_nova.output.ItemAuxiliary
— class
spv.ds.ipprot_nova.output.ItemAuxiliary.Payload
spv.ds.ipprot_nova.output.ItemResources
— class
spv.ds.ipprot_nova.output.ItemResources.has_readmore
spv.ds.ipprot_nova.output.ItemResources.icon
spv.ds.ipprot_nova.output.ItemResources.name
spv.ds.ipprot_nova.output.ItemResources.short_text
spv.ds.ipprot_nova.output.MenuNode
— class
spv.ds.ipprot_nova.output.MenuNode.children
spv.ds.ipprot_nova.output.MenuNode.id
spv.ds.ipprot_nova.output.MenuNode.node_type
spv.ds.ipprot_nova.output.MenuNodeType
— namespace
spv.ds.ipprot_nova.output.MenuNodeType.ITEM
spv.ds.ipprot_nova.output.MenuNodeType.MENU
spv.ds.ipprot_nova.output.MenuNodeType.SEPARATOR
spv.ds.ipprot_nova.output.OutBop
— class
spv.ds.ipprot_nova.output.OutBop.active_item
spv.ds.ipprot_nova.output.OutBop.active_menu
spv.ds.ipprot_nova.output.OutBop.aux_carrier
spv.ds.ipprot_nova.output.OutBop.category
spv.ds.ipprot_nova.output.OutBop.complex_subscriptions
spv.ds.ipprot_nova.output.OutBop.frame
spv.ds.ipprot_nova.output.OutBop.group_id
spv.ds.ipprot_nova.output.OutBop.image_filename
spv.ds.ipprot_nova.output.OutBop.is_reversed
spv.ds.ipprot_nova.output.OutBop.is_summary
spv.ds.ipprot_nova.output.OutBop.is_wrap
spv.ds.ipprot_nova.output.OutBop.mask_filename
spv.ds.ipprot_nova.output.OutBop.menu_tree
spv.ds.ipprot_nova.output.OutBop.model_id
spv.ds.ipprot_nova.output.OutBop.serie
spv.ds.ipprot_nova.output.OutBop.subscriptions
spv.ds.ipprot_nova.output.OutBop.summaries
spv.ds.ipprot_nova.output.OutBop.summary_images
spv.ds.ipprot_nova.output.OutBop.total_price
spv.ds.ipprot_nova.output.OutBop.total_price_text
spv.ds.ipprot_nova.output.OutBop.updates
spv.ds.ipprot_nova.output.OutBopSubscription
— class
spv.ds.ipprot_nova.output.OutBopSubscription.id
spv.ds.ipprot_nova.output.OutBopSummary
— class
spv.ds.ipprot_nova.output.OutBopSummary.aux_carrier
spv.ds.ipprot_nova.output.OutBopSummary.gui_paths
spv.ds.ipprot_nova.output.OutBopSummary.item_id
spv.ds.ipprot_nova.output.OutBopSummary.item_price
spv.ds.ipprot_nova.output.OutBopSummary.item_price_text
spv.ds.ipprot_nova.output.OutBopSummary.item_text
spv.ds.ipprot_nova.output.OutBopSummary.menu_id
spv.ds.ipprot_nova.output.OutBopSummary.menu_text
spv.ds.ipprot_nova.output.OutBopUpdate
— class
spv.ds.ipprot_nova.output.OutBopUpdate.aux_carrier
spv.ds.ipprot_nova.output.OutBopUpdate.category
spv.ds.ipprot_nova.output.OutBopUpdate.disabled
spv.ds.ipprot_nova.output.OutBopUpdate.gui_group
spv.ds.ipprot_nova.output.OutBopUpdate.has_readmore
spv.ds.ipprot_nova.output.OutBopUpdate.icon
spv.ds.ipprot_nova.output.OutBopUpdate.id
spv.ds.ipprot_nova.output.OutBopUpdate.image
spv.ds.ipprot_nova.output.OutBopUpdate.information
spv.ds.ipprot_nova.output.OutBopUpdate.movie
spv.ds.ipprot_nova.output.OutBopUpdate.music
spv.ds.ipprot_nova.output.OutBopUpdate.name
spv.ds.ipprot_nova.output.OutBopUpdate.price
spv.ds.ipprot_nova.output.OutBopUpdate.price_text
spv.ds.ipprot_nova.output.OutBopUpdate.selected
spv.ds.ipprot_nova.output.OutBopUpdate.short_text
spv.ds.ipprot_nova.output.OutBopUpdate.swf
spv.ds.ipprot_nova.output.OutBopUpdate.visible
spv.ds.ipprot_nova.output.OutResolvers
— class
spv.ds.ipprot_nova.output.OutResolvers.deactivated_items
spv.ds.ipprot_nova.output.OutResolvers.trigger_items
spv.ds.ipprot_nova.output.PdfGenerationResult
— class
spv.ds.ipprot_nova.output.PdfGenerationResult.CODE_INVALID_TEMPLATE
spv.ds.ipprot_nova.output.PdfGenerationResult.CODE_SERVICE_FAILURE
spv.ds.ipprot_nova.output.PdfGenerationResult.CODE_SUCCESS
spv.ds.ipprot_nova.output.PdfGenerationResult.file_path
spv.ds.ipprot_nova.output.PdfGenerationResult.result_code
spv.ds.ipprot_nova.output.PdfGenerationResult.url
spv.ds.ipprot_nova.output.PresentationStructure
— class
spv.ds.ipprot_nova.output.PresentationStructure.filter
spv.ds.ipprot_nova.output.PresentationStructure.items
spv.ds.ipprot_nova.output.PresentationStructure.nodes
spv.ds.ipprot_nova.output.PresentationStructure.query
spv.ds.ipprot_nova.output.PresentationStructureItemState
— class
spv.ds.ipprot_nova.output.PresentationStructureItemState.selected
spv.ds.ipprot_nova.output.PresentationStructureItemState.visible
spv.ds.ipprot_nova.output.RESULT_CODE
— namespace
spv.ds.ipprot_nova.output.RESULT_CODE.BOOSTER_NOT_INIT
spv.ds.ipprot_nova.output.RESULT_CODE.CAMPAIGN_ITEM_INVALID
spv.ds.ipprot_nova.output.RESULT_CODE.CAMPAIGN_NOT_FOUND
spv.ds.ipprot_nova.output.RESULT_CODE.CAMPAIGN_UNAVAILABLE
spv.ds.ipprot_nova.output.RESULT_CODE.CHECKSUM_MISMATCH
spv.ds.ipprot_nova.output.RESULT_CODE.CONFIG_ID_CONFLICT
spv.ds.ipprot_nova.output.RESULT_CODE.CONFIG_INTEGRITY_FAILED
spv.ds.ipprot_nova.output.RESULT_CODE.CONFIG_NOT_FOUND
spv.ds.ipprot_nova.output.RESULT_CODE.DB_FAILURE
spv.ds.ipprot_nova.output.RESULT_CODE.DB_NOT_CONNECTED
spv.ds.ipprot_nova.output.RESULT_CODE.INVALID_CONFIG
spv.ds.ipprot_nova.output.RESULT_CODE.INVALID_PASSWORD
spv.ds.ipprot_nova.output.RESULT_CODE.INVALID_TEMPLATE
spv.ds.ipprot_nova.output.RESULT_CODE.INVALID_USER
spv.ds.ipprot_nova.output.RESULT_CODE.MISSING_AUTH_HEADER
spv.ds.ipprot_nova.output.RESULT_CODE.NOT_LOGGED_IN
spv.ds.ipprot_nova.output.RESULT_CODE.SERVICE_FAILURE
spv.ds.ipprot_nova.output.RESULT_CODE.STATE_TRANS_FAILURE
spv.ds.ipprot_nova.output.RESULT_CODE.SUCCESS
spv.ds.ipprot_nova.output.RESULT_CODE.UNSPECIFIED_FAILURE
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition
— class
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.attachment
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.attachment_link_text
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.auto_play
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.bitrate_bitps
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.file_size
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.height
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.media_group
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.media_index
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.media_tag
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.path
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.resource_type
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.start_time_ms
spv.ds.ipprot_nova.output.ReadMoreResourceDefinition.width
spv.ds.ipprot_nova.output.ReadMoreResources
— class
spv.ds.ipprot_nova.output.ReadMoreResources.resources
spv.ds.ipprot_nova.output.SavedConfig
— class
spv.ds.ipprot_nova.output.SavedConfig.ConfigName
spv.ds.ipprot_nova.output.SavedConfig.Data
spv.ds.ipprot_nova.output.SavedConfig.ImageUrl
spv.ds.ipprot_nova.output.SavedConfigData
— class
spv.ds.ipprot_nova.output.SavedConfigData.Checksum
spv.ds.ipprot_nova.output.SavedConfigData.DateCreated
spv.ds.ipprot_nova.output.SavedConfigData.EncodedConfigs
spv.ds.ipprot_nova.output.SavedConfigData.Flags
spv.ds.ipprot_nova.output.SavedConfigData.PluginDataSet
spv.ds.ipprot_nova.output.SavedConfigData.Summary
spv.ds.ipprot_nova.output.SavedPluginData
— class
spv.ds.ipprot_nova.output.SavedPluginData.Data
spv.ds.ipprot_nova.output.SavedPluginData.PluginName
spv.ds.ipprot_nova.output.SavedSummary
— class
spv.ds.ipprot_nova.output.SavedSummary.Category
spv.ds.ipprot_nova.output.SavedSummary.PluginDataSet
spv.ds.ipprot_nova.output.SavedSummary.PriceText
spv.ds.ipprot_nova.output.SavedSummary.SummaryItems
spv.ds.ipprot_nova.output.SavedSummaryItem
— class
spv.ds.ipprot_nova.output.SavedSummaryItem.ItemId
spv.ds.ipprot_nova.output.SavedSummaryItem.ItemText
spv.ds.ipprot_nova.output.SavedSummaryItem.MenuHierarchy
spv.ds.ipprot_nova.output.SavedSummaryItem.MenuText
spv.ds.ipprot_nova.output.SavedSummaryItem.PriceText
spv.ds.ipprot_nova.output.SavedUser
— class
spv.ds.ipprot_nova.output.SavedUser.Configs
spv.ds.ipprot_nova.output.SavedUser.UserName
spv.ds.ipprot_nova.output.SessionInitData
— class
spv.ds.ipprot_nova.output.SessionInitData.bumps
spv.ds.ipprot_nova.output.SessionInitData.composed_url
spv.ds.ipprot_nova.output.SessionInitData.intro_page
spv.ds.ipprot_nova.output.SessionInitData.reset_time_sec
spv.ds.ipprot_nova.output.SessionInitData.session_id
spv.ds.ipprot_nova.utility
— namespace
spv.ds.ipprot_nova.utility.DynamicDictionary
— class
spv.ds.ipprot_nova.utility.DynamicDictionary.Children
spv.vds
— namespace
spv.vds.CCInputParam
— class
spv.vds.CCInputParam.choices
spv.vds.CCInputParam.convertCCParamsToObjects
spv.vds.CCInputParam.field_type
— Possible types:
spv.vds.CCInputParam.invalidate_view
spv.vds.CCInputParam.name
spv.vds.CCInputParam.read_only
spv.vds.CCInputParam.value
spv.vds.CCInputParam.value_hint
spv.vds.Campaign
— class
spv.vds.Campaign.external_values
— This property contains the original data from the campaign feed.
spv.vds.Campaign.input_config
— Input config used to validate this campaign
spv.vds.Campaign.item_short_texts
— Extra information for this campaign
spv.vds.Campaign.output_config
— Output/result config from validation
If the input_config and output_config is not identical the server
could not load this campaign properly and the campaign should not be
presented to the user.
spv.vds.CampaignCollection
— class
spv.vds.CampaignCollection.campaigns
— This array can contain campaigns if there are any validated campaigns
available for the requested campaign feed.
spv.vds.CampaignCollection.error
— This property can contain information from internal server errors for
debugging and logging.
spv.vds.CampaignCollection.is_being_refreshed
— The server is currently working on validating refreshed campaign data.
spv.vds.CampaignCollection.refreshed
— Timestamp for last refresh, TODO:
spv.vds.ConfigQuickInfo
— class
spv.vds.ConfigQuickInfo.config_name
spv.vds.ConfigQuickInfo.date_created
spv.vds.ConfigQuickInfo.engine
spv.vds.ConfigQuickInfo.model
spv.vds.ConfigQuickInfo.model_variant
spv.vds.ConfigQuickInfoResult
— class
spv.vds.ConfigQuickInfoResult.result
spv.vds.ServiceInfo
— If the ServiceInfo.has_message is true, then the message must be displayed
before initializing the client.
spv.vds.ServiceInfo.blocking_dialog
spv.vds.ServiceInfo.has_message
spv.vds.ServiceInfo.message
spv.vds.ServiceInfo.service_url
spv.vds.VdsClient
— VdsClient provides a layer of abstraction between GUI code and
session-/protocol-handling.
spv.vds.VdsClient.getCampaigns
— Requests available campaigns using the related feed id.
spv.vds.VdsClient.getRetailers
— Requests all available retailers
Preconditions:
spv.vds.VdsClient.getSpecification
— Get the VolvoCarSpec for a config.
spv.vds.VdsClient.requestServiceInfo
— Requests a specific service from a load balancing relay service and
returns the url via the on_success callback.
spv.vds.VdsClient.sessionGetCCInfo
— Gets the current company cars information for the active configuration.
spv.vds.VdsClient.sessionGetCCItemInfo
— Gets the current company cars information for a MenuItem.
spv.vds.VdsClient.sessionGetConfigQuickInfo
— Get some quick info about a saved configuration, such as model name and engine.
spv.vds.VdsClient.sessionGetLoan
— Get the current loan parameters and calculation result
Preconditions:
spv.vds.VdsClient.sessionResetLoan
— Resets the loan parameters used for private loan calculations
Preconditions:
spv.vds.VdsClient.sessionSendMailToCustomer
— Sends a volvo retailer newsletter and/or summary mail to the customer.
spv.vds.VdsClient.sessionSendMailToCustomerAndRetailer
— Sends a volvo retailer newsletter and/or summary mail to the customer and retailer.
spv.vds.VdsClient.sessionSetLoan
— Sets the loan parameters used for private loan calculations
Preconditions:
spv.vds.VdsClient.sessionSetRetailerBusinessGroup
— Sets retailer business group id and retailer mode for the current session.
spv.vds.VdsClient.sessionUpdateCCInputParams
— Updates the given parameters for Company Cars pricing.
spv.vds.VolvoCarSpec
— class
spv.vds.VolvoCarSpec.cis_car_spec
spv.vds.VolvoCarSpec.items
spv.vds.VolvoCarSpec.price_currency_sign
spv.vds.VolvoCarSpec.price_localization_id
spv.vds.VolvoCarSpec.technical_datas
spv.vds.VolvoCarSpec.total_price
spv.vds.VolvoCarSpecItem
— class
spv.vds.VolvoCarSpecItem.activation_type
spv.vds.VolvoCarSpecItem.cis_id
spv.vds.VolvoCarSpecItem.ds_id
spv.vds.VolvoCarSpecItem.item_type
spv.vds.VolvoCarSpecItem.price
spv.vds.VolvoCarSpecItem.properties
spv.vds.VolvoCarSpecTechData
— class
spv.vds.VolvoCarSpecTechData.name
spv.vds.VolvoCarSpecTechData.value
spv.vds.VolvoRetailer
— class
spv.vds.VolvoRetailer.address_2
spv.vds.VolvoRetailer.center_district
spv.vds.VolvoRetailer.company_email
spv.vds.VolvoRetailer.country
spv.vds.VolvoRetailer.district
spv.vds.VolvoRetailer.fax
spv.vds.VolvoRetailer.home_page
spv.vds.VolvoRetailer.id
spv.vds.VolvoRetailer.latitude
spv.vds.VolvoRetailer.longitude
spv.vds.VolvoRetailer.mail_address
spv.vds.VolvoRetailer.mail_post_number
spv.vds.VolvoRetailer.mail_post_town
spv.vds.VolvoRetailer.name
spv.vds.VolvoRetailer.new_cars_email
spv.vds.VolvoRetailer.new_contact_email
spv.vds.VolvoRetailer.occupation
spv.vds.VolvoRetailer.phone
spv.vds.VolvoRetailer.region
spv.vds.VolvoRetailer.structure_type
spv.vds.VolvoRetailer.used_cars_email
spv.vds.VolvoRetailer.visit_address
spv.vds.VolvoRetailer.visit_post_number
spv.vds.VolvoRetailer.visit_post_town
spv.vds.impl
— namespace
spv.vds.impl.IPPAdaptor
— Protocol adaptor for spv.vds.ipprot.IpadClient
Resposible for hiding protocol data types and interpreting reponse data to
failures in cases where errors are reported inside the normal result data.
spv.vds.impl.IPPAdaptor._impl
spv.vds.impl.IPPAdaptor.getCampaigns
spv.vds.impl.IPPAdaptor.getConfigQuickInfo
spv.vds.impl.IPPAdaptor.getRetailers
spv.vds.impl.IPPAdaptor.getSpecification
spv.vds.impl.IPPAdaptor.sessionDisableCCPrices
— Disables company car pricing.
spv.vds.impl.IPPAdaptor.sessionEnableCCPrices
— Enables company car pricing.
spv.vds.impl.IPPAdaptor.sessionGetCampaigns
spv.vds.impl.IPPAdaptor.sessionGetLoan
spv.vds.impl.IPPAdaptor.sessionResetLoan
spv.vds.impl.IPPAdaptor.sessionSendMailToCustomer
spv.vds.impl.IPPAdaptor.sessionSendMailToCustomerAndRetailer
spv.vds.impl.IPPAdaptor.sessionSetLoan
spv.vds.impl.IPPAdaptor.sessionSetRetailerBusinessGroup
spv.vds.impl.IPPAdaptor.sessionUpdateCCInputParams
— Updates the parameters for Company Cars pricing.
spv.vds.impl.IPPCommon
— namespace
spv.vds.impl.IPPCommon.convertObjectsToCCParams
— Used to convert between protocol object and exposed class.
spv.vds.impl.IPPCommon.convertToCampaign
spv.vds.impl.IPPCommon.convertToCampaignCollection
spv.vds.impl.IPPCommon.convertToCampaigns
spv.vds.impl.IPPCommon.convertToConfig
spv.vds.impl.IPPCommon.convertToConfigQuickInfoResult
spv.vds.impl.IPPCommon.convertToVolvoCarSpec
spv.vds.impl.IPPCommon.convertToVolvoCarSpecItem
spv.vds.impl.IPPCommon.convertToVolvoCarSpecItems
spv.vds.impl.IPPCommon.convertToVolvoCarSpecTechData
spv.vds.impl.IPPCommon.convertToVolvoCarSpecTechDatas
spv.vds.impl.IPPCommon.convertToVolvoRetailers
spv.vds.impl.IPPNovaAdaptor
— class
spv.vds.impl.IPPNovaAdaptor.getCampaigns
spv.vds.impl.IPPNovaAdaptor.sessionGetCampaigns
spv.vds.impl.IPPNovaAdaptor.sessionSetRetailerBusinessGroup
spv.vds.impl.IVdsProtocol
— Server protocol interface
@interface
spv.vds.impl.IVdsProtocol.getCampaigns
spv.vds.impl.IVdsProtocol.getConfigQuickInfo
spv.vds.impl.IVdsProtocol.getRetailers
spv.vds.impl.IVdsProtocol.getSpecification
spv.vds.impl.IVdsProtocol.sessionDisableCCPrices
spv.vds.impl.IVdsProtocol.sessionEnableCCPrices
spv.vds.impl.IVdsProtocol.sessionGetCampaigns
spv.vds.impl.IVdsProtocol.sessionGetLoan
spv.vds.impl.IVdsProtocol.sessionResetLoan
spv.vds.impl.IVdsProtocol.sessionSendMailToCustomer
spv.vds.impl.IVdsProtocol.sessionSendMailToCustomerAndRetailer
spv.vds.impl.IVdsProtocol.sessionSetLoan
spv.vds.impl.IVdsProtocol.sessionSetRetailerBusinessGroup
spv.vds.impl.IVdsProtocol.sessionUpdateCCInputParams
spv.vds.impl.RawCampaign
spv.vds.impl.RawCampaignCollection
spv.vds.impl.RawCarSpecification
spv.vds.impl.RawConfigQuickInfo
spv.vds.impl.RawConfigQuickInfoResult
spv.vds.impl.RawConfigurationValue
spv.vds.impl.RawDigitalShowroomValues
spv.vds.impl.RawItem
spv.vds.impl.RawMailRequestResult
spv.vds.impl.RawTechnicalData
spv.vds.impl.RawTechnicalDataAttribute
spv.vds.impl.RawVolvoRetailer
spv.vds.ipprot
— namespace
spv.vds.ipprot.IpadClient
— class
spv.vds.ipprot.IpadClient.get_config_quick_info
spv.vds.ipprot.IpadClient.get_item_meta_data
spv.vds.ipprot.IpadClient.loan_get_current_loan
spv.vds.ipprot.IpadClient.loan_reset
spv.vds.ipprot.IpadClient.loan_set_loan_paramters
spv.vds.ipprot.IpadClient.vcamp_get_campaigns
spv.vds.ipprot.IpadClient.vcomp_disable_company_car_prices
spv.vds.ipprot.IpadClient.vcomp_enable_company_car_prices
spv.vds.ipprot.IpadClient.vcomp_update_input_params
spv.vds.ipprot.IpadClient.vcomp_update_input_params_2
spv.vds.ipprot.IpadClient.vret_get_retailers
spv.vds.ipprot.IpadClient.vret_get_retailers_by_ids
spv.vds.ipprot.IpadClient.vret_send_customer_and_retailer_mail
spv.vds.ipprot.IpadClient.vret_send_customer_mail
spv.vds.ipprot.IpadClient.vspec_get_specification
spv.vds.ipprot.boosterconfig
— namespace
spv.vds.ipprot.boosterconfig.RESULT_CODE
— namespace
spv.vds.ipprot.boosterconfig.RESULT_CODE.BOOSTER_NOT_INIT
spv.vds.ipprot.boosterconfig.RESULT_CODE.CAMPAIGN_ITEM_INVALID
spv.vds.ipprot.boosterconfig.RESULT_CODE.CAMPAIGN_NOT_FOUND
spv.vds.ipprot.boosterconfig.RESULT_CODE.CAMPAIGN_UNAVAILABLE
spv.vds.ipprot.boosterconfig.RESULT_CODE.CHECKSUM_MISMATCH
spv.vds.ipprot.boosterconfig.RESULT_CODE.CONFIG_ID_CONFLICT
spv.vds.ipprot.boosterconfig.RESULT_CODE.CONFIG_INTEGRITY_FAILED
spv.vds.ipprot.boosterconfig.RESULT_CODE.CONFIG_NOT_FOUND
spv.vds.ipprot.boosterconfig.RESULT_CODE.DB_FAILURE
spv.vds.ipprot.boosterconfig.RESULT_CODE.DB_NOT_CONNECTED
spv.vds.ipprot.boosterconfig.RESULT_CODE.INVALID_CONFIG
spv.vds.ipprot.boosterconfig.RESULT_CODE.INVALID_PASSWORD
spv.vds.ipprot.boosterconfig.RESULT_CODE.INVALID_TEMPLATE
spv.vds.ipprot.boosterconfig.RESULT_CODE.INVALID_USER
spv.vds.ipprot.boosterconfig.RESULT_CODE.MISSING_AUTH_HEADER
spv.vds.ipprot.boosterconfig.RESULT_CODE.NOT_LOGGED_IN
spv.vds.ipprot.boosterconfig.RESULT_CODE.SERVICE_FAILURE
spv.vds.ipprot.boosterconfig.RESULT_CODE.STATE_TRANS_FAILURE
spv.vds.ipprot.boosterconfig.RESULT_CODE.SUCCESS
spv.vds.ipprot.boosterconfig.RESULT_CODE.UNSPECIFIED_FAILURE
spv.vds.ipprot.linq
— namespace
spv.vds.ipprot.linq.JTokenEqualityComparer
— class
spv.vds.ipprot.loanextension
— namespace
spv.vds.ipprot.loanextension.CurrentSettings
— class
spv.vds.ipprot.loanextension.CurrentSettings.down_payment
spv.vds.ipprot.loanextension.CurrentSettings.interest_rate
spv.vds.ipprot.loanextension.CurrentSettings.number_of_months
spv.vds.ipprot.loanextension.Loan
— class
spv.vds.ipprot.loanextension.Loan.Name
spv.vds.ipprot.loanextension.Loan.loan_settings
spv.vds.ipprot.loanextension.Loan.monthly_loan_price
spv.vds.ipprot.loanextension.Loan.total_purchase_price
spv.vds.ipprot.loanextension.LoanSettings
— class
spv.vds.ipprot.loanextension.LoanSettings.constant_settings
spv.vds.ipprot.loanextension.LoanSettings.current_settings
spv.vds.ipprot.loanextension.LoanSettings.presentation
spv.vds.ipprot.loanextension.LoanSettings.setting_limits
spv.vds.ipprot.loanextension.Location
— namespace
spv.vds.ipprot.loanextension.Location.PREFIX
spv.vds.ipprot.loanextension.Location.SUFFIX
spv.vds.ipprot.loanextension.Presentation
— class
spv.vds.ipprot.loanextension.Presentation.currency
spv.vds.ipprot.loanextension.Presentation.currency_monthly
spv.vds.ipprot.loanextension.Presentation.currency_position
spv.vds.ipprot.loanextension.SettingLimits
— class
spv.vds.ipprot.loanextension.SettingLimits.down_payment_ratio_max
spv.vds.ipprot.loanextension.SettingLimits.down_payment_ratio_min
spv.vds.ipprot.loanextension.SettingLimits.interest_rate_max
spv.vds.ipprot.loanextension.SettingLimits.interest_rate_min
spv.vds.ipprot.loanextension.SettingLimits.number_of_months_max
spv.vds.ipprot.loanextension.SettingLimits.number_of_months_min
spv.vds.ipprot.loanextension.SettingsConstants
— class
spv.vds.ipprot.loanextension.SettingsConstants.arrangement_fee
spv.vds.ipprot.loanextension.SettingsConstants.invoice_fee
spv.vds.ipprot.metadata
— namespace
spv.vds.ipprot.metadata.MetaDataEntry
— class
spv.vds.ipprot.metadata.MetaDataEntry.Empty
spv.vds.ipprot.metadata.MetaDataEntry._Values
spv.vds.ipprot.output
— namespace
spv.vds.ipprot.output.ConfigQuickInfo
— class
spv.vds.ipprot.output.ConfigQuickInfo.config_name
spv.vds.ipprot.output.ConfigQuickInfo.date_created
spv.vds.ipprot.output.ConfigQuickInfo.engine
spv.vds.ipprot.output.ConfigQuickInfo.model
spv.vds.ipprot.output.ConfigQuickInfo.model_variant
spv.vds.ipprot.output.ConfigQuickInfoResult
— class
spv.vds.ipprot.output.ConfigQuickInfoResult.result
spv.vds.ipprot.output.MAIL_REQUEST_CODE
— namespace
spv.vds.ipprot.output.MAIL_REQUEST_CODE.FAILURE
spv.vds.ipprot.output.MAIL_REQUEST_CODE.NA
spv.vds.ipprot.output.MAIL_REQUEST_CODE.SUCCESS
spv.vds.ipprot.output.MailRequestResult
— class
spv.vds.ipprot.output.MailRequestResult.customer_mail_status_code
spv.vds.ipprot.output.MailRequestResult.raw_response
spv.vds.ipprot.output.MailRequestResult.result_code
spv.vds.ipprot.output.MailRequestResult.retailer_mail_status_code
spv.vds.ipprot.output.RESULT_CODE
— namespace
spv.vds.ipprot.output.RESULT_CODE.BOOSTER_NOT_INIT
spv.vds.ipprot.output.RESULT_CODE.CAMPAIGN_ITEM_INVALID
spv.vds.ipprot.output.RESULT_CODE.CAMPAIGN_NOT_FOUND
spv.vds.ipprot.output.RESULT_CODE.CAMPAIGN_UNAVAILABLE
spv.vds.ipprot.output.RESULT_CODE.CHECKSUM_MISMATCH
spv.vds.ipprot.output.RESULT_CODE.CONFIG_ID_CONFLICT
spv.vds.ipprot.output.RESULT_CODE.CONFIG_INTEGRITY_FAILED
spv.vds.ipprot.output.RESULT_CODE.CONFIG_NOT_FOUND
spv.vds.ipprot.output.RESULT_CODE.DB_FAILURE
spv.vds.ipprot.output.RESULT_CODE.DB_NOT_CONNECTED
spv.vds.ipprot.output.RESULT_CODE.INVALID_CONFIG
spv.vds.ipprot.output.RESULT_CODE.INVALID_PASSWORD
spv.vds.ipprot.output.RESULT_CODE.INVALID_TEMPLATE
spv.vds.ipprot.output.RESULT_CODE.INVALID_USER
spv.vds.ipprot.output.RESULT_CODE.MISSING_AUTH_HEADER
spv.vds.ipprot.output.RESULT_CODE.NOT_LOGGED_IN
spv.vds.ipprot.output.RESULT_CODE.SERVICE_FAILURE
spv.vds.ipprot.output.RESULT_CODE.STATE_TRANS_FAILURE
spv.vds.ipprot.output.RESULT_CODE.SUCCESS
spv.vds.ipprot.output.RESULT_CODE.UNSPECIFIED_FAILURE
spv.vds.ipprot.specification
— namespace
spv.vds.ipprot.specification.CarSpecification
— class
spv.vds.ipprot.specification.CarSpecification.cis_car_spec
spv.vds.ipprot.specification.CarSpecification.items
spv.vds.ipprot.specification.CarSpecification.price_settings
spv.vds.ipprot.specification.CarSpecification.technical_data
spv.vds.ipprot.specification.CarSpecification.total_price
spv.vds.ipprot.specification.Currency
— class
spv.vds.ipprot.specification.Currency.sign
spv.vds.ipprot.specification.Item
— class
spv.vds.ipprot.specification.Item.activation_type
spv.vds.ipprot.specification.Item.category
spv.vds.ipprot.specification.Item.cis_id
spv.vds.ipprot.specification.Item.ds_id
spv.vds.ipprot.specification.Item.item_type
spv.vds.ipprot.specification.Item.price
spv.vds.ipprot.specification.Item.properties
spv.vds.ipprot.specification.ItemCategory
— class
spv.vds.ipprot.specification.ItemCategory.ds_id
spv.vds.ipprot.specification.ItemCategory.name
spv.vds.ipprot.specification.ItemCategory.sub_category
spv.vds.ipprot.specification.ItemProperties
— class
spv.vds.ipprot.specification.ItemProperties.description
spv.vds.ipprot.specification.ItemProperties.icon
spv.vds.ipprot.specification.ItemProperties.image
spv.vds.ipprot.specification.ItemProperties.movie
spv.vds.ipprot.specification.ItemProperties.short_text
spv.vds.ipprot.specification.PriceSettings
— class
spv.vds.ipprot.specification.PriceSettings.currency
spv.vds.ipprot.specification.PriceSettings.localization_id
spv.vds.ipprot.specification.SelectionType
— namespace
spv.vds.ipprot.specification.SelectionType.ADM
spv.vds.ipprot.specification.SelectionType.O1P
spv.vds.ipprot.specification.SelectionType.PCO
spv.vds.ipprot.specification.SelectionType.STD
spv.vds.ipprot.specification.SelectionType.UND
spv.vds.ipprot.specification.SelectionType.USR
spv.vds.ipprot.specification.TechnicalData
— class
spv.vds.ipprot.specification.TechnicalData.attributes
spv.vds.ipprot.specification.TechnicalDataAttribute
— class
spv.vds.ipprot.specification.TechnicalDataAttribute.name
spv.vds.ipprot.specification.TechnicalDataAttribute.value
spv.vds.ipprot.specification.VolvoCarSpecification
— class
spv.vds.ipprot.specification.VolvoCarSpecification.cis_car_spec
spv.vds.ipprot.specification.VolvoCarSpecification.items
spv.vds.ipprot.specification.VolvoCarSpecification.price_settings
spv.vds.ipprot.specification.VolvoCarSpecification.technical_data
spv.vds.ipprot.specification.VolvoCarSpecification.total_price
spv.vds.ipprot.specification.VolvoItemType
— namespace
spv.vds.ipprot.specification.VolvoItemType.BODY
spv.vds.ipprot.specification.VolvoItemType.COLOR
spv.vds.ipprot.specification.VolvoItemType.COLOR_SUFFIX
spv.vds.ipprot.specification.VolvoItemType.ENGINE
spv.vds.ipprot.specification.VolvoItemType.GEARBOX
spv.vds.ipprot.specification.VolvoItemType.MARKET
spv.vds.ipprot.specification.VolvoItemType.MODEL
spv.vds.ipprot.specification.VolvoItemType.MODEL_YEAR
spv.vds.ipprot.specification.VolvoItemType.OPTION
spv.vds.ipprot.specification.VolvoItemType.SALES_VERSION
spv.vds.ipprot.specification.VolvoItemType.STEERING
spv.vds.ipprot.specification.VolvoItemType.UPHOLSTERY
spv.vds.ipprot.vds
— namespace
spv.vds.ipprot.vds.ConfigQuickInfo
— class
spv.vds.ipprot.vds.ConfigQuickInfo.config_name
spv.vds.ipprot.vds.ConfigQuickInfo.date_created
spv.vds.ipprot.vds.ConfigQuickInfo.engine
spv.vds.ipprot.vds.ConfigQuickInfo.model
spv.vds.ipprot.vds.ConfigQuickInfo.model_variant
spv.vds.ipprot.vds.ConfigQuickInfoResult
— class
spv.vds.ipprot.vds.ConfigQuickInfoResult.result
spv.vds.ipprot.volvoboosterweb
— namespace
spv.vds.ipprot.volvoboosterweb.MAIL_REQUEST_CODE
— namespace
spv.vds.ipprot.volvoboosterweb.MAIL_REQUEST_CODE.FAILURE
spv.vds.ipprot.volvoboosterweb.MAIL_REQUEST_CODE.NA
spv.vds.ipprot.volvoboosterweb.MAIL_REQUEST_CODE.SUCCESS
spv.vds.ipprot.volvoboosterweb.MailRequestResult
— class
spv.vds.ipprot.volvoboosterweb.MailRequestResult.customer_mail_status_code
spv.vds.ipprot.volvoboosterweb.MailRequestResult.raw_response
spv.vds.ipprot.volvoboosterweb.MailRequestResult.result_code
spv.vds.ipprot.volvoboosterweb.MailRequestResult.retailer_mail_status_code
spv.vds.ipprot.volvoboosterweb.VolvoRetailer
— class
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.address_2
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.center_district
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.company_email
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.country
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.district
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.fax
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.home_page
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.id
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.latitude
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.longitude
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.mail_address
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.mail_post_number
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.mail_post_town
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.name
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.new_cars_email
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.new_contact_email
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.occupation
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.phone
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.region
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.structure_type
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.used_cars_email
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.visit_address
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.visit_post_number
spv.vds.ipprot.volvoboosterweb.VolvoRetailer.visit_post_town
spv.vds.ipprot.volvocampaigns
— namespace
spv.vds.ipprot.volvocampaigns.Campaign
— class
spv.vds.ipprot.volvocampaigns.Campaign.digital_showroom_values
spv.vds.ipprot.volvocampaigns.Campaign.external_values
spv.vds.ipprot.volvocampaigns.CampaignCollection
— class
spv.vds.ipprot.volvocampaigns.CampaignCollection.campaigns
spv.vds.ipprot.volvocampaigns.CampaignCollection.error
spv.vds.ipprot.volvocampaigns.CampaignCollection.is_being_refreshed
spv.vds.ipprot.volvocampaigns.CampaignCollection.refreshed
spv.vds.ipprot.volvocampaigns.ConfigurationValue
— class
spv.vds.ipprot.volvocampaigns.ConfigurationValue.data
spv.vds.ipprot.volvocampaigns.ConfigurationValue.encoding
spv.vds.ipprot.volvocampaigns.DigitalShowroomValues
— class
spv.vds.ipprot.volvocampaigns.DigitalShowroomValues.input_config
spv.vds.ipprot.volvocampaigns.DigitalShowroomValues.item_short_texts
spv.vds.ipprot.volvocampaigns.DigitalShowroomValues.output_config
spv.vds.ipprot.volvocompanycarsextensions
— namespace
spv.vds.ipprot.volvocompanycarsextensions.CCInputParam
— class
spv.vds.ipprot.volvocompanycarsextensions.CCInputParam.choices
spv.vds.ipprot.volvocompanycarsextensions.CCInputParam.field_type
spv.vds.ipprot.volvocompanycarsextensions.CCInputParam.invalidate_view
spv.vds.ipprot.volvocompanycarsextensions.CCInputParam.name
spv.vds.ipprot.volvocompanycarsextensions.CCInputParam.read_only
spv.vds.ipprot.volvocompanycarsextensions.CCInputParam.value
spv.vds.ipprot.volvocompanycarsextensions.CCInputParam.value_hint
spv.vds.ipprot.volvocompanycarsextensions.CCInputView
— class
spv.vds.ipprot.volvocompanycarsextensions.CCInputView.INPUT_TYPE_BOOLEAN
spv.vds.ipprot.volvocompanycarsextensions.CCInputView.INPUT_TYPE_CHOICE
spv.vds.ipprot.volvocompanycarsextensions.CCInputView.INPUT_TYPE_NUMBER
spv.vds.ipprot.volvocompanycarsextensions.CCInputView.INPUT_TYPE_TEXT
spv.vds.ipprot.volvocompanycarsextensions.CCInputView.RESULT_CODE_FAILURE
spv.vds.ipprot.volvocompanycarsextensions.CCInputView.RESULT_CODE_INTEGRITY_FAILURE
spv.vds.ipprot.volvocompanycarsextensions.CCInputView.RESULT_CODE_SUCCESS
spv.vds.ipprot.volvocompanycarsextensions.CCInputView.ResultCode
spv.vds.ipprot.volvocompanycarsextensions.CCInputView.cc_input_param_list
spv.vds.ipprot.volvoretailersextension
— namespace
spv.vds.ipprot.volvoretailersextension.VolvoRetailer
— class
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.address_2
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.center_district
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.company_email
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.country
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.district
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.fax
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.home_page
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.id
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.latitude
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.longitude
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.mail_address
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.mail_post_number
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.mail_post_town
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.name
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.new_cars_email
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.new_contact_email
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.occupation
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.phone
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.region
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.structure_type
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.used_cars_email
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.visit_address
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.visit_post_number
spv.vds.ipprot.volvoretailersextension.VolvoRetailer.visit_post_town
spv.vds.ipprot.volvoutility
— namespace
spv.vds.ipprot.volvoutility.SelectionType
— namespace
spv.vds.ipprot.volvoutility.SelectionType.ADM
spv.vds.ipprot.volvoutility.SelectionType.O1P
spv.vds.ipprot.volvoutility.SelectionType.PCO
spv.vds.ipprot.volvoutility.SelectionType.STD
spv.vds.ipprot.volvoutility.SelectionType.USR
spv.vds.ipprot.volvoutility.VolvoItemType
— namespace
spv.vds.ipprot.volvoutility.VolvoItemType.BODY
spv.vds.ipprot.volvoutility.VolvoItemType.COLOR
spv.vds.ipprot.volvoutility.VolvoItemType.COLOR_SUFFIX
spv.vds.ipprot.volvoutility.VolvoItemType.ENGINE
spv.vds.ipprot.volvoutility.VolvoItemType.GEARBOX
spv.vds.ipprot.volvoutility.VolvoItemType.MARKET
spv.vds.ipprot.volvoutility.VolvoItemType.MODEL
spv.vds.ipprot.volvoutility.VolvoItemType.MODEL_YEAR
spv.vds.ipprot.volvoutility.VolvoItemType.OPTION
spv.vds.ipprot.volvoutility.VolvoItemType.SALES_VERSION
spv.vds.ipprot.volvoutility.VolvoItemType.STEERING
spv.vds.ipprot.volvoutility.VolvoItemType.UNKNOWN
spv.vds.ipprot.volvoutility.VolvoItemType.UPHOLSTERY
spv.vds.ipprot_nova
— namespace
spv.vds.ipprot_nova.IpadClient
— class
spv.vds.ipprot_nova.IpadClient.ProtocolError
— class
spv.vds.ipprot_nova.IpadClient.ProtocolError.message
spv.vds.ipprot_nova.IpadClient.ProtocolError.name
spv.vds.ipprot_nova.IpadClient.ProtocolError.status
spv.vds.ipprot_nova.IpadClient.get_config_quick_info
spv.vds.ipprot_nova.IpadClient.loan_get_current_loan
spv.vds.ipprot_nova.IpadClient.loan_reset
spv.vds.ipprot_nova.IpadClient.loan_set_loan_paramters
spv.vds.ipprot_nova.IpadClient.set_retailer_business_group
spv.vds.ipprot_nova.IpadClient.vcamp_get_campaigns
spv.vds.ipprot_nova.IpadClient.vcomp_disable_company_car_prices
spv.vds.ipprot_nova.IpadClient.vcomp_enable_company_car_prices
spv.vds.ipprot_nova.IpadClient.vcomp_update_input_params
spv.vds.ipprot_nova.IpadClient.vcomp_update_input_params_2
spv.vds.ipprot_nova.IpadClient.vret_get_retailers
spv.vds.ipprot_nova.IpadClient.vret_get_retailers_by_ids
spv.vds.ipprot_nova.IpadClient.vret_send_customer_and_retailer_mail
spv.vds.ipprot_nova.IpadClient.vret_send_customer_mail
spv.vds.ipprot_nova.IpadClient.vspec_get_item_properties
spv.vds.ipprot_nova.IpadClient.vspec_get_specification
spv.vds.ipprot_nova.linq
— namespace
spv.vds.ipprot_nova.linq.JTokenEqualityComparer
— class
spv.vds.ipprot_nova.loanextension
— namespace
spv.vds.ipprot_nova.loanextension.CurrentSettings
— class
spv.vds.ipprot_nova.loanextension.CurrentSettings.down_payment
spv.vds.ipprot_nova.loanextension.CurrentSettings.interest_rate
spv.vds.ipprot_nova.loanextension.CurrentSettings.number_of_months
spv.vds.ipprot_nova.loanextension.Loan
— class
spv.vds.ipprot_nova.loanextension.Loan.Name
spv.vds.ipprot_nova.loanextension.Loan.loan_settings
spv.vds.ipprot_nova.loanextension.Loan.monthly_loan_price
spv.vds.ipprot_nova.loanextension.Loan.total_purchase_price
spv.vds.ipprot_nova.loanextension.LoanSettings
— class
spv.vds.ipprot_nova.loanextension.LoanSettings.constant_settings
spv.vds.ipprot_nova.loanextension.LoanSettings.current_settings
spv.vds.ipprot_nova.loanextension.LoanSettings.presentation
spv.vds.ipprot_nova.loanextension.LoanSettings.setting_limits
spv.vds.ipprot_nova.loanextension.Location
— namespace
spv.vds.ipprot_nova.loanextension.Location.PREFIX
spv.vds.ipprot_nova.loanextension.Location.SUFFIX
spv.vds.ipprot_nova.loanextension.Presentation
— class
spv.vds.ipprot_nova.loanextension.Presentation.currency
spv.vds.ipprot_nova.loanextension.Presentation.currency_monthly
spv.vds.ipprot_nova.loanextension.Presentation.currency_position
spv.vds.ipprot_nova.loanextension.SettingLimits
— class
spv.vds.ipprot_nova.loanextension.SettingLimits.down_payment_ratio_max
spv.vds.ipprot_nova.loanextension.SettingLimits.down_payment_ratio_min
spv.vds.ipprot_nova.loanextension.SettingLimits.interest_rate_max
spv.vds.ipprot_nova.loanextension.SettingLimits.interest_rate_min
spv.vds.ipprot_nova.loanextension.SettingLimits.number_of_months_max
spv.vds.ipprot_nova.loanextension.SettingLimits.number_of_months_min
spv.vds.ipprot_nova.loanextension.SettingsConstants
— class
spv.vds.ipprot_nova.loanextension.SettingsConstants.arrangement_fee
spv.vds.ipprot_nova.loanextension.SettingsConstants.invoice_fee
spv.vds.ipprot_nova.output
— namespace
spv.vds.ipprot_nova.output.ConfigQuickInfo
— class
spv.vds.ipprot_nova.output.ConfigQuickInfo.config_name
spv.vds.ipprot_nova.output.ConfigQuickInfo.date_created
spv.vds.ipprot_nova.output.ConfigQuickInfo.engine
spv.vds.ipprot_nova.output.ConfigQuickInfo.model
spv.vds.ipprot_nova.output.ConfigQuickInfo.model_variant
spv.vds.ipprot_nova.output.ConfigQuickInfoResult
— class
spv.vds.ipprot_nova.output.ConfigQuickInfoResult.result
spv.vds.ipprot_nova.output.MAIL_REQUEST_CODE
— namespace
spv.vds.ipprot_nova.output.MAIL_REQUEST_CODE.FAILURE
spv.vds.ipprot_nova.output.MAIL_REQUEST_CODE.NA
spv.vds.ipprot_nova.output.MAIL_REQUEST_CODE.SUCCESS
spv.vds.ipprot_nova.output.MailRequestResult
— class
spv.vds.ipprot_nova.output.MailRequestResult.customer_mail_status_code
spv.vds.ipprot_nova.output.MailRequestResult.raw_response
spv.vds.ipprot_nova.output.MailRequestResult.result_code
spv.vds.ipprot_nova.output.MailRequestResult.retailer_mail_status_code
spv.vds.ipprot_nova.output.RESULT_CODE
— namespace
spv.vds.ipprot_nova.output.RESULT_CODE.BOOSTER_NOT_INIT
spv.vds.ipprot_nova.output.RESULT_CODE.CAMPAIGN_ITEM_INVALID
spv.vds.ipprot_nova.output.RESULT_CODE.CAMPAIGN_NOT_FOUND
spv.vds.ipprot_nova.output.RESULT_CODE.CAMPAIGN_UNAVAILABLE
spv.vds.ipprot_nova.output.RESULT_CODE.CHECKSUM_MISMATCH
spv.vds.ipprot_nova.output.RESULT_CODE.CONFIG_ID_CONFLICT
spv.vds.ipprot_nova.output.RESULT_CODE.CONFIG_INTEGRITY_FAILED
spv.vds.ipprot_nova.output.RESULT_CODE.CONFIG_NOT_FOUND
spv.vds.ipprot_nova.output.RESULT_CODE.DB_FAILURE
spv.vds.ipprot_nova.output.RESULT_CODE.DB_NOT_CONNECTED
spv.vds.ipprot_nova.output.RESULT_CODE.INVALID_CONFIG
spv.vds.ipprot_nova.output.RESULT_CODE.INVALID_PASSWORD
spv.vds.ipprot_nova.output.RESULT_CODE.INVALID_TEMPLATE
spv.vds.ipprot_nova.output.RESULT_CODE.INVALID_USER
spv.vds.ipprot_nova.output.RESULT_CODE.MISSING_AUTH_HEADER
spv.vds.ipprot_nova.output.RESULT_CODE.NOT_LOGGED_IN
spv.vds.ipprot_nova.output.RESULT_CODE.SERVICE_FAILURE
spv.vds.ipprot_nova.output.RESULT_CODE.STATE_TRANS_FAILURE
spv.vds.ipprot_nova.output.RESULT_CODE.SUCCESS
spv.vds.ipprot_nova.output.RESULT_CODE.UNSPECIFIED_FAILURE
spv.vds.ipprot_nova.retailerdatahandler
— namespace
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer
— class
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.address_2
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.business_group
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.center_district
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.company_email
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.country
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.district
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.fax
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.home_page
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.id
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.latitude
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.longitude
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.mail_address
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.mail_post_number
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.mail_post_town
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.name
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.new_cars_email
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.new_contact_email
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.occupation
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.phone
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.price_localization
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.region
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.structure_type
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.used_cars_email
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.visit_address
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.visit_post_number
spv.vds.ipprot_nova.retailerdatahandler.VolvoRetailer.visit_post_town
spv.vds.ipprot_nova.specification
— namespace
spv.vds.ipprot_nova.specification.CarSpecification
— class
spv.vds.ipprot_nova.specification.CarSpecification.cis_car_spec
spv.vds.ipprot_nova.specification.CarSpecification.items
spv.vds.ipprot_nova.specification.CarSpecification.price_settings
spv.vds.ipprot_nova.specification.CarSpecification.technical_data
spv.vds.ipprot_nova.specification.CarSpecification.total_price
spv.vds.ipprot_nova.specification.Currency
— class
spv.vds.ipprot_nova.specification.Currency.sign
spv.vds.ipprot_nova.specification.Item
— class
spv.vds.ipprot_nova.specification.Item.CisCarSpec
spv.vds.ipprot_nova.specification.Item.Items
spv.vds.ipprot_nova.specification.Item.TotalPrice
spv.vds.ipprot_nova.specification.Item.activation_type
spv.vds.ipprot_nova.specification.Item.cis_id
spv.vds.ipprot_nova.specification.Item.ds_id
spv.vds.ipprot_nova.specification.Item.item_type
spv.vds.ipprot_nova.specification.Item.price
spv.vds.ipprot_nova.specification.Item.properties
spv.vds.ipprot_nova.specification.ItemProperties
— class
spv.vds.ipprot_nova.specification.ItemProperties.description
spv.vds.ipprot_nova.specification.ItemProperties.icon
spv.vds.ipprot_nova.specification.ItemProperties.image
spv.vds.ipprot_nova.specification.ItemProperties.movie
spv.vds.ipprot_nova.specification.ItemProperties.short_text
spv.vds.ipprot_nova.specification.PriceSettings
— class
spv.vds.ipprot_nova.specification.PriceSettings.currency
spv.vds.ipprot_nova.specification.PriceSettings.localization_id
spv.vds.ipprot_nova.specification.SelectionType
— namespace
spv.vds.ipprot_nova.specification.SelectionType.ADM
spv.vds.ipprot_nova.specification.SelectionType.O1P
spv.vds.ipprot_nova.specification.SelectionType.PCO
spv.vds.ipprot_nova.specification.SelectionType.STD
spv.vds.ipprot_nova.specification.SelectionType.UND
spv.vds.ipprot_nova.specification.SelectionType.USR
spv.vds.ipprot_nova.specification.TechnicalData
— class
spv.vds.ipprot_nova.specification.TechnicalData.attributes
spv.vds.ipprot_nova.specification.TechnicalDataAttribute
— class
spv.vds.ipprot_nova.specification.TechnicalDataAttribute.name
spv.vds.ipprot_nova.specification.TechnicalDataAttribute.value
spv.vds.ipprot_nova.specification.VolvoItemType
— namespace
spv.vds.ipprot_nova.specification.VolvoItemType.BODY
spv.vds.ipprot_nova.specification.VolvoItemType.COLOR
spv.vds.ipprot_nova.specification.VolvoItemType.COLOR_SUFFIX
spv.vds.ipprot_nova.specification.VolvoItemType.ENGINE
spv.vds.ipprot_nova.specification.VolvoItemType.GEARBOX
spv.vds.ipprot_nova.specification.VolvoItemType.MARKET
spv.vds.ipprot_nova.specification.VolvoItemType.MODEL
spv.vds.ipprot_nova.specification.VolvoItemType.MODEL_YEAR
spv.vds.ipprot_nova.specification.VolvoItemType.OPTION
spv.vds.ipprot_nova.specification.VolvoItemType.SALES_VERSION
spv.vds.ipprot_nova.specification.VolvoItemType.STEERING
spv.vds.ipprot_nova.specification.VolvoItemType.UPHOLSTERY
spv.vds.ipprot_nova.volvocampaigns
— namespace
spv.vds.ipprot_nova.volvocampaigns.Campaign
— class
spv.vds.ipprot_nova.volvocampaigns.Campaign.digital_showroom_values
spv.vds.ipprot_nova.volvocampaigns.Campaign.external_values
spv.vds.ipprot_nova.volvocampaigns.CampaignCollection
— class
spv.vds.ipprot_nova.volvocampaigns.CampaignCollection.campaigns
spv.vds.ipprot_nova.volvocampaigns.CampaignCollection.error
spv.vds.ipprot_nova.volvocampaigns.CampaignCollection.is_being_refreshed
spv.vds.ipprot_nova.volvocampaigns.CampaignCollection.refreshed
spv.vds.ipprot_nova.volvocampaigns.ConfigurationValue
— class
spv.vds.ipprot_nova.volvocampaigns.ConfigurationValue.data
spv.vds.ipprot_nova.volvocampaigns.ConfigurationValue.encoding
spv.vds.ipprot_nova.volvocampaigns.DigitalShowroomValues
— class
spv.vds.ipprot_nova.volvocampaigns.DigitalShowroomValues.input_config
spv.vds.ipprot_nova.volvocampaigns.DigitalShowroomValues.item_short_texts
spv.vds.ipprot_nova.volvocampaigns.DigitalShowroomValues.output_config
spv.vds.ipprot_nova.volvocompanycarsextensions
— namespace
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam
— class
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam.choices
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam.field_type
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam.invalidate_view
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam.name
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam.read_only
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam.value
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam.value_hint
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView
— class
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView.INPUT_TYPE_BOOLEAN
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView.INPUT_TYPE_CHOICE
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView.INPUT_TYPE_NUMBER
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView.INPUT_TYPE_TEXT
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView.RESULT_CODE_FAILURE
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView.RESULT_CODE_INTEGRITY_FAILURE
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView.RESULT_CODE_SUCCESS
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView.ResultCode
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView.cc_input_param_list