Uses of Class
fr.paris.lutece.plugins.blobstore.business.BytesBlobStore

Packages that use BytesBlobStore
fr.paris.lutece.plugins.blobstore.business.database   
fr.paris.lutece.plugins.blobstore.business.filesystem   
 

Uses of BytesBlobStore in fr.paris.lutece.plugins.blobstore.business.database
 

Methods in fr.paris.lutece.plugins.blobstore.business.database that return BytesBlobStore
static BytesBlobStore DatabaseBlobStoreHome.findByPrimaryKey(java.lang.String strKey)
          Returns an instance of a physical file whose identifier is specified in parameter
 BytesBlobStore IDatabaseBlobStoreDAO.load(java.lang.String strId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 BytesBlobStore DatabaseBlobStoreDAO.load(java.lang.String strId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 

Methods in fr.paris.lutece.plugins.blobstore.business.database with parameters of type BytesBlobStore
static void DatabaseBlobStoreHome.create(BytesBlobStore blobStore)
          Creation of an instance of record physical file
 void IDatabaseBlobStoreDAO.insert(BytesBlobStore blobStore, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void DatabaseBlobStoreDAO.insert(BytesBlobStore blobStore, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void IDatabaseBlobStoreDAO.store(BytesBlobStore blobStore, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the data in the table
 void DatabaseBlobStoreDAO.store(BytesBlobStore blobStore, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the data in the table
static void DatabaseBlobStoreHome.update(BytesBlobStore blobStore)
          Update of physical file which is specified in parameter
 

Uses of BytesBlobStore in fr.paris.lutece.plugins.blobstore.business.filesystem
 

Methods in fr.paris.lutece.plugins.blobstore.business.filesystem that return BytesBlobStore
static BytesBlobStore FileSystemBlobStoreHome.findByPrimaryKey(java.lang.String strKey, java.lang.String strBasePath)
          Returns an instance of a physical file whose identifier is specified in parameter
 BytesBlobStore FileSystemBlobStoreDAO.load(java.lang.String strId, java.lang.String strBasePath)
          Load the data from the table
 BytesBlobStore IFileSystemBlobStoreDAO.load(java.lang.String strId, java.lang.String strBasePath)
          Load the data from the table
 

Methods in fr.paris.lutece.plugins.blobstore.business.filesystem with parameters of type BytesBlobStore
static void FileSystemBlobStoreHome.create(BytesBlobStore blobStore, java.lang.String strBasePath)
          Creation of an instance of record physical file
 void FileSystemBlobStoreDAO.insert(BytesBlobStore blobStore, java.lang.String strBasePath)
          Inserts the blobStore
 void IFileSystemBlobStoreDAO.insert(BytesBlobStore blobStore, java.lang.String strBasePath)
          Inserts the blobStore
 void FileSystemBlobStoreDAO.store(BytesBlobStore blobStore, java.lang.String strBasePath)
          Updates the file
 void IFileSystemBlobStoreDAO.store(BytesBlobStore blobStore, java.lang.String strBasePath)
          Updates the file
static void FileSystemBlobStoreHome.update(BytesBlobStore blobStore, java.lang.String strBasePath)
          Update of physical file which is specified in parameter
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.