Liferay 7.0-ce-b4

com.liferay.portlet.social.util
Class SocialRelationTypesUtil

java.lang.Object
  extended by com.liferay.portlet.social.util.SocialRelationTypesUtil

public class SocialRelationTypesUtil
extends Object


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

Constructor Detail

SocialRelationTypesUtil

public SocialRelationTypesUtil()
Method Detail

getAllSocialRelationTypes

public static List<Integer> getAllSocialRelationTypes()

getSocialRelationTypes

public static SocialRelationTypes getSocialRelationTypes()

getTypeLabel

public static String getTypeLabel(int type)

isTypeBi

public static boolean isTypeBi(int type)

isTypeUni

public static boolean isTypeUni(int type)

setSocialRelationTypes

public void setSocialRelationTypes(SocialRelationTypes socialRelationTypes)

Liferay 7.0-ce-b4