Liferay 6.1.2-ce-ga3

com.liferay.portlet.social.model
Class BaseSocialAchievement

java.lang.Object
  extended by com.liferay.portlet.social.model.BaseSocialAchievement
All Implemented Interfaces:
SocialAchievement

public class BaseSocialAchievement
extends Object
implements SocialAchievement


Constructor Summary
BaseSocialAchievement()
           
 
Method Summary
protected  void doProcessActivity(SocialActivity activity)
           
 boolean equals(SocialAchievement socialAchievement)
           
 int getCounterIncrement()
           
 String getCounterName()
           
 String getCounterOwner()
           
 int getCounterPeriodLength()
           
 int getCounterThreshold()
           
 String getDescriptionKey()
           
 String getIcon()
           
 String getName()
           
 String getNameKey()
           
 void initialize(SocialActivityDefinition activityDefinition)
           
 void processActivity(SocialActivity activity)
           
 void setCounterIncrement(int counterIncrement)
           
 void setCounterName(String counterName)
           
 void setCounterOwner(String counterOwner)
           
 void setCounterPeriodLength(int counterPeriodLength)
           
 void setCounterThreshold(int counterThreshold)
           
 void setIcon(String icon)
           
 void setName(String name)
           
 void setProperty(String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSocialAchievement

public BaseSocialAchievement()
Method Detail

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,
                                 SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3