Class AppCoreService<T>Abstract

Interface for a generic service.

Type Parameters

  • T extends IAppCoreModel

    Generic type parameter that extends IAppCoreModel.

Hierarchy

Implements

Constructors

Properties

db: Dexie
moduleName: string

Methods

  • Retrieves multiple entities with optional pagination and filtering.

    Parameters

    • params: any = {}

      [UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.

    • options: any = {}

      Query options including pagination.

    Returns Promise<IGetManyResult<T>>

    An object containing the retrieved entities and total count.

Generated using TypeDoc