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) voidKudosCanceledListener.onEvent(org.exoplatform.services.listener.Event<KudosService, Kudos> event) voidKudosSentActivityGeneratorListener.onEvent(org.exoplatform.services.listener.Event<KudosService, Kudos> event) voidKudosSentNotificationListener.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 userKudosService.getKudosByActivityId(Long activityId) Retrieves kudos by activityIdKudosService.getKudosByActivityId(Long activityId, org.exoplatform.services.security.Identity currentUser) Retrieves kudos by activityIdKudosService.updateKudos(Kudos kudos) Updates a kudosMethods 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...)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.KudosService.getKudosByPeriodAndReceiver(long identityId, long startDateInSeconds, long endDateInSeconds, int limit) Retrieves kudos received by an identity in a period of timeKudosService.getKudosByPeriodAndSender(long senderIdentityId, long startDateInSeconds, long endDateInSeconds, int limit) Retrieves Kudos list by sender identity IdKudosService.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 typesMethods in org.exoplatform.kudos.service with parameters of type KudosModifier and TypeMethodDescriptionKudosService.createKudos(Kudos kudos, String currentUser) Create a new Kudos sent by current userKudosService.updateKudos(Kudos kudos) Updates a 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 KudosMethods 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 -
Uses of Kudos in org.exoplatform.kudos.storage
Methods in org.exoplatform.kudos.storage that return KudosModifier and TypeMethodDescriptionKudosStorage.createKudos(Kudos kudos) KudosStorage.getKudoById(long id) KudosStorage.getKudosByActivityId(Long activityId) KudosStorage.updateKudos(Kudos kudos) Methods in org.exoplatform.kudos.storage that return types with arguments of type KudosModifier and TypeMethodDescriptionKudosStorage.getKudosByEntity(String entityType, String entityId, int limit) KudosStorage.getKudosByPeriod(KudosPeriod kudosPeriod, int limit) KudosStorage.getKudosByPeriodAndReceiver(KudosPeriod kudosPeriod, String receiverType, String receiverId, int limit) KudosStorage.getKudosByPeriodAndSender(KudosPeriod kudosPeriod, long senderIdentityId, int limit) KudosStorage.getKudosListOfActivity(Long activityId) Methods in org.exoplatform.kudos.storage with parameters of type KudosModifier and TypeMethodDescriptionKudosStorage.createKudos(Kudos kudos) KudosStorage.updateKudos(Kudos kudos)