|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.directory.business.PhysicalFileHome
public final class PhysicalFileHome
This class provides instances management methods (create, find, ...) for physical file objects
Method Summary | |
---|---|
static int |
create(PhysicalFile physicalFile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creation of an instance of record physical file |
static PhysicalFile |
findByPrimaryKey(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns an instance of a physical file whose identifier is specified in parameter |
static void |
remove(int nIdPhysicalFile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete the physical file whose identifier is specified in parameter |
static void |
update(PhysicalFile physicalFile,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of physical file which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int create(PhysicalFile physicalFile, fr.paris.lutece.portal.service.plugin.Plugin plugin)
physicalFile
- The instance of the physical file which contains the informations to storeplugin
- the plugin
public static void update(PhysicalFile physicalFile, fr.paris.lutece.portal.service.plugin.Plugin plugin)
physicalFile
- The instance of the record physicalFile which contains the informations to updateplugin
- the Pluginpublic static void remove(int nIdPhysicalFile, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdPhysicalFile
- The identifier of the record physical fileplugin
- the Pluginpublic static PhysicalFile findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The file primary keyplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |