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