Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

Methods

Constructors

constructor

Methods

all

  • all(__namedParameters: HttpContextContract): Promise<{}>
  • Method to retrieve all the notifications in the system The actual function call is done by a request (CRUD) which are specified in Routes.ts

    Parameters

    • __namedParameters: HttpContextContract

    Returns Promise<{}>

Private applyFilters

  • applyFilters(scopes: ExtractScopes<typeof default>, filters: Record<string, undefined | DateTime>): void
  • Method that applies given filters to notifications

    Parameters

    • scopes: ExtractScopes<typeof default>

      The different scopes that exists in the system

    • filters: Record<string, undefined | DateTime>

      The filter to apply

    Returns void

index

  • index(__namedParameters: HttpContextContract): Promise<ModelObject>

Generated using TypeDoc