Package | Description |
---|---|
fr.paris.lutece.plugins.phraseanet.business.media |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2018 City of Paris. All rights reserved.