|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOpengraphSocialHubDAO
Interface of OpengraphSocialHubDAO
Method Summary | |
---|---|
void |
delete(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove an OpengraphSocialHub from the database |
List<OpengraphSocialHub> |
findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get every OpengraphSocialHub. |
OpengraphSocialHub |
findById(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find an OpengraphSocialHub by id |
void |
insert(OpengraphSocialHub opengraphSocialHub,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new OpengraphSocialHub into the database |
void |
update(OpengraphSocialHub opengraphSocialHub,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update an OpengraphSocialHub |
Method Detail |
---|
OpengraphSocialHub findById(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- Idplugin
- The plugin
void insert(OpengraphSocialHub opengraphSocialHub, fr.paris.lutece.portal.service.plugin.Plugin plugin)
opengraphSocialHub
- The OpengraphSocialHub to saveplugin
- The pluginvoid update(OpengraphSocialHub opengraphSocialHub, fr.paris.lutece.portal.service.plugin.Plugin plugin)
opengraphSocialHub
- The OpengraphSocialHub tu updateplugin
- The pluginvoid delete(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The id of the OpengraphSocialHub to removeplugin
- The pluginList<OpengraphSocialHub> findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |