Uses of Interface
org.exoplatform.task.service.UserService
Packages that use UserService
Package
Description
-
Uses of UserService in org.exoplatform.task.dto
Constructors in org.exoplatform.task.dto with parameters of type UserService -
Uses of UserService in org.exoplatform.task.integration
Constructors in org.exoplatform.task.integration with parameters of type UserServiceModifierConstructorDescriptionActivityTaskCreationListener(TaskService taskServ, ProjectService projectService, StatusService statusService, TaskParser parser, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, UserService userService) -
Uses of UserService in org.exoplatform.task.integration.notification
Constructors in org.exoplatform.task.integration.notification with parameters of type UserServiceModifierConstructorDescriptionMailTemplateProvider(org.exoplatform.container.xml.InitParams initParams, UserService userService) -
Uses of UserService in org.exoplatform.task.rest
Constructors in org.exoplatform.task.rest with parameters of type UserServiceModifierConstructorDescriptionProjectRestService(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 -
Uses of UserService in org.exoplatform.task.storage.impl
Constructors in org.exoplatform.task.storage.impl with parameters of type UserServiceModifierConstructorDescriptionTaskStorageImpl(DAOHandler daoHandler, UserService userService, ProjectStorage projectStorage) -
Uses of UserService in org.exoplatform.task.util
Methods in org.exoplatform.task.util with parameters of type UserServiceModifier and TypeMethodDescriptionstatic ChangeLogEntryStorageUtil.changeLogToDto(ChangeLog changeLog, UserService userService) static ChangeLogStorageUtil.changeLogToEntity(ChangeLogEntry changeLogEntry, 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)