|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.extend.business.extender.config.ExtenderConfig
fr.paris.lutece.plugins.extend.modules.opengraph.business.config.OpengraphExtenderConfig
public class OpengraphExtenderConfig
Opengraph extender configuration
Constructor Summary | |
---|---|
OpengraphExtenderConfig()
|
Method Summary | |
---|---|
void |
addOpengraphSocialHubId(Integer nOpengraphSocialHubId)
Add an OpengraphSocialHub id to the list of OpengraphSocialHub id associated to this config |
List<Integer> |
getAndResetListAddedOpengraphSocialHubId()
Get the list of added OpengraphSocialHub ids, and reset it. |
List<Integer> |
getAndResetListRemovedOpengraphSocialHubId()
Get the list of removed OpengraphSocialHub ids, and reset it. |
List<Integer> |
getListOpengraphSocialHubId()
Get the list of id OpengraphSocialHub associated to this configuration |
void |
removeOpengraphSocialHubId(Integer nOpengraphSocialHubId)
Remove an OpengraphSocialHub id from the list of OpengraphSocialHub id associated to this config |
void |
setListOpengraphSocialHubId(List<Integer> listOpengraphSocialHubId)
Get the list of id OpengraphSocialHub associated to this configuration |
Methods inherited from class fr.paris.lutece.plugins.extend.business.extender.config.ExtenderConfig |
---|
getIdExtender, setIdExtender |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpengraphExtenderConfig()
Method Detail |
---|
public List<Integer> getListOpengraphSocialHubId()
public void addOpengraphSocialHubId(Integer nOpengraphSocialHubId)
nOpengraphSocialHubId
- The id to addpublic void removeOpengraphSocialHubId(Integer nOpengraphSocialHubId)
nOpengraphSocialHubId
- The id to removepublic void setListOpengraphSocialHubId(List<Integer> listOpengraphSocialHubId)
listOpengraphSocialHubId
- The list of id OpengraphSocialHub
associated to this configurationpublic List<Integer> getAndResetListAddedOpengraphSocialHubId()
public List<Integer> getAndResetListRemovedOpengraphSocialHubId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |