Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.UserInfo
-
Packages that use UserInfo Package Description org.exoplatform.addons.gamification.service.dto.configuration Spring Framework configuration files.org.exoplatform.addons.gamification.utils -
-
Uses of UserInfo in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return UserInfo Modifier and Type Method Description protected UserInfoUserInfo. clone()UserInfoChallengeRestEntity. getUserInfo()Methods in org.exoplatform.addons.gamification.service.dto.configuration that return types with arguments of type UserInfo Modifier and Type Method Description List<UserInfo>ChallengeRestEntity. getManagers()Methods in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type UserInfo Modifier and Type Method Description voidChallengeRestEntity. setUserInfo(UserInfo userInfo)Method parameters in org.exoplatform.addons.gamification.service.dto.configuration with type arguments of type UserInfo Modifier and Type Method Description voidChallengeRestEntity. setManagers(List<UserInfo> managers)Constructors in org.exoplatform.addons.gamification.service.dto.configuration with parameters of type UserInfo Constructor Description ChallengeRestEntity(long id, String title, String description, org.exoplatform.social.core.space.model.Space space, String startDate, String endDate, UserInfo userInfo, List<UserInfo> managers, Long announcementsCount, List<AnnouncementRestEntity> announcements, Long points, DomainDTO program)Constructor parameters in org.exoplatform.addons.gamification.service.dto.configuration with type arguments of type UserInfo Constructor Description ChallengeRestEntity(long id, String title, String description, org.exoplatform.social.core.space.model.Space space, String startDate, String endDate, UserInfo userInfo, List<UserInfo> managers, Long announcementsCount, List<AnnouncementRestEntity> announcements, Long points, DomainDTO program) -
Uses of UserInfo in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils that return UserInfo Modifier and Type Method Description static UserInfoUtils. createUser(org.exoplatform.social.core.identity.model.Identity identity)static UserInfoUtils. createUser(org.exoplatform.social.core.identity.model.Identity identity, org.exoplatform.social.core.space.model.Space space, List<Long> managersId)static UserInfoUtils. getUserById(Long id, Long challengeId)Methods in org.exoplatform.addons.gamification.utils that return types with arguments of type UserInfo Modifier and Type Method Description static List<UserInfo>Utils. getManagersByIds(List<Long> ids)
-