|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMediaHandlerDAO
IMediaHandlerDAO Interface
Method Summary | |
---|---|
boolean |
checkMediaHandlerByAccount(int nIdAccount,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Check if some Account is used by Media |
void |
delete(int nIdMediaHandler,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(MediaHandler mediaHandler,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
MediaHandler |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
List<MediaHandler> |
selectMediaHandlersList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the mediaHandler objects and returns them as a List |
void |
store(MediaHandler mediaHandler,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void insert(MediaHandler mediaHandler, fr.paris.lutece.portal.service.plugin.Plugin plugin)
mediaHandler
- instance of the MediaHandler object to inssertplugin
- the Pluginvoid store(MediaHandler mediaHandler, fr.paris.lutece.portal.service.plugin.Plugin plugin)
mediaHandler
- the reference of the MediaHandlerplugin
- the Pluginvoid delete(int nIdMediaHandler, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdMediaHandler
- int identifier of the MediaHandler to deleteplugin
- the PluginMediaHandler load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the mediaHandlerplugin
- the Plugin
List<MediaHandler> selectMediaHandlersList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
boolean checkMediaHandlerByAccount(int nIdAccount, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdAccount
- the id account to checkplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |