Liferay 7.0-ce-b4

com.liferay.portlet.social.util
Class SocialInteractionsConfiguration

java.lang.Object
  extended by com.liferay.portlet.social.util.SocialInteractionsConfiguration

public class SocialInteractionsConfiguration
extends Object


Nested Class Summary
static class SocialInteractionsConfiguration.SocialInteractionsType
           
 
Constructor Summary
SocialInteractionsConfiguration(boolean socialInteractionsFriendsEnabled, boolean socialInteractionsSitesEnabled, SocialInteractionsConfiguration.SocialInteractionsType socialInteractionsType)
           
 
Method Summary
 boolean isSocialInteractionsAnyUserEnabled()
           
 boolean isSocialInteractionsFriendsEnabled()
           
 boolean isSocialInteractionsSelectUsersEnabled()
           
 boolean isSocialInteractionsSitesEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialInteractionsConfiguration

public SocialInteractionsConfiguration(boolean socialInteractionsFriendsEnabled,
                                       boolean socialInteractionsSitesEnabled,
                                       SocialInteractionsConfiguration.SocialInteractionsType socialInteractionsType)
Method Detail

isSocialInteractionsAnyUserEnabled

public boolean isSocialInteractionsAnyUserEnabled()

isSocialInteractionsFriendsEnabled

public boolean isSocialInteractionsFriendsEnabled()

isSocialInteractionsSelectUsersEnabled

public boolean isSocialInteractionsSelectUsersEnabled()

isSocialInteractionsSitesEnabled

public boolean isSocialInteractionsSitesEnabled()

Liferay 7.0-ce-b4