|
||||||||||
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.OpengraphSocialHubHome
public final class OpengraphSocialHubHome
Home of OpengraphSocialHubDAO
Method Summary | |
---|---|
static void |
delete(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove an OpengraphSocialHub from the database |
static List<OpengraphSocialHub> |
findAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Get every OpengraphSocialHub. |
static OpengraphSocialHub |
findById(int nId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find an OpengraphSocialHub by id |
static void |
insert(OpengraphSocialHub opengraphSocialHub,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new OpengraphSocialHub into the database |
static 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 |
Method Detail |
---|
public static OpengraphSocialHub findById(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- Idplugin
- The plugin
public static void insert(OpengraphSocialHub opengraphSocialHub, fr.paris.lutece.portal.service.plugin.Plugin plugin)
opengraphSocialHub
- The OpengraphSocialHub to saveplugin
- The pluginpublic static void update(OpengraphSocialHub opengraphSocialHub, fr.paris.lutece.portal.service.plugin.Plugin plugin)
opengraphSocialHub
- The OpengraphSocialHub tu updateplugin
- The pluginpublic static void delete(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nId
- The id of the OpengraphSocialHub to removeplugin
- The pluginpublic static List<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 |