|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPhysicalFileDAO
IPhysicalFileDAO
Method Summary | |
---|---|
void |
delete(int nIdPhysicalFile)
Delete a record from the table |
int |
insert(PhysicalFile physicalFile)
Insert a new record in the table. |
PhysicalFile |
load(int nId)
Load the data of the PhysicalFile from the table |
int |
newPrimaryKey()
Generates a new primary key |
void |
store(PhysicalFile physicalFile)
Update the physical file in the table |
Method Detail |
---|
int newPrimaryKey()
int insert(PhysicalFile physicalFile)
physicalFile
- instance of the PhysicalFile object to insert
PhysicalFile load(int nId)
nId
- The identifier of the file
void delete(int nIdPhysicalFile)
nIdPhysicalFile
- The identifier of the PhyscalFilevoid store(PhysicalFile physicalFile)
physicalFile
- instance of the physicalFile object to update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |