Liferay 7.0-ce-b7 portal-impl

com.liferay.portlet.social.util
Class SocialRelationTypesImpl

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

public class SocialRelationTypesImpl
extends Object
implements com.liferay.social.kernel.util.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 com.liferay.social.kernel.util.SocialRelationTypes

getTypeLabel

public String getTypeLabel(int type)
Specified by:
getTypeLabel in interface com.liferay.social.kernel.util.SocialRelationTypes

isTypeBi

public boolean isTypeBi(int type)
Specified by:
isTypeBi in interface com.liferay.social.kernel.util.SocialRelationTypes

isTypeUni

public boolean isTypeUni(int type)
Specified by:
isTypeUni in interface com.liferay.social.kernel.util.SocialRelationTypes

Liferay 7.0-ce-b7 portal-impl