Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.AnnouncementRestEntity
-
Packages that use AnnouncementRestEntity Package Description org.exoplatform.addons.gamification.service.dto.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.service.mapper -
-
Uses of AnnouncementRestEntity in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return AnnouncementRestEntity Modifier and Type Method Description AnnouncementRestEntityAnnouncementRestEntity. clone()Methods in org.exoplatform.addons.gamification.service.dto.configuration that return types with arguments of type AnnouncementRestEntity Modifier and Type Method Description List<AnnouncementRestEntity>ChallengeRestEntity. getAnnouncements()Method parameters in org.exoplatform.addons.gamification.service.dto.configuration with type arguments of type AnnouncementRestEntity Modifier and Type Method Description voidChallengeRestEntity. setAnnouncements(List<AnnouncementRestEntity> announcements) -
Uses of AnnouncementRestEntity in org.exoplatform.addons.gamification.service.mapper
Methods in org.exoplatform.addons.gamification.service.mapper that return AnnouncementRestEntity Modifier and Type Method Description static AnnouncementRestEntityEntityMapper. fromAnnouncement(Announcement announcement)Methods in org.exoplatform.addons.gamification.service.mapper that return types with arguments of type AnnouncementRestEntity Modifier and Type Method Description static List<AnnouncementRestEntity>EntityMapper. fromAnnouncementList(List<Announcement> announcements)
-