Liferay 7.0-ce-b4

com.liferay.portlet.social.util
Class SocialRelationTypesImpl

java.lang.Object
  extended by com.liferay.portlet.social.util.SocialRelationTypesImpl
All Implemented Interfaces:
SocialRelationTypes

public class SocialRelationTypesImpl
extends Object
implements SocialRelationTypes


Constructor Summary
SocialRelationTypesImpl()
           
 
Method Summary
 List<Integer> getAllSocialRelationTypes()
           
 String getTypeLabel(int type)
           
 boolean isTypeBi(int type)
           
 boolean isTypeUni(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialRelationTypesImpl

public SocialRelationTypesImpl()
Method Detail

getAllSocialRelationTypes

public List<Integer> getAllSocialRelationTypes()
Specified by:
getAllSocialRelationTypes in interface SocialRelationTypes

getTypeLabel

public String getTypeLabel(int type)
Specified by:
getTypeLabel in interface SocialRelationTypes

isTypeBi

public boolean isTypeBi(int type)
Specified by:
isTypeBi in interface SocialRelationTypes

isTypeUni

public boolean isTypeUni(int type)
Specified by:
isTypeUni in interface SocialRelationTypes

Liferay 7.0-ce-b4