aBox - v1.0.0
    Preparing search index...

    FAQs - History

    Tabela historico para gerir as FAQs

    Hierarchy (View Summary)

    Implements

    • HistoryEntityInterface
    Index

    Properties

    deleted?: boolean
    restored?: boolean
    revisionHistory: any
    revisionTime: Date
    revisionType: RevisionActionType
    sw142s01: number

    FAQ ID

    sw142s01_id: number
    sw142s02: Date

    Date created

    sw142s03: Date

    Date updated

    sw142s04: null | Date

    Date deleted

    sw142s05: null | sw001

    Created By

    sw142s06: null | sw001

    Updated By

    sw142s07: null | sw001

    Deleted By

    sw142s08: string

    Description

    sw142s09: YesNoType

    Active

    sw142s10: sw141

    FAQ Theme ID

    sw142s11: string

    UUID

    sw142s12: sw105

    Platform ID

    sw142s13: string

    Excerpt

    sw142s14: null | string

    Content

    translations?: Translation<sw142t>[]
    updated?: boolean
    version: number
    translatableFields: Set<string> = ...

    Translatable fields in the entity which translations of those exist in translation table

    Methods

    • Translate the entity by replacing fields in entity with their respective fields in TranslatableEntity#translations

      Parameters

      • Optionallocale: string

        Locale to translate to

      • Optionaloptions: ITranslationOptions

        Options to control behavior of translation

      Returns this

      Translated entity

      If entity is not translatable