public interface IQuizImageDAO
| Modifier and Type | Method and Description |
|---|---|
QuizImage |
findQuizImage(int nIdImage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the image
|
void |
insertQuizImage(QuizImage quizImage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert an image into the database
|
void |
removeQuizImage(int nIdImage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove an image associated with a question
|
void |
updateQuizImage(QuizImage quizImage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an image of a question
|
QuizImage findQuizImage(int nIdImage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdImage - The id of the imageplugin - The pluginvoid insertQuizImage(QuizImage quizImage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
quizImage - The imageplugin - The pluginvoid updateQuizImage(QuizImage quizImage, fr.paris.lutece.portal.service.plugin.Plugin plugin)
quizImage - The imageplugin - The pluginvoid removeQuizImage(int nIdImage,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdImage - The id of the question to removeplugin - The pluginCopyright © 2019 City of Paris. All rights reserved.