|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileDAO
IFileDAO
Method Summary | |
---|---|
void |
delete(int nIdFile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
int |
insert(File file,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
File |
load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the File from the table |
int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates a new primary key |
void |
store(File file,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the file in the table |
Method Detail |
---|
int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
int insert(File file, fr.paris.lutece.portal.service.plugin.Plugin plugin)
file
- instance of the File object to insertplugin
- the plugin
File load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The identifier of the fileplugin
- the plugin
void delete(int nIdFile, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdFile
- The identifier of the fileplugin
- the pluginvoid store(File file, fr.paris.lutece.portal.service.plugin.Plugin plugin)
file
- instance of the File object to updateplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |