|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.extend.modules.opengraph.business.OpengraphSocialHubDAO
public class OpengraphSocialHubDAO
DAO to manage OpengraphSocialHub objects
Constructor Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpengraphSocialHubDAO()
Method Detail |
---|
public OpengraphSocialHub findById(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
findById
in interface IOpengraphSocialHubDAO
nId
- Idplugin
- The plugin
public void insert(OpengraphSocialHub opengraphSocialHub, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface IOpengraphSocialHubDAO
opengraphSocialHub
- The OpengraphSocialHub to saveplugin
- The pluginpublic void update(OpengraphSocialHub opengraphSocialHub, fr.paris.lutece.portal.service.plugin.Plugin plugin)
update
in interface IOpengraphSocialHubDAO
opengraphSocialHub
- The OpengraphSocialHub tu updateplugin
- The pluginpublic void delete(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface IOpengraphSocialHubDAO
nId
- The id of the OpengraphSocialHub to removeplugin
- The pluginpublic List<OpengraphSocialHub> findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
findAll
in interface IOpengraphSocialHubDAO
plugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |