|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.blobstore.business.database.DatabaseBlobStoreDAO
public final class DatabaseBlobStoreDAO
BlobStoreDAO
Constructor Summary | |
---|---|
DatabaseBlobStoreDAO()
|
Method Summary | |
---|---|
void |
delete(java.lang.String strId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(BytesBlobStore blobStore,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
void |
insert(InputStreamBlobStore blobStore,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert the InputStreamDatabaseBlobStore |
BytesBlobStore |
load(java.lang.String strId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
java.io.InputStream |
loadInputStream(java.lang.String strId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the inputstream from the table |
java.lang.String |
loadLastPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get the last primary key |
void |
store(BytesBlobStore blobStore,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the data in the table |
void |
store(InputStreamBlobStore blobStore,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the data in the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabaseBlobStoreDAO()
Method Detail |
---|
public java.lang.String loadLastPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
loadLastPrimaryKey
in interface IDatabaseBlobStoreDAO
plugin
- Plugin
public void insert(BytesBlobStore blobStore, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IDatabaseBlobStoreDAO
blobStore
- instance of the object to insertplugin
- Plugin
public BytesBlobStore load(java.lang.String strId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface IDatabaseBlobStoreDAO
strId
- The identifierplugin
- Plugin
public void delete(java.lang.String strId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IDatabaseBlobStoreDAO
strId
- The identifierplugin
- Plugin
public void store(BytesBlobStore blobStore, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IDatabaseBlobStoreDAO
blobStore
- instance of the object to updateplugin
- Plugin
public void insert(InputStreamBlobStore blobStore, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IDatabaseBlobStoreDAO
blobStore
- the InputStreamDatabaseBlobStoreplugin
- the Plugin
public void store(InputStreamBlobStore blobStore, fr.paris.lutece.portal.service.plugin.Plugin plugin)
store
in interface IDatabaseBlobStoreDAO
blobStore
- instance of the object to updateplugin
- Plugin
public java.io.InputStream loadInputStream(java.lang.String strId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
loadInputStream
in interface IDatabaseBlobStoreDAO
strId
- The identifierplugin
- Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |