Liferay 6.2-ce-ga5

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_ACTIVITIES
           
static String NAME_CONTRIBUTION
           
static String NAME_PARTICIPATION
           
static String NAME_POPULARITY
           
static String NAME_USER_ACHIEVEMENTS
           
static String NAME_USER_ACTIVITIES
           
static int PERIOD_LENGTH_INFINITE
           
static int PERIOD_LENGTH_SYSTEM
           
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

END_PERIOD_UNDEFINED

public static final int END_PERIOD_UNDEFINED
See Also:
Constant Field Values

NAME_ASSET_ACTIVITIES

public static final String NAME_ASSET_ACTIVITIES
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_ACHIEVEMENTS

public static final String NAME_USER_ACHIEVEMENTS
See Also:
Constant Field Values

NAME_USER_ACTIVITIES

public static final String NAME_USER_ACTIVITIES
See Also:
Constant Field Values

PERIOD_LENGTH_INFINITE

public static final int PERIOD_LENGTH_INFINITE
See Also:
Constant Field Values

PERIOD_LENGTH_SYSTEM

public static final int PERIOD_LENGTH_SYSTEM
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.2-ce-ga5