Liferay 7.0-ce-m3

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(SocialInteractionsConfiguration.SocialInteractionsType socialInteractionsType, boolean socialInteractionsSitesEnabled, String socialInteractionsSocialRelationTypes, boolean socialInteractionsSocialRelationTypesEnabled, SocialInteractionsConfiguration defaultSocialInteractionsConfiguration)
           
 
Method Summary
 String getSocialInteractionsSocialRelationTypes()
           
 int[] getSocialInteractionsSocialRelationTypesArray()
           
 boolean isInheritSocialInteractionsConfiguration()
           
 boolean isSocialInteractionsAnyUserEnabled()
           
 boolean isSocialInteractionsSelectUsersEnabled()
           
 boolean isSocialInteractionsSitesEnabled()
           
 boolean isSocialInteractionsSocialRelationTypesEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialInteractionsConfiguration

public SocialInteractionsConfiguration(SocialInteractionsConfiguration.SocialInteractionsType socialInteractionsType,
                                       boolean socialInteractionsSitesEnabled,
                                       String socialInteractionsSocialRelationTypes,
                                       boolean socialInteractionsSocialRelationTypesEnabled,
                                       SocialInteractionsConfiguration defaultSocialInteractionsConfiguration)
Method Detail

getSocialInteractionsSocialRelationTypes

public String getSocialInteractionsSocialRelationTypes()

getSocialInteractionsSocialRelationTypesArray

public int[] getSocialInteractionsSocialRelationTypesArray()

isInheritSocialInteractionsConfiguration

public boolean isInheritSocialInteractionsConfiguration()

isSocialInteractionsAnyUserEnabled

public boolean isSocialInteractionsAnyUserEnabled()

isSocialInteractionsSelectUsersEnabled

public boolean isSocialInteractionsSelectUsersEnabled()

isSocialInteractionsSitesEnabled

public boolean isSocialInteractionsSitesEnabled()

isSocialInteractionsSocialRelationTypesEnabled

public boolean isSocialInteractionsSocialRelationTypesEnabled()

Liferay 7.0-ce-m3