public final class PhysicalFileHome extends Object
Modifier and Type | Method and Description |
---|---|
static int |
create(PhysicalFile physicalFile)
Creation of an instance of record physical file
|
static PhysicalFile |
findByPrimaryKey(int nKey)
Returns an instance of a physical file whose identifier is specified in parameter
|
static void |
remove(int nIdPhysicalFile)
Delete the physical file whose identifier is specified in parameter
|
static void |
update(PhysicalFile physicalFile)
Update of physical file which is specified in parameter
|
public static int create(PhysicalFile physicalFile)
physicalFile
- The instance of the physical file which contains the informations to storepublic static void update(PhysicalFile physicalFile)
physicalFile
- The instance of the record physicalFile which contains the informations to updatepublic static void remove(int nIdPhysicalFile)
nIdPhysicalFile
- The identifier of the record physical filepublic static PhysicalFile findByPrimaryKey(int nKey)
nKey
- The file primary keyCopyright © 2020 City of Paris. All rights reserved.