Uses of Interface
org.exoplatform.task.service.LabelService
Packages that use LabelService
Package
Description
-
Uses of LabelService in io.meeds.task.mcp
Constructors in io.meeds.task.mcp with parameters of type LabelServiceModifierConstructorDescriptionTaskMcpTool(ProjectService projectService, StatusService statusService, TaskService taskService, CommentService commentService, LabelService labelService, org.exoplatform.social.core.space.spi.SpaceService spaceService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.services.resources.ResourceBundleService resourceBundleService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, org.exoplatform.portal.config.UserACL userAcl, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, io.meeds.portal.permlink.service.PermanentLinkService permanentLinkService) -
Uses of LabelService in org.exoplatform.task.rest
Constructors in org.exoplatform.task.rest with parameters of type LabelServiceModifierConstructorDescriptionProjectRestService(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 LabelService in org.exoplatform.task.service.impl
Classes in org.exoplatform.task.service.impl that implement LabelService -
Uses of LabelService in org.exoplatform.task.util
Methods in org.exoplatform.task.util with parameters of type LabelServiceModifier and TypeMethodDescriptionstatic Map<GroupKey, List<TaskEntity>> TaskUtil.groupTasks(List<TaskEntity> tasks, String groupBy, org.exoplatform.services.security.Identity userId, TimeZone userTimezone, LabelService labelService, UserService userService) static TaskDtoTaskUtil.saveTaskField(TaskDto task, org.exoplatform.services.security.Identity userId, String param, String[] values, TimeZone timezone, TaskService taskService, LabelService labelService, StatusService statusService)