|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectoryXslDAO
IDirectoryXslDAO
Method Summary | |
---|---|
void |
delete(int nIdDirectoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
DirectoryXsl |
load(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the DirectoryXsl from the table |
int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates a new primary key |
List<DirectoryXsl> |
selectList(DirectoryXslFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the xsl and returns them in form of a list |
void |
store(DirectoryXsl directoryXsl,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the directoryXsl in the table |
Method Detail |
---|
int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
void insert(DirectoryXsl directoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
directoryXsl
- instance of the DirectoryXsl object to insertplugin
- the pluginDirectoryXsl load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The identifier of the xslplugin
- the plugin
void delete(int nIdDirectoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdDirectoryXsl
- The identifier of the directory xslplugin
- the pluginvoid store(DirectoryXsl directoryXsl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
directoryXsl
- instance of the DirectoryXsl object to updateplugin
- the pluginList<DirectoryXsl> selectList(DirectoryXslFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the search filterplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |