Uses of Interface
org.exoplatform.task.service.StatusService
Packages that use StatusService
Package
Description
-
Uses of StatusService in org.exoplatform.task.rest
Constructors in org.exoplatform.task.rest with parameters of type StatusServiceModifierConstructorDescriptionProjectRestService(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) StatusRestService(ProjectService projectService, StatusService statusService) TaskRestService(TaskService taskService, CommentService commentService, ProjectService projectService, StatusService statusService, UserService userService, org.exoplatform.social.core.space.spi.SpaceService spaceService, LabelService labelService) -
Uses of StatusService in org.exoplatform.task.service.impl
Classes in org.exoplatform.task.service.impl that implement StatusServiceConstructors in org.exoplatform.task.service.impl with parameters of type StatusServiceModifierConstructorDescriptionProjectServiceImpl(StatusService statusService, TaskService taskService, DAOHandler daoHandler, ProjectStorage projectStorage, org.exoplatform.services.listener.ListenerService listenerService) -
Uses of StatusService in org.exoplatform.task.util
Methods in org.exoplatform.task.util with parameters of type StatusServiceModifier and TypeMethodDescriptionstatic TaskDtoTaskUtil.saveTaskField(TaskDto task, org.exoplatform.services.security.Identity userId, String param, String[] values, TimeZone timezone, TaskService taskService, LabelService labelService, StatusService statusService)