Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for getting attribute override list

Hierarchy

Index

Constructors

constructor

Properties

apexRestUrl

apexRestUrl: string

Apex Rest URL that handles this request.

apexRestUrlAWS

apexRestUrlAWS: string

apiNamespace

apiNamespace: string = ...

Salesforce organization.

contextId

contextId: string

Id of the bundle

hierarchyPath

hierarchyPath: string

Hierarchy path for the product

overriddenObjectIds

overriddenObjectIds: []

List of Ids of AttributeAssignment

overriddenPCIId

overriddenPCIId: string

Id of the PCI

productHierarchyGroupKeyPath

productHierarchyGroupKeyPath: string

Hierarchy path of Global Group Key for the product

promotionId

promotionId: string

Id of the Promotion

promotionItemId

promotionItemId: string

Id of the PromotionItem

remoteClass

remoteClass: string

Remote class that handles this request.

remoteMethod

remoteMethod: string

Remote method that handles this request.

restUrl

restUrl: string

Rest URL that handles this request.

type

type: any

This will be Attribute for attributes

Methods

getApexRestEndPoint

  • getApexRestEndPoint(): string
  • A method that returns the end point with apex rest url with namepsace if defined.

    Returns string

    • endpoint with apex rest url with apiNamespace if defined.

getEndPointWithNamespace

  • getEndPointWithNamespace(): string
  • A method that returns the end point with rest url and or namepsace.

    Returns string

    • endpoint with rest url and or apiNamespace.

paramsArray

  • paramsArray(): string[]
  • InputMap for the remote actions call

    Returns string[]

Generated using TypeDoc