fr.paris.lutece.plugins.extend.modules.opengraph.service
public class OpengraphService extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
Name of the bean of this service.
|
Constructor and Description |
---|
OpengraphService() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final String BEAN_NAME
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 findpublic void updateOpengraphSocialHub(OpengraphSocialHub opengraphSocialHub)
opengraphSocialHub
- The OpengraphSocialHub to updatepublic void removeOpengraphSocialHub(int nIdOpengraphSocialHub)
nIdOpengraphSocialHub
- The id of the OpengraphSocialHub to removeCopyright © 2014 Mairie de Paris. All rights reserved.