|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPluginApplicationDAO
IPluginApplicationDAO Interface
Method Summary | |
---|---|
void |
delete(int nIdPluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
PluginApplication |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
java.util.Collection<PluginApplication> |
selectByPlugin(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns a collection of plugin application |
java.util.Collection<PluginApplication> |
selectPluginApplicationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the pluginApplication objects and returns them as a collection |
void |
store(PluginApplication pluginApplication,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void insert(PluginApplication pluginApplication, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pluginApplication
- instance of the PluginApplication object to inssertplugin
- the Pluginvoid store(PluginApplication pluginApplication, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pluginApplication
- the reference of the PluginApplicationplugin
- the Pluginvoid delete(int nIdPluginApplication, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdPluginApplication
- int identifier of the PluginApplication to deleteplugin
- the PluginPluginApplication load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the plugin applicationplugin
- the Plugin
java.util.Collection<PluginApplication> selectPluginApplicationsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
java.util.Collection<PluginApplication> selectByPlugin(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the generated pluginplugin
- The Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |