|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.service.physicalfile.PhysicalFileService
public class PhysicalFileService
PhysicalFileService
Constructor Summary | |
---|---|
PhysicalFileService()
|
Method Summary | |
---|---|
int |
create(PhysicalFile physicalFile)
Creation of an instance of record physical file |
PhysicalFile |
findByPrimaryKey(int nKey)
Returns an instance of a physical file whose identifier is specified in parameter |
void |
remove(int nIdPhysicalFile)
Delete the physical file whose identifier is specified in parameter |
void |
update(PhysicalFile physicalFile)
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 |
Constructor Detail |
---|
public PhysicalFileService()
Method Detail |
---|
public int create(PhysicalFile physicalFile)
physicalFile
- The instance of the physical file which contains the informations to store
public void update(PhysicalFile physicalFile)
physicalFile
- The instance of the record physicalFile which contains the informations to updatepublic void remove(int nIdPhysicalFile)
nIdPhysicalFile
- The identifier of the record physical filepublic PhysicalFile findByPrimaryKey(int nKey)
nKey
- The file primary key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |