public class SocialRelationTypesImpl extends Object implements com.liferay.social.kernel.util.SocialRelationTypes
| Constructor and Description |
|---|
SocialRelationTypesImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAllSocialRelationTypes() |
String |
getTypeLabel(int type) |
boolean |
isTypeBi(int type) |
boolean |
isTypeUni(int type) |
public List<Integer> getAllSocialRelationTypes()
getAllSocialRelationTypes in interface com.liferay.social.kernel.util.SocialRelationTypespublic String getTypeLabel(int type)
getTypeLabel in interface com.liferay.social.kernel.util.SocialRelationTypespublic boolean isTypeBi(int type)
isTypeBi in interface com.liferay.social.kernel.util.SocialRelationTypespublic boolean isTypeUni(int type)
isTypeUni in interface com.liferay.social.kernel.util.SocialRelationTypes