Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

apexRestUrl

apexRestUrl: string

Apex Rest URL that handles this request.

apexRestUrlAWS

apexRestUrlAWS: string

apiNamespace

apiNamespace: string = SalesForceNamespace.restAPIPrefix

Salesforce organization.

fieldSetName

fieldSetName: string

Specify the field set name from the FieldSettings__c object.

objectName

objectName: string

Name of the salesforce object. For example, Account or AttributeAssignment__c

pageNumber

pageNumber: number

Page number to fetch.

pageSize

pageSize: number

Number of records per page.

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.

searchString

searchString: string

Search text. Use % to search all records.

selectedObjectClassId

selectedObjectClassId: string

Selected Object Class Id to filter object types while selecting parent object type.

Optional specificationTypeFilter

specificationTypeFilter: string

Specification type filter

expectedvalues

are 'Product'/'Resource'/'Service'/'AllSpecs'. AllSpecs will get all spec products. If it’s not send or null, we would get all Product2 records.

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[]
  • Returns string[]

Generated using TypeDoc