Liferay 7.0-ce-b4

com.liferay.portlet.social.util
Interface SocialRelationTypes

All Known Implementing Classes:
SocialRelationTypesImpl

public interface SocialRelationTypes


Method Summary
 List<Integer> getAllSocialRelationTypes()
           
 String getTypeLabel(int type)
           
 boolean isTypeBi(int type)
           
 boolean isTypeUni(int type)
           
 

Method Detail

getAllSocialRelationTypes

List<Integer> getAllSocialRelationTypes()

getTypeLabel

String getTypeLabel(int type)

isTypeBi

boolean isTypeBi(int type)

isTypeUni

boolean isTypeUni(int type)

Liferay 7.0-ce-b4