Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for section eleemnt upsert.

Hierarchy

Index

Constructors

constructor

Properties

apexRestUrl

apexRestUrl: string

Apex Rest URL that handles this request.

apexRestUrlAWS

apexRestUrlAWS: string

apiNamespace

apiNamespace: string = ...

Salesforce organization.

noRenumberElements

noRenumberElements: boolean

Boolean attribute not to renumber section elements

objectId

objectId: string

ObjectId to create attribute assignment if section element is an attribute

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.

sectionElement

sectionElement: any

Section element model.

sectionId

sectionId: string

Section Id to map to section element and to renumber section elements

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.

getInputMap

  • getInputMap(): { Name: any }
  • Returns { Name: any }

    • input object for section element upsert
    • Name: any

getParamsArray

  • getParamsArray(): string[]
  • Returns string[]

    • params for remote action based on whether its a create or update

Generated using TypeDoc