Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for creating child products.

extends

VlocityInput

Hierarchy

Index

Constructors

constructor

  • Constructor function for CreateChildProductInput class

    Returns CreateChildProductInput

Properties

apexRestUrl

apexRestUrl: string

Apex Rest URL that handles this request.

apexRestUrlAWS

apexRestUrlAWS: string

apiNamespace

apiNamespace: string = SalesForceNamespace.restAPIPrefix

Salesforce organization.

childProductId

childProductId: string

Object Id of the child product

parentProductId

parentProductId: string

Object Id of the parent product

relationshipType

relationshipType: string

Relationship type between the parent and the child product

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.

sequence

sequence: number

Child line number for the relationship

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[]

    • stringified json for input

Generated using TypeDoc