com.liferay.portlet.social.model
Class SocialRelationConstants
java.lang.Object
com.liferay.portlet.social.model.SocialRelationConstants
public class SocialRelationConstants
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_BI_CONNECTION
public static final int TYPE_BI_CONNECTION
- See Also:
- Constant Field Values
TYPE_BI_COWORKER
public static final int TYPE_BI_COWORKER
- See Also:
- Constant Field Values
TYPE_BI_FRIEND
public static final int TYPE_BI_FRIEND
- See Also:
- Constant Field Values
TYPE_BI_ROMANTIC_PARTNER
public static final int TYPE_BI_ROMANTIC_PARTNER
- See Also:
- Constant Field Values
TYPE_BI_SIBLING
public static final int TYPE_BI_SIBLING
- See Also:
- Constant Field Values
TYPE_BI_SPOUSE
public static final int TYPE_BI_SPOUSE
- See Also:
- Constant Field Values
TYPE_UNI_CHILD
public static final int TYPE_UNI_CHILD
- See Also:
- Constant Field Values
TYPE_UNI_ENEMY
public static final int TYPE_UNI_ENEMY
- See Also:
- Constant Field Values
TYPE_UNI_FOLLOWER
public static final int TYPE_UNI_FOLLOWER
- See Also:
- Constant Field Values
TYPE_UNI_PARENT
public static final int TYPE_UNI_PARENT
- See Also:
- Constant Field Values
TYPE_UNI_SUBORDINATE
public static final int TYPE_UNI_SUBORDINATE
- See Also:
- Constant Field Values
TYPE_UNI_SUPERVISOR
public static final int TYPE_UNI_SUPERVISOR
- See Also:
- Constant Field Values
SocialRelationConstants
public SocialRelationConstants()
getTypeLabel
@Deprecated
public static String getTypeLabel(int type)
- Deprecated. As of 7.0.0, replaced by
SocialRelationTypesUtil.getTypeLabel(int)
isTypeBi
@Deprecated
public static boolean isTypeBi(int type)
- Deprecated. As of 7.0.0, replaced by
SocialRelationTypesUtil.isTypeBi(int)
isTypeUni
@Deprecated
public static boolean isTypeUni(int type)
- Deprecated. As of 7.0.0, replaced by
SocialRelationTypesUtil.isTypeUni(int)