Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

actionObj

actionObj: Action

action object.

anonymousSiteUrl

anonymousSiteUrl: string = ""

parentObject

parentObject: {}

The parent object of addon to be added to the cart.

Type declaration

  • [key: string]: any

remoteClass

remoteClass: string = "CpqAppHandler"

Remote class to handle get products.

Methods

getAnonymousRestUrl

  • getAnonymousRestUrl(urlparams: any): string
  • Apply the given params value of matching in rest URL.

    Parameters

    • urlparams: any

    Returns string

urlEncodedQuery

  • urlEncodedQuery(): string
  • Return the encoded query of a URI that contains the properties in this class. Undefined properties will not be included in the encoded query.

    scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment]

    Returns string

Generated using TypeDoc