Liferay 6.1.0-ce-b4

com.liferay.portlet.social.model
Class SocialActivityCounterConstants

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

public class SocialActivityCounterConstants
extends Object


Field Summary
static int END_PERIOD_UNDEFINED
           
static String NAME_ASSET_ACTIVITY
           
static String NAME_CONTRIBUTION
           
static String NAME_PARTICIPATION
           
static String NAME_POPULARITY
           
static String NAME_USER_ACHIEVEMENT
           
static String NAME_USER_ACTIVITY
           
static int TYPE_ACTOR
           
static int TYPE_ALL
           
static int TYPE_ASSET
           
static int TYPE_CREATOR
           
 
Constructor Summary
SocialActivityCounterConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_ASSET_ACTIVITY

public static final String NAME_ASSET_ACTIVITY
See Also:
Constant Field Values

NAME_CONTRIBUTION

public static final String NAME_CONTRIBUTION
See Also:
Constant Field Values

NAME_PARTICIPATION

public static final String NAME_PARTICIPATION
See Also:
Constant Field Values

NAME_POPULARITY

public static final String NAME_POPULARITY
See Also:
Constant Field Values

NAME_USER_ACHIEVEMENT

public static final String NAME_USER_ACHIEVEMENT
See Also:
Constant Field Values

NAME_USER_ACTIVITY

public static final String NAME_USER_ACTIVITY
See Also:
Constant Field Values

END_PERIOD_UNDEFINED

public static final int END_PERIOD_UNDEFINED
See Also:
Constant Field Values

TYPE_ACTOR

public static final int TYPE_ACTOR
See Also:
Constant Field Values

TYPE_ALL

public static final int TYPE_ALL
See Also:
Constant Field Values

TYPE_ASSET

public static final int TYPE_ASSET
See Also:
Constant Field Values

TYPE_CREATOR

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

SocialActivityCounterConstants

public SocialActivityCounterConstants()

Liferay 6.1.0-ce-b4