Uses of Class
org.exoplatform.kudos.model.Kudos
Packages that use Kudos
Package
Description
-
Uses of Kudos in org.exoplatform.kudos.listener
Method parameters in org.exoplatform.kudos.listener with type arguments of type KudosModifier and TypeMethodDescriptionvoidGamificationIntegrationListener.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 KudosModifier and TypeMethodDescriptionvoidKudosSentListener.onEvent(org.exoplatform.services.listener.Event<KudosService, Kudos> event) -
Uses of Kudos in org.exoplatform.kudos.rest
Methods in org.exoplatform.kudos.rest with parameters of type Kudos -
Uses of Kudos in org.exoplatform.kudos.service
Methods in org.exoplatform.kudos.service that return KudosModifier and TypeMethodDescriptionKudosService.createKudos(Kudos kudos, String currentUser) Create a new Kudos sent by current userKudosStorage.createKudos(Kudos kudos) KudosStorage.getKudoById(long id) KudosService.getKudosByActivityId(Long activityId) Retrieves kudos by activityIdKudosService.getKudosByActivityId(Long activityId, org.exoplatform.services.security.Identity currentUser) Retrieves kudos by activityIdKudosStorage.getKudosByActivityId(Long activityId) KudosService.updateKudos(Kudos kudos) Updates a kudosKudosStorage.updateKudos(Kudos kudos) Methods in org.exoplatform.kudos.service that return types with arguments of type KudosModifier and TypeMethodDescriptionKudosService.getKudosByEntity(String entityType, String entityId, int limit) Retrieves a list of kudos sent using a dedicated entity (activity, comment, profile header, tiptip...)KudosStorage.getKudosByEntity(String entityType, String entityId, int limit) KudosService.getKudosByPeriod(long startDateInSeconds, long endDateInSeconds, int limit) Retrieves the list of kudos sent in a period of time.KudosService.getKudosByPeriod(long dateInSeconds, KudosPeriodType periodType, int limit) Retrieves the list of kudos sent in a period of time.KudosStorage.getKudosByPeriod(KudosPeriod kudosPeriod, int limit) KudosService.getKudosByPeriodAndReceiver(long identityId, long startDateInSeconds, long endDateInSeconds, int limit) Retrieves kudos received by an identity in a period of timeKudosStorage.getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod, String receiverType, String receiverId, int limit) KudosService.getKudosByPeriodAndSender(long senderIdentityId, long startDateInSeconds, long endDateInSeconds, int limit) Retrieves Kudos list by sender identity IdKudosStorage.getKudosByPeriodAndSender(KudosPeriod kudosPeriod, long senderIdentityId, int limit) KudosService.getKudosByPeriodOfDate(long dateInSeconds, int limit) Retrieves the list of kudos sent in a period of time.KudosService.getKudosListOfActivity(String activityId) Retrieves the list of kudos for a given parent entity id and with a set of entity typesKudosService.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 typesKudosStorage.getKudosListOfActivity(Long activityId) Methods in org.exoplatform.kudos.service with parameters of type KudosModifier and TypeMethodDescriptionKudosService.createKudos(Kudos kudos, String currentUser) Create a new Kudos sent by current userKudosStorage.createKudos(Kudos kudos) KudosService.updateKudos(Kudos kudos) Updates a kudosKudosStorage.updateKudos(Kudos kudos) -
Uses of Kudos in org.exoplatform.kudos.service.utils
Fields in org.exoplatform.kudos.service.utils with type parameters of type KudosModifier and TypeFieldDescriptionstatic final org.exoplatform.commons.api.notification.model.ArgumentLiteral<Kudos>Utils.KUDOS_DETAILS_PARAMETERMethods in org.exoplatform.kudos.service.utils that return KudosModifier and TypeMethodDescriptionstatic KudosUtils.fromEntity(KudosEntity kudosEntity, String defaultPortal) Methods in org.exoplatform.kudos.service.utils with parameters of type KudosModifier and TypeMethodDescriptionstatic voidUtils.computeKudosActivityProperties(org.exoplatform.social.core.activity.model.ExoSocialActivity activity, Kudos kudos) static KudosEntity