Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.Announcement
Packages that use Announcement
Package
Description
-
Uses of Announcement in org.exoplatform.addons.gamification.rest
Method parameters in org.exoplatform.addons.gamification.rest with type arguments of type AnnouncementModifier and TypeMethodDescriptionstatic List<AnnouncementRestEntity>EntityBuilder.fromAnnouncementList(List<Announcement> announcements) static ChallengeRestEntityEntityBuilder.fromChallenge(Challenge challenge, List<Announcement> challengeAnnouncements) static ChallengeRestEntityEntityBuilder.fromChallenge(Challenge challenge, List<Announcement> challengeAnnouncements, boolean noDomain) -
Uses of Announcement in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service that return AnnouncementModifier and TypeMethodDescriptionAnnouncementService.createAnnouncement(Announcement announcement, Map<String, String> templateParams, String username, boolean system) Creates a new announcementAnnouncementService.getAnnouncementById(Long announcementId) Retrieves a announcement identified by its technical identifier.AnnouncementService.updateAnnouncement(Announcement announcement) Update announcementMethods in org.exoplatform.addons.gamification.service that return types with arguments of type AnnouncementModifier and TypeMethodDescriptionAnnouncementService.findAllAnnouncementByChallenge(long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) Retrieves all Announcements by challengeId.AnnouncementService.getAnnouncementsByEarnerId(String earnerId) Retrieves all announcements by earnerId.Methods in org.exoplatform.addons.gamification.service with parameters of type AnnouncementModifier and TypeMethodDescriptionAnnouncementService.createAnnouncement(Announcement announcement, Map<String, String> templateParams, String username, boolean system) Creates a new announcementAnnouncementService.updateAnnouncement(Announcement announcement) Update announcement -
Uses of Announcement in org.exoplatform.addons.gamification.service.configuration
Methods in org.exoplatform.addons.gamification.service.configuration that return AnnouncementModifier and TypeMethodDescriptionAnnouncementServiceImpl.createAnnouncement(Announcement announcement, Map<String, String> templateParams, String currentUser, boolean system) AnnouncementServiceImpl.getAnnouncementById(Long announcementId) AnnouncementServiceImpl.updateAnnouncement(Announcement announcement) Methods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type AnnouncementModifier and TypeMethodDescriptionAnnouncementServiceImpl.findAllAnnouncementByChallenge(long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) AnnouncementServiceImpl.getAnnouncementsByEarnerId(String earnerId) Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type AnnouncementModifier and TypeMethodDescriptionAnnouncementServiceImpl.createAnnouncement(Announcement announcement, Map<String, String> templateParams, String currentUser, boolean system) AnnouncementServiceImpl.updateAnnouncement(Announcement announcement) -
Uses of Announcement in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return Announcement -
Uses of Announcement in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return AnnouncementModifier and TypeMethodDescriptionstatic AnnouncementEntityMapper.fromAnnouncementActivity(AnnouncementActivity announcementActivity) static AnnouncementEntityMapper.fromEntity(GamificationActionsHistory announcementEntity) Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type AnnouncementModifier and TypeMethodDescriptionstatic List<Announcement>EntityMapper.fromAnnouncementEntities(List<GamificationActionsHistory> announcementEntities) Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type AnnouncementModifier and TypeMethodDescriptionstatic AnnouncementRestEntityEntityMapper.fromAnnouncement(Announcement announcement) static AnnouncementActivityEntityMapper.toAnnouncementActivity(Announcement announcement, Map<String, String> templateParams) static GamificationActionsHistoryEntityMapper.toEntity(Announcement announcement, RuleEntity ruleEntity) -
Uses of Announcement in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage that return AnnouncementModifier and TypeMethodDescriptionAnnouncementStorage.getAnnouncementById(long announcementId) AnnouncementStorage.saveAnnouncement(Announcement announcement) Methods in org.exoplatform.addons.gamification.storage that return types with arguments of type AnnouncementModifier and TypeMethodDescriptionAnnouncementStorage.findAllAnnouncementByChallenge(Long challengeId, int offset, int limit, PeriodType periodType, IdentityType earnerType) AnnouncementStorage.getAnnouncementsByEarnerId(String earnerId) Methods in org.exoplatform.addons.gamification.storage with parameters of type AnnouncementModifier and TypeMethodDescriptionAnnouncementStorage.saveAnnouncement(Announcement announcement) -
Uses of Announcement in org.exoplatform.addons.gamification.storage.cached
Methods in org.exoplatform.addons.gamification.storage.cached that return AnnouncementModifier and TypeMethodDescriptionAnnouncementCachedStorage.saveAnnouncement(Announcement announcement) Methods in org.exoplatform.addons.gamification.storage.cached with parameters of type AnnouncementModifier and TypeMethodDescriptionAnnouncementCachedStorage.saveAnnouncement(Announcement announcement) -
Uses of Announcement in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils that return types with arguments of type AnnouncementModifier and TypeMethodDescriptionstatic List<Announcement>Utils.findAllAnnouncementByChallenge(Long challengeId, int offset, int limit, IdentityType earnerType)