Package com.liferay.social.kernel.util
Class SocialInteractionsConfiguration
Object
com.liferay.social.kernel.util.SocialInteractionsConfiguration
- Author:
- Adolfo Pérez, Sergio González
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
-
Constructor Summary
ConstructorsConstructorDescriptionSocialInteractionsConfiguration
(boolean socialInteractionsFriendsEnabled, boolean socialInteractionsSitesEnabled, SocialInteractionsConfiguration.SocialInteractionsType socialInteractionsType) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
-
Constructor Details
-
SocialInteractionsConfiguration
public SocialInteractionsConfiguration(boolean socialInteractionsFriendsEnabled, boolean socialInteractionsSitesEnabled, SocialInteractionsConfiguration.SocialInteractionsType socialInteractionsType)
-
-
Method Details
-
isSocialInteractionsAnyUserEnabled
public boolean isSocialInteractionsAnyUserEnabled() -
isSocialInteractionsFriendsEnabled
public boolean isSocialInteractionsFriendsEnabled() -
isSocialInteractionsSelectUsersEnabled
public boolean isSocialInteractionsSelectUsersEnabled() -
isSocialInteractionsSitesEnabled
public boolean isSocialInteractionsSitesEnabled()
-