|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPluginPortletDAO
IPluginPortletDAO Interface
Method Summary | |
---|---|
void |
delete(int nIdPluginPortlet,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(PluginPortlet pluginPortlet,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
PluginPortlet |
load(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
java.util.Collection<PluginPortlet> |
selectPluginPortletsList(int nKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
A collection of portlets related to the generated plugin |
java.util.Collection<PluginPortlet> |
selectPluginPortletsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the pluginPortlet objects and returns them as a collection |
void |
store(PluginPortlet pluginPortlet,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
void insert(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pluginPortlet
- instance of the PluginPortlet object to inssertplugin
- the Pluginvoid store(PluginPortlet pluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
pluginPortlet
- the reference of the PluginPortletplugin
- the Pluginvoid delete(int nIdPluginPortlet, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdPluginPortlet
- int identifier of the PluginPortlet to deleteplugin
- the PluginPluginPortlet load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the pluginPortletplugin
- the Plugin
java.util.Collection<PluginPortlet> selectPluginPortletsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Plugin
java.util.Collection<PluginPortlet> selectPluginPortletsList(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nKey
- The identifier of the pluginplugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |