Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for parentChildItem.

extends

VlocityInput

Hierarchy

Index

Constructors

constructor

  • Constructor function

    Returns ParentChildItemInput

Properties

apexRestUrl

apexRestUrl: string

Apex Rest URL that handles this request.

apexRestUrlAWS

apexRestUrlAWS: string

apiNamespace

apiNamespace: string = SalesForceNamespace.restAPIPrefix

Salesforce organization.

parentChildItemId

parentChildItemId: string = ""

Id of the record in ParentChildItem table to be deleted

remoteClass

remoteClass: string

Remote class that handles this request.

remoteMethod

remoteMethod: string

Remote method that handles this request.

reqBody

reqBody: string = ""

Request body for the record to be updated - Stringified JSON

restUrl

restUrl: string

Rest URL that handles this request.

Methods

deleteObjectParamsArray

  • deleteObjectParamsArray(): string[]
  • InputMap for delete object remote action call

    Returns string[]

    • stringified json for input

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.

getObjectParamsArray

  • getObjectParamsArray(): string[]
  • InputMap for get object remote action call

    Returns string[]

    • stringified json for input

updateObjectParamsArray

  • updateObjectParamsArray(): string[]
  • InputMap for update object remote action call

    Returns string[]

    • stringified json for input

Generated using TypeDoc