Package com.esprit.services.series
Class IServiceFavoriteImpl
java.lang.Object
com.esprit.services.series.IServiceFavoriteImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getByIdUserAndIdSerie
(long userId, Long serieId) Retrieves the ByIdUserAndIdSerie value.read()
showFavoritesList
(int userId) Performs showFavoritesList operation.void
-
Field Details
-
LOGGER
-
connection
-
statement
-
-
Constructor Details
-
IServiceFavoriteImpl
public IServiceFavoriteImpl()Performs IServiceFavoriteImpl operation.
-
-
Method Details
-
create
-
update
-
delete
-
read
-
getByIdUserAndIdSerie
Retrieves the ByIdUserAndIdSerie value.- Returns:
- the ByIdUserAndIdSerie value
- Throws:
SQLException
-
showFavoritesList
Performs showFavoritesList operation.- Returns:
- the result of the operation
-