Uses of Class
fr.paris.lutece.plugins.phraseanet.business.media.MediaHandler

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 java.util.List<MediaHandler> MediaHandlerHome.findAll()
          Load the data of all the mediaHandler objects and returns them in form of a collection
 java.util.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
 java.util.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
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.