Options
All
  • Public
  • Public/Protected
  • All
Menu

Class that defines input for attachments.

Hierarchy

  • CreateVlocityAttachmentsInput

Index

Properties

productGroupKey

productGroupKey: string

Global group key of product.

productId

productId: string

Object Id of the product

records

records: any[]

List of VlocityRecords attachment.

Methods

formVlocityAttachmentObject

  • formVlocityAttachmentObject(record: any): any
  • Creates a VlocityAttachment object and maps attribute values from the passed input

    Parameters

    • record: any

    Returns any

    • returns VlocityAttachment object

getInputMap

  • getInputMap(): object
  • Method to form epc request to create multiple vlocity attachments

    Returns object

    • returns EPC request with vlocity attachment objects.
    • epcRequest: object
      • entities: undefined[]

getStoredGroupKey

  • getStoredGroupKey(): string
  • Method to get group key stored in browser's session storage.

    Returns string

    • returns Global group key of product.

Generated using TypeDoc