Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "entry/highscore/entry-highscore.service"

Index

Functions

_rankingDir

  • _rankingDir(entry: any): "DESC" | "ASC"

_rankingOperator

  • _rankingOperator(entry: any): ">" | "<"

createEntryScore

  • createEntryScore(userId: any, entryId: any): Promise<any>

deleteAllEntryScores

  • deleteAllEntryScores(entry: any): Promise<void>

deleteEntryScore

  • deleteEntryScore(entryScore: any, entry: any): Promise<void>

findEntriesLastActivity

  • findEntriesLastActivity(entryIds: any): Promise<object>

findEntryScore

  • findEntryScore(userId: any, entryId: any): Promise<any>

findEntryScoreById

  • findEntryScoreById(id: any, options?: any): Promise<any>

findHighScores

  • findHighScores(entry: any, options?: any): Promise<any>

findHighScoresMap

  • findHighScoresMap(entries: any): Promise<object>

findRecentlyActiveEntries

  • findRecentlyActiveEntries(options?: object): Promise<any>

findUserScores

  • findUserScores(userId: any, options?: any): Promise<any>

findUserScoresMapByEntry

  • findUserScoresMapByEntry(userId: any, entries: any): Promise<object>

isExternalProof

  • isExternalProof(entryScore: any): any

refreshEntryRankings

  • refreshEntryRankings(entry: any, triggeringEntryScore?: any, options?: any): Promise<any>

setEntryScoreActive

  • setEntryScoreActive(id: any, active: any): Promise<void>

submitEntryScore

  • submitEntryScore(entryScore: any, entry: any): Promise<any>

Generated using TypeDoc