|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPluginModelDAO
IPluginModelDAO Interface
Method Summary | |
---|---|
void |
delete(int nIdPluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
PluginModel |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
boolean |
pluginExists(java.lang.String strPluginName,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
|
int |
selectPluginModelByName(fr.paris.lutece.portal.service.plugin.Plugin plugin,
java.lang.String strName)
The identifier of the generated plugin |
java.util.Collection<PluginModel> |
selectPluginModelsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the pluginModel objects and returns them as a collection |
void |
store(PluginModel pluginModel,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void insert(PluginModel pluginModel, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pluginModel
- instance of the PluginModel object to inssertplugin
- the Pluginvoid store(PluginModel pluginModel, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pluginModel
- the reference of the PluginModelplugin
- the Pluginvoid delete(int nIdPluginModel, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdPluginModel
- int identifier of the PluginModel to deleteplugin
- the PluginPluginModel load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The id of the plugin modelplugin
- the Plugin
java.util.Collection<PluginModel> selectPluginModelsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
int selectPluginModelByName(fr.paris.lutece.portal.service.plugin.Plugin plugin, java.lang.String strName)
plugin
- The pluginstrName
- The generated plugin name
boolean pluginExists(java.lang.String strPluginName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strPluginName
- The plugin nameplugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |