@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Preparing search index...
src/repositories/match
MatchRepository
Class MatchRepository
Index
Constructors
constructor
Methods
create
Match
delete
Match
find
Match
find
Matches
By
Player
update
Match
Constructors
constructor
new
MatchRepository
()
:
MatchRepository
Returns
MatchRepository
Methods
create
Match
createMatch
(
match
:
Match
,
matchId
?:
string
)
:
Promise
<
string
>
Parameters
match
:
Match
Optional
matchId
:
string
Returns
Promise
<
string
>
delete
Match
deleteMatch
(
matchId
:
string
)
:
Promise
<
boolean
>
Parameters
matchId
:
string
Returns
Promise
<
boolean
>
find
Match
findMatch
(
matchId
:
string
)
:
Promise
<
Match
>
Parameters
matchId
:
string
Returns
Promise
<
Match
>
find
Matches
By
Player
findMatchesByPlayer
(
player
:
string
)
:
Promise
<
string
[]
>
Parameters
player
:
string
Returns
Promise
<
string
[]
>
update
Match
updateMatch
(
matchId
:
string
,
newMatch
:
Match
)
:
Promise
<
void
>
Parameters
matchId
:
string
newMatch
:
Match
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
Match
delete
Match
find
Match
find
Matches
By
Player
update
Match
@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Loading...