|
||||||||||
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.service.OpengraphService
public class OpengraphService
OpengraphService
Field Summary | |
---|---|
static String |
BEAN_NAME
Name of the bean of this service. |
Constructor Summary | |
---|---|
OpengraphService()
|
Method Summary | |
---|---|
void |
createOpengraphSocialHub(OpengraphSocialHub opengraphSocialHub)
Create an OpengraphSocialHub |
List<OpengraphSocialHub> |
findAll()
Get the list of every OpengraphSocialHub |
OpengraphSocialHub |
getOpengraphSocialHub(int nIdOpengraphSocialHub)
Get an OpengraphSocialHub from the database |
void |
removeOpengraphSocialHub(int nIdOpengraphSocialHub)
Remove an OpengraphSocialHub |
void |
updateOpengraphSocialHub(OpengraphSocialHub opengraphSocialHub)
Update an OpengraphSocialHub |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String BEAN_NAME
Constructor Detail |
---|
public OpengraphService()
Method Detail |
---|
public List<OpengraphSocialHub> findAll()
public void createOpengraphSocialHub(OpengraphSocialHub opengraphSocialHub)
opengraphSocialHub
- The OpengraphSocialHub to createpublic OpengraphSocialHub getOpengraphSocialHub(int nIdOpengraphSocialHub)
nIdOpengraphSocialHub
- The id of the OpengraphSocialHub to find
public void updateOpengraphSocialHub(OpengraphSocialHub opengraphSocialHub)
opengraphSocialHub
- The OpengraphSocialHub to updatepublic void removeOpengraphSocialHub(int nIdOpengraphSocialHub)
nIdOpengraphSocialHub
- The id of the OpengraphSocialHub to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |