Uses of Class
org.exoplatform.kudos.model.Kudos
-
-
Uses of Kudos in org.exoplatform.kudos.listener
Method parameters in org.exoplatform.kudos.listener with type arguments of type Kudos Modifier and Type Method Description voidGamificationIntegrationListener. onEvent(org.exoplatform.services.listener.Event<KudosService,Kudos> event)voidNewKudosSentActivityGeneratorListener. onEvent(org.exoplatform.services.listener.Event<KudosService,Kudos> event)voidNewKudosSentNotificationListener. onEvent(org.exoplatform.services.listener.Event<KudosService,Kudos> event) -
Uses of Kudos in org.exoplatform.kudos.listener.analytics
Method parameters in org.exoplatform.kudos.listener.analytics with type arguments of type Kudos Modifier and Type Method Description voidKudosSentListener. onEvent(org.exoplatform.services.listener.Event<KudosService,Kudos> event) -
Uses of Kudos in org.exoplatform.kudos.model
Methods in org.exoplatform.kudos.model that return types with arguments of type Kudos Modifier and Type Method Description List<Kudos>KudosList. getKudos()Method parameters in org.exoplatform.kudos.model with type arguments of type Kudos Modifier and Type Method Description voidKudosList. setKudos(List<Kudos> kudos) -
Uses of Kudos in org.exoplatform.kudos.rest
Methods in org.exoplatform.kudos.rest with parameters of type Kudos Modifier and Type Method Description javax.ws.rs.core.ResponseKudosREST. createKudos(Kudos kudos) -
Uses of Kudos in org.exoplatform.kudos.service
Methods in org.exoplatform.kudos.service that return Kudos Modifier and Type Method Description KudosKudosService. createKudos(Kudos kudos, String currentUser)Create a new Kudos sent by current userKudosKudosStorage. createKudos(Kudos kudos)KudosKudosStorage. getKudoById(long id)KudosKudosService. getKudosByActivityId(Long activityId)Retrieves kudos by activityIdKudosKudosService. getKudosByActivityId(Long activityId, org.exoplatform.services.security.Identity currentUser)Retrieves kudos by activityIdKudosKudosStorage. getKudosByActivityId(Long activityId)KudosKudosService. updateKudos(Kudos kudos)Updates a kudosKudosKudosStorage. updateKudos(Kudos kudos)Methods in org.exoplatform.kudos.service that return types with arguments of type Kudos Modifier and Type Method Description List<Kudos>KudosService. getKudosByEntity(String entityType, String entityId, int limit)Retrieves a list of kudos sent using a dedicated entity (activity, comment, profile header, tiptip...)List<Kudos>KudosStorage. getKudosByEntity(String entityType, String entityId, int limit)List<Kudos>KudosService. getKudosByPeriod(long startDateInSeconds, long endDateInSeconds, int limit)Retrieves the list of kudos sent in a period of time.List<Kudos>KudosService. getKudosByPeriod(long dateInSeconds, KudosPeriodType periodType, int limit)Retrieves the list of kudos sent in a period of time.List<Kudos>KudosStorage. getKudosByPeriod(KudosPeriod kudosPeriod, int limit)List<Kudos>KudosService. getKudosByPeriodAndReceiver(long identityId, long startDateInSeconds, long endDateInSeconds, int limit)Retrieves kudos received by an identity in a period of timeList<Kudos>KudosStorage. getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod, String receiverType, String receiverId, int limit)List<Kudos>KudosService. getKudosByPeriodAndSender(long senderIdentityId, long startDateInSeconds, long endDateInSeconds, int limit)Retrieves Kudos list by sender identity IdList<Kudos>KudosStorage. getKudosByPeriodAndSender(KudosPeriod kudosPeriod, long senderIdentityId, int limit)List<Kudos>KudosService. getKudosByPeriodOfDate(long dateInSeconds, int limit)Retrieves the list of kudos sent in a period of time.List<Kudos>KudosService. getKudosListOfActivity(String activityId)Retrieves the list of kudos for a given parent entity id and with a set of entity typesList<Kudos>KudosService. getKudosListOfActivity(String activityId, org.exoplatform.services.security.Identity currentUser)Retrieves the list of kudos for a given parent entity id and with a set of entity typesList<Kudos>KudosStorage. getKudosListOfActivity(Long activityId)Methods in org.exoplatform.kudos.service with parameters of type Kudos Modifier and Type Method Description KudosKudosService. createKudos(Kudos kudos, String currentUser)Create a new Kudos sent by current userKudosKudosStorage. createKudos(Kudos kudos)KudosKudosService. updateKudos(Kudos kudos)Updates a kudosKudosKudosStorage. updateKudos(Kudos kudos) -
Uses of Kudos in org.exoplatform.kudos.service.utils
Fields in org.exoplatform.kudos.service.utils with type parameters of type Kudos Modifier and Type Field Description static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Kudos>Utils. KUDOS_DETAILS_PARAMETERMethods in org.exoplatform.kudos.service.utils that return Kudos Modifier and Type Method Description static KudosUtils. fromEntity(KudosEntity kudosEntity, String defaultPortal)Methods in org.exoplatform.kudos.service.utils with parameters of type Kudos Modifier and Type Method Description static voidUtils. computeKudosActivityProperties(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, Kudos kudos)static KudosEntityUtils. toEntity(Kudos kudos)
-