Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Properties

actionObj

actionObj: Action

action object.

anonymousSiteUrl

anonymousSiteUrl: string = ""

commitToShoppingCart

commitToShoppingCart: boolean = false

Indicator if user intends to add product selected to the anonymous shopping cart.

itemObject

itemObject: object

Line item inside the anonymous cart to be updated.

Type declaration

  • [key: string]: any

Optional parentObject

parentObject: object

Parent inside the anonymous cart to be updated.

Type declaration

  • [key: string]: any

remoteClass

remoteClass: string = "CpqAppHandler"

Remote class to handle get list of time plans and policies.

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