Documentation
Preparing search index...
services/favorite.service
export=
Class export=
Index
Constructors
constructor
Methods
create
Or
Update
Favorite
delete
Favorite
get
Favorites
By
User
Id
Constructors
constructor
new
"export="
()
:
export=
Returns
export=
Methods
Static
create
Or
Update
Favorite
createOrUpdateFavorite
(
userId
:
any
,
isAlreadyFavorite
:
any
,
favoriteData
:
any
,
)
:
Promise
<
any
>
Parameters
userId
:
any
isAlreadyFavorite
:
any
favoriteData
:
any
Returns
Promise
<
any
>
Static
delete
Favorite
deleteFavorite
(
id
:
any
)
:
Promise
<
any
>
Parameters
id
:
any
Returns
Promise
<
any
>
Static
get
Favorites
By
User
Id
getFavoritesByUserId
(
id
:
any
)
:
Promise
<
any
>
Parameters
id
:
any
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
Or
Update
Favorite
delete
Favorite
get
Favorites
By
User
Id
Documentation
Loading...