Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DeletePriceAdjustmentInput

Implements

Index

Properties

actionObj

actionObj: Action

action object.

anonymousSiteUrl

anonymousSiteUrl: string = ""

apiNamespace

apiNamespace: string = ""

API Namespace to be used in Rest API call. e.g. h_cpq_promotion

Optional columns

columns: any[] = []

Returns list of custom columsn to client.

Optional customFields

customFields: string[] = []

List of custom fields to be returned.

remoteClass

remoteClass: string = "CpqAppHandler"

Remote class to handle delete price adjustments.

remoteMethod

remoteMethod: string = "deleteAdjustment"

Remote method in the boave 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