|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MediaHandler | |
---|---|
fr.paris.lutece.plugins.phraseanet.business.media |
Uses of MediaHandler in fr.paris.lutece.plugins.phraseanet.business.media |
---|
Methods in fr.paris.lutece.plugins.phraseanet.business.media that return MediaHandler | |
---|---|
static MediaHandler |
MediaHandlerHome.create(MediaHandler mediaHandler)
Create an instance of the mediaHandler class |
static MediaHandler |
MediaHandlerHome.findByPrimaryKey(int nKey)
Returns an instance of a mediaHandler whose identifier is specified in parameter |
MediaHandler |
MediaHandlerDAO.load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the mediaHandler from the table |
MediaHandler |
IMediaHandlerDAO.load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
static MediaHandler |
MediaHandlerHome.update(MediaHandler mediaHandler)
Update of the mediaHandler data specified in parameter |
Methods in fr.paris.lutece.plugins.phraseanet.business.media that return types with arguments of type MediaHandler | |
---|---|
static List<MediaHandler> |
MediaHandlerHome.findAll()
Load the data of all the mediaHandler objects and returns them in form of a collection |
List<MediaHandler> |
MediaHandlerDAO.selectMediaHandlersList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the mediaHandlers and returns them as a List |
List<MediaHandler> |
IMediaHandlerDAO.selectMediaHandlersList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the mediaHandler objects and returns them as a List |
Methods in fr.paris.lutece.plugins.phraseanet.business.media with parameters of type MediaHandler | |
---|---|
static MediaHandler |
MediaHandlerHome.create(MediaHandler mediaHandler)
Create an instance of the mediaHandler class |
void |
MediaHandlerDAO.insert(MediaHandler mediaHandler,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
IMediaHandlerDAO.insert(MediaHandler mediaHandler,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
MediaHandlerDAO.store(MediaHandler mediaHandler,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
void |
IMediaHandlerDAO.store(MediaHandler mediaHandler,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
static MediaHandler |
MediaHandlerHome.update(MediaHandler mediaHandler)
Update of the mediaHandler data specified in parameter |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |