Uses of Class
org.exoplatform.task.model.User
-
Packages that use User Package Description org.exoplatform.task.model org.exoplatform.task.rest.model org.exoplatform.task.service org.exoplatform.task.service.impl org.exoplatform.task.util -
-
Uses of User in org.exoplatform.task.model
Methods in org.exoplatform.task.model that return User Modifier and Type Method Description UserCommentModel. getAuthor()Constructors in org.exoplatform.task.model with parameters of type User Constructor Description CommentModel(Comment cmt, User author, String formattedComment) -
Uses of User in org.exoplatform.task.rest.model
Constructors in org.exoplatform.task.rest.model with parameters of type User Constructor Description CommentEntity(CommentDto cmt, User author, String formattedComment) -
Uses of User in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return User Modifier and Type Method Description UserUserService. loadUser(String username)Methods in org.exoplatform.task.service that return types with arguments of type User Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<User>UserService. findUserByName(String keyword)For now, this method is used only for search user in assignee, permission or mention. -
Uses of User in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return User Modifier and Type Method Description UserUserServiceImpl. loadUser(String username)Methods in org.exoplatform.task.service.impl that return types with arguments of type User Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<User>UserServiceImpl. findUserByName(String keyword) -
Uses of User in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return User Modifier and Type Method Description static UserUserUtil. getUser(String userName)
-