|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXslExportDAO
IXslExportDAO
Method Summary | |
---|---|
void |
delete(int nIdXslExport)
Delete a record from the table |
void |
insert(XslExport xslExport)
Insert a new record in the table. |
XslExport |
load(int nId)
Load the data of the XslExport from the table |
int |
newPrimaryKey()
Generates a new primary key |
List<XslExport> |
selectList()
Get the list of Xsl Export. |
List<XslExport> |
selectListByPlugin(Plugin plugin)
Get the list of Xsl Export associated to a specified plugin. |
void |
store(XslExport xslExport)
Update the xslExport in the table |
Method Detail |
---|
int newPrimaryKey()
void insert(XslExport xslExport)
xslExport
- instance of the XslExport object to insertXslExport load(int nId)
nId
- The identifier of the xsl
void delete(int nIdXslExport)
nIdXslExport
- The identifier of the directory xslvoid store(XslExport xslExport)
xslExport
- instance of the XslExport object to updateList<XslExport> selectList()
List<XslExport> selectListByPlugin(Plugin plugin)
plugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |