Uses of Class
io.meeds.gamification.model.UserInfo
Packages that use UserInfo
-
Uses of UserInfo in io.meeds.gamification.model
Subclasses of UserInfo in io.meeds.gamification.modelMethods in io.meeds.gamification.model that return UserInfo -
Uses of UserInfo in io.meeds.gamification.rest.model
Constructors in io.meeds.gamification.rest.model with parameters of type UserInfoModifierConstructorDescriptionProgramRestEntity(long id, String title, String description, String color, long spaceId, int priority, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean deleted, boolean enabled, long budget, String type, String coverUploadId, String avatarUploadId, long coverFileId, long avatarFileId, String coverUrl, String avatarUrl, Set<Long> ownerIds, long rulesTotalScore, boolean open, org.exoplatform.social.core.space.model.Space space, UserInfo userInfo, List<UserInfo> owners, List<String> administrators, int activeRulesCount, EntityVisibility visibility) RuleRestEntity(Long id, String title, String description, int score, ProgramDTO program, boolean enabled, boolean deleted, String createdBy, String createdDate, String lastModifiedBy, EventDTO event, String lastModifiedDate, String startDate, String endDate, long activityId, long cacheTime, boolean published, boolean favorite, Set<Long> prerequisiteRuleIds, EntityType type, RecurrenceType recurrence, long audience, Set<Long> managers, List<RealizationRestEntity> realizations, long realizationsCount, boolean hasPendingRealization, UserInfo userInfo, List<RuleDTO> prerequisiteRules) Constructor parameters in io.meeds.gamification.rest.model with type arguments of type UserInfoModifierConstructorDescriptionProgramRestEntity(long id, String title, String description, String color, long spaceId, int priority, String createdBy, String createdDate, String lastModifiedBy, String lastModifiedDate, boolean deleted, boolean enabled, long budget, String type, String coverUploadId, String avatarUploadId, long coverFileId, long avatarFileId, String coverUrl, String avatarUrl, Set<Long> ownerIds, long rulesTotalScore, boolean open, org.exoplatform.social.core.space.model.Space space, UserInfo userInfo, List<UserInfo> owners, List<String> administrators, int activeRulesCount, EntityVisibility visibility)