Liferay 6.2-ce-ga5

com.liferay.portlet.social.model
Class SocialRequestConstants

java.lang.Object
  extended by com.liferay.portlet.social.model.SocialRequestConstants

public class SocialRequestConstants
extends Object


Field Summary
static int STATUS_CONFIRM
           
static int STATUS_IGNORE
           
static int STATUS_PENDING
           
 
Constructor Summary
SocialRequestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_CONFIRM

public static final int STATUS_CONFIRM
See Also:
Constant Field Values

STATUS_IGNORE

public static final int STATUS_IGNORE
See Also:
Constant Field Values

STATUS_PENDING

public static final int STATUS_PENDING
See Also:
Constant Field Values
Constructor Detail

SocialRequestConstants

public SocialRequestConstants()

Liferay 6.2-ce-ga5