Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.Announcement
-
Packages that use Announcement Package Description org.exoplatform.addons.gamification.listener.challenges org.exoplatform.addons.gamification.rest org.exoplatform.addons.gamification.service Spring Framework configuration files.org.exoplatform.addons.gamification.service.configuration org.exoplatform.addons.gamification.service.dto.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.service.mapper org.exoplatform.addons.gamification.storage org.exoplatform.addons.gamification.storage.cached -
-
Uses of Announcement in org.exoplatform.addons.gamification.listener.challenges
Method parameters in org.exoplatform.addons.gamification.listener.challenges with type arguments of type Announcement Modifier and Type Method Description voidAnnouncementActivityGeneratorListener. onEvent(org.exoplatform.services.listener.Event<AnnouncementService,Announcement> event) -
Uses of Announcement in org.exoplatform.addons.gamification.rest
Methods in org.exoplatform.addons.gamification.rest with parameters of type Announcement Modifier and Type Method Description javax.ws.rs.core.ResponseAnnouncementRest. createAnnouncement(Announcement announcement) -
Uses of Announcement in org.exoplatform.addons.gamification.service
Methods in org.exoplatform.addons.gamification.service that return Announcement Modifier and Type Method Description AnnouncementAnnouncementService. createAnnouncement(Announcement announcement, String username, boolean system)Creates a new announcementAnnouncementAnnouncementService. getAnnouncementById(Long announcementId)Retrieves a announcement identified by its technical identifier.AnnouncementAnnouncementService. updateAnnouncement(Announcement announcement)Update announcementMethods in org.exoplatform.addons.gamification.service that return types with arguments of type Announcement Modifier and Type Method Description List<Announcement>AnnouncementService. findAllAnnouncementByChallenge(long challengeId, int offset, int limit)Retrieves all Announcements by challengeId.Methods in org.exoplatform.addons.gamification.service with parameters of type Announcement Modifier and Type Method Description AnnouncementAnnouncementService. createAnnouncement(Announcement announcement, String username, boolean system)Creates a new announcementAnnouncementAnnouncementService. 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 Announcement Modifier and Type Method Description AnnouncementAnnouncementServiceImpl. createAnnouncement(Announcement announcement, String currentUser, boolean system)AnnouncementAnnouncementServiceImpl. getAnnouncementById(Long announcementId)AnnouncementAnnouncementServiceImpl. updateAnnouncement(Announcement announcement)Methods in org.exoplatform.addons.gamification.service.configuration that return types with arguments of type Announcement Modifier and Type Method Description List<Announcement>AnnouncementServiceImpl. findAllAnnouncementByChallenge(long challengeId, int offset, int limit)Methods in org.exoplatform.addons.gamification.service.configuration with parameters of type Announcement Modifier and Type Method Description AnnouncementAnnouncementServiceImpl. createAnnouncement(Announcement announcement, String currentUser, boolean system)AnnouncementAnnouncementServiceImpl. 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 Modifier and Type Method Description AnnouncementAnnouncement. clone() -
Uses of Announcement in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return Announcement Modifier and Type Method Description static AnnouncementEntityMapper. fromEntity(GamificationActionsHistory announcementEntity)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type Announcement Modifier and Type Method Description static List<Announcement>EntityMapper. fromAnnouncementEntities(List<GamificationActionsHistory> announcementEntities)Methods in org.exoplatform.addons.gamification.service.mapper with parameters of type Announcement Modifier and Type Method Description static AnnouncementRestEntityEntityMapper. fromAnnouncement(Announcement announcement)static GamificationActionsHistoryEntityMapper. toEntity(Announcement announcement)Method parameters in org.exoplatform.addons.gamification.service.mapper with type arguments of type Announcement Modifier and Type Method Description static List<AnnouncementRestEntity>EntityMapper. fromAnnouncementList(List<Announcement> announcements)static ChallengeRestEntityEntityMapper. fromChallenge(Challenge challenge, List<Announcement> challengeAnnouncements) -
Uses of Announcement in org.exoplatform.addons.gamification.storage
Methods in org.exoplatform.addons.gamification.storage that return Announcement Modifier and Type Method Description AnnouncementAnnouncementStorage. getAnnouncementById(long announcementId)AnnouncementAnnouncementStorage. saveAnnouncement(Announcement announcement)Methods in org.exoplatform.addons.gamification.storage that return types with arguments of type Announcement Modifier and Type Method Description List<Announcement>AnnouncementStorage. findAllAnnouncementByChallenge(Long challengeId, int offset, int limit)Methods in org.exoplatform.addons.gamification.storage with parameters of type Announcement Modifier and Type Method Description AnnouncementAnnouncementStorage. saveAnnouncement(Announcement announcement) -
Uses of Announcement in org.exoplatform.addons.gamification.storage.cached
Methods in org.exoplatform.addons.gamification.storage.cached that return Announcement Modifier and Type Method Description AnnouncementAnnouncementCachedStorage. saveAnnouncement(Announcement announcement)Methods in org.exoplatform.addons.gamification.storage.cached with parameters of type Announcement Modifier and Type Method Description AnnouncementAnnouncementCachedStorage. saveAnnouncement(Announcement announcement)
-