fr.paris.lutece.plugins.extend.modules.opengraph.business.config
Class OpengraphExtenderConfig

java.lang.Object
  extended by fr.paris.lutece.plugins.extend.business.extender.config.ExtenderConfig
      extended by fr.paris.lutece.plugins.extend.modules.opengraph.business.config.OpengraphExtenderConfig
All Implemented Interfaces:
fr.paris.lutece.plugins.extend.business.extender.config.IExtenderConfig

public class OpengraphExtenderConfig
extends fr.paris.lutece.plugins.extend.business.extender.config.ExtenderConfig

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

OpengraphExtenderConfig

public OpengraphExtenderConfig()
Method Detail

getListOpengraphSocialHubId

public List<Integer> getListOpengraphSocialHubId()
Get the list of id OpengraphSocialHub associated to this configuration

Returns:
The list of id OpengraphSocialHub associated to this configuration

addOpengraphSocialHubId

public void addOpengraphSocialHubId(Integer nOpengraphSocialHubId)
Add an OpengraphSocialHub id to the list of OpengraphSocialHub id associated to this config

Parameters:
nOpengraphSocialHubId - The id to add

removeOpengraphSocialHubId

public void removeOpengraphSocialHubId(Integer nOpengraphSocialHubId)
Remove an OpengraphSocialHub id from the list of OpengraphSocialHub id associated to this config

Parameters:
nOpengraphSocialHubId - The id to remove

setListOpengraphSocialHubId

public void setListOpengraphSocialHubId(List<Integer> listOpengraphSocialHubId)
Get the list of id OpengraphSocialHub associated to this configuration

Parameters:
listOpengraphSocialHubId - The list of id OpengraphSocialHub associated to this configuration

getAndResetListAddedOpengraphSocialHubId

public List<Integer> getAndResetListAddedOpengraphSocialHubId()
Get the list of added OpengraphSocialHub ids, and reset it.

Returns:
The list of added OpengraphSocialHub ids.

getAndResetListRemovedOpengraphSocialHubId

public List<Integer> getAndResetListRemovedOpengraphSocialHubId()
Get the list of removed OpengraphSocialHub ids, and reset it.

Returns:
The list of removed OpengraphSocialHub ids.


Copyright © 2013 Mairie de Paris. All Rights Reserved.