com.liferay.portlet.social.model
Class BaseSocialAchievement
java.lang.Object
com.liferay.portlet.social.model.BaseSocialAchievement
- All Implemented Interfaces:
- SocialAchievement
public class BaseSocialAchievement
- extends Object
- implements SocialAchievement
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseSocialAchievement
public BaseSocialAchievement()
equals
public boolean equals(SocialAchievement socialAchievement)
getCounterIncrement
public int getCounterIncrement()
getCounterName
public String getCounterName()
getCounterOwner
public String getCounterOwner()
getCounterPeriodLength
public int getCounterPeriodLength()
getCounterThreshold
public int getCounterThreshold()
getDescriptionKey
public String getDescriptionKey()
- Specified by:
getDescriptionKey in interface SocialAchievement
getIcon
public String getIcon()
- Specified by:
getIcon in interface SocialAchievement
getName
public String getName()
- Specified by:
getName in interface SocialAchievement
getNameKey
public String getNameKey()
- Specified by:
getNameKey in interface SocialAchievement
initialize
public void initialize(SocialActivityDefinition activityDefinition)
- Specified by:
initialize in interface SocialAchievement
processActivity
public void processActivity(SocialActivity activity)
- Specified by:
processActivity in interface SocialAchievement
setCounterIncrement
public void setCounterIncrement(int counterIncrement)
setCounterName
public void setCounterName(String counterName)
setCounterOwner
public void setCounterOwner(String counterOwner)
setCounterPeriodLength
public void setCounterPeriodLength(int counterPeriodLength)
setCounterThreshold
public void setCounterThreshold(int counterThreshold)
setIcon
public void setIcon(String icon)
- Specified by:
setIcon in interface SocialAchievement
setName
public void setName(String name)
- Specified by:
setName in interface SocialAchievement
setProperty
public void setProperty(String name,
String value)
- Specified by:
setProperty in interface SocialAchievement
doProcessActivity
protected void doProcessActivity(SocialActivity activity)
throws PortalException
- Throws:
PortalException