Uses of Interface
org.exoplatform.task.service.UserService
-
Packages that use UserService Package Description org.exoplatform.task.dto org.exoplatform.task.rest org.exoplatform.task.service.impl org.exoplatform.task.storage.impl org.exoplatform.task.util -
-
Uses of UserService in org.exoplatform.task.dto
Constructors in org.exoplatform.task.dto with parameters of type UserService Constructor Description ChangeLogEntry(ChangeLog changeLog, UserService userService) -
Uses of UserService in org.exoplatform.task.rest
Constructors in org.exoplatform.task.rest with parameters of type UserService Constructor Description ProjectRestService(TaskService taskService, CommentService commentService, ProjectService projectService, StatusService statusService, UserService userService, org.exoplatform.social.core.space.spi.SpaceService spaceService, LabelService labelService, org.exoplatform.social.core.manager.IdentityManager identityManager)TaskRestService(TaskService taskService, CommentService commentService, ProjectService projectService, StatusService statusService, UserService userService, org.exoplatform.social.core.space.spi.SpaceService spaceService, LabelService labelService) -
Uses of UserService in org.exoplatform.task.service.impl
Classes in org.exoplatform.task.service.impl that implement UserService Modifier and Type Class Description classUserServiceImpl -
Uses of UserService in org.exoplatform.task.storage.impl
Constructors in org.exoplatform.task.storage.impl with parameters of type UserService Constructor Description TaskStorageImpl(DAOHandler daoHandler, UserService userService, ProjectStorage projectStorage) -
Uses of UserService in org.exoplatform.task.util
Methods in org.exoplatform.task.util with parameters of type UserService Modifier and Type Method Description static ChangeLogEntryStorageUtil. changeLogToDto(ChangeLog changeLog, UserService userService)static ChangeLogStorageUtil. changeLogToEntity(ChangeLogEntry changeLogEntry, UserService userService)static StringCommentUtil. formatMention(String text, String lang, UserService userService)static Map<GroupKey,List<TaskEntity>>TaskUtil. groupTasks(List<TaskEntity> tasks, String groupBy, org.exoplatform.services.security.Identity userId, TimeZone userTimezone, LabelService labelService, UserService userService)
-