Options
All
  • Public
  • Public/Protected
  • All
Menu

User interest table service.

Hierarchy

  • UserInterestService

Index

Constructors

constructor

Methods

dropInterest

  • dropInterest(userID: string, departmentID: number): Promise<void>

getUserInterests

isInterested

  • isInterested(userID: string, departmentID: number): Promise<boolean>
  • Determine whether or not a user is interested in a department.

    Parameters

    • userID: string

      The user's ID.

    • departmentID: number

      The department's ID.

    Returns Promise<boolean>

    Whether or not the user is interested in the department.

noteInterest

  • noteInterest(userID: string, departmentID: number): Promise<NBUserInterest>

Generated using TypeDoc