Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "entry/platform/platform.service"

Index

Functions

countEntriesByPlatform

  • countEntriesByPlatform(platform: any): Promise<number>

createPlatform

  • createPlatform(name: any): any

fetchAll

  • fetchAll(): Promise<any>

fetchAllNames

  • fetchAllNames(): Promise<any>

fetchById

  • fetchById(id: any): Promise<any>

fetchMultipleNamed

  • fetchMultipleNamed(names: any): any

searchPlatforms

  • searchPlatforms(nameFragment: any): any

setEntryPlatforms

  • setEntryPlatforms(entry: any, platforms: any): Promise<void>
  • Set the platforms of an entry. The data is duplicated on entry.platforms (for quick access) and the entry_platform table (for search queries).

    Parameters

    • entry: any

      the entry instance.

    • platforms: any

      the platforms to set.

    Returns Promise<void>

    a promise which resolves when complete.

Generated using TypeDoc