Uses of Class
org.exoplatform.addons.gamification.service.dto.configuration.UserInfo
Packages that use UserInfo
Package
Description
-
Uses of UserInfo in org.exoplatform.addons.gamification.rest.model
Constructors in org.exoplatform.addons.gamification.rest.model with parameters of type UserInfoModifierConstructorDescriptionDomainRestEntity(Long id, String title, String description, org.exoplatform.social.core.space.model.Space space, int priority, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean enabled, boolean deleted, Long budget, String type, String coverUrl, Long rulesTotalScore, List<UserInfo> owners, UserInfo userInfo) Constructor parameters in org.exoplatform.addons.gamification.rest.model with type arguments of type UserInfoModifierConstructorDescriptionDomainRestEntity(Long id, String title, String description, org.exoplatform.social.core.space.model.Space space, int priority, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean enabled, boolean deleted, Long budget, String type, String coverUrl, Long rulesTotalScore, List<UserInfo> owners, UserInfo userInfo) -
Uses of UserInfo in org.exoplatform.addons.gamification.service.dto.configuration
Methods in org.exoplatform.addons.gamification.service.dto.configuration that return UserInfo -
Uses of UserInfo in org.exoplatform.addons.gamification.utils
Methods in org.exoplatform.addons.gamification.utils that return UserInfoModifier and TypeMethodDescriptionstatic UserInfoUtils.toUserInfo(long domainId, String username) static UserInfoUtils.toUserInfo(Challenge challenge, org.exoplatform.social.core.identity.model.Identity identity) static UserInfoUtils.toUserInfo(org.exoplatform.social.core.identity.model.Identity identity) Methods in org.exoplatform.addons.gamification.utils that return types with arguments of type UserInfoModifier and TypeMethodDescriptionUtils.getDomainOwnersByIds(Set<Long> ids, long spaceId) Utils.toUserInfo(Collection<Long> ids)