public class ProfileKudosLogicImpl extends Object implements org.sakaiproject.profile2.logic.ProfileKudosLogic
| Constructor and Description |
|---|
ProfileKudosLogicImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKudos(String userUuid) |
BigDecimal |
getRawKudos(String userUuid) |
void |
init() |
boolean |
updateKudos(String userUuid,
int score,
BigDecimal percentage) |
public int getKudos(String userUuid)
getKudos in interface org.sakaiproject.profile2.logic.ProfileKudosLogicpublic BigDecimal getRawKudos(String userUuid)
getRawKudos in interface org.sakaiproject.profile2.logic.ProfileKudosLogicpublic boolean updateKudos(String userUuid, int score, BigDecimal percentage)
updateKudos in interface org.sakaiproject.profile2.logic.ProfileKudosLogicpublic void init()
Copyright © 2008-2016 The Sakai Foundation. All Rights Reserved.