Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • Recebe os parametros e configurações do csv preenchido e preenche o cid e url

    Parameters

    • csvLine: {}

      Json contendo as colunas preenchidas no csv e seus valores

      • [key: string]: string
    • config: Config

    Returns Adobe

Properties

Private _cid

_cid: string = ''

Private _hasUndefinedParameterError

_hasUndefinedParameterError: boolean = false

Private _hasValidationError

_hasValidationError: boolean = false

Private _undefinedParameterErroMessage

_undefinedParameterErroMessage: string = 'Parâmetros não encontrados:'

Protected _url

_url: string

Private _validationErrorMessage

_validationErrorMessage: string = 'Parâmetros incorretos:'

Accessors

config

csvLine

  • get csvLine(): {}

url

  • get url(): string
  • set url(url: string): void

Methods

Private _buildCid

  • _buildCid(): string
  • Constroi o Cid da linha e preenche o atributo hasErrorAtCid

    Returns string

Protected _buildUrl

  • _buildUrl(): string

Private _errorMessage

  • _errorMessage(): string
  • Retorna a mensagem de erro completa da geração do cid

    Returns string

Private _hasErrorAtCid

  • _hasErrorAtCid(): boolean
  • Verifica se houve algum erro na geração do cid

    Returns boolean

buildedLine

  • buildedLine(): { hasError: boolean; values: {} }

Generated using TypeDoc