Uses of Class
org.exoplatform.task.domain.Label
Packages that use Label
Package
Description
-
Uses of Label in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return types with arguments of type LabelModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Label> LabelHandler.findLabels(LabelQuery query) org.exoplatform.commons.utils.ListAccess<Label> LabelHandler.findLabelsByProject(long projectId) org.exoplatform.commons.utils.ListAccess<Label> LabelHandler.findLabelsByTask(long taskId, long projectId) org.exoplatform.commons.utils.ListAccess<Label> LabelHandler.findLabelsByUser(String username) -
Uses of Label in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa that return types with arguments of type LabelModifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Label> LabelDAOImpl.findLabels(LabelQuery query) org.exoplatform.commons.utils.ListAccess<Label> LabelDAOImpl.findLabelsByProject(long projectId) org.exoplatform.commons.utils.ListAccess<Label> LabelDAOImpl.findLabelsByTask(long taskId, long projectId) org.exoplatform.commons.utils.ListAccess<Label> LabelDAOImpl.findLabelsByUser(String username) Methods in org.exoplatform.task.dao.jpa with parameters of type LabelMethod parameters in org.exoplatform.task.dao.jpa with type arguments of type Label -
Uses of Label in org.exoplatform.task.domain
Constructors in org.exoplatform.task.domain with parameters of type Label -
Uses of Label in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return LabelModifier and TypeMethodDescriptionstatic LabelStorageUtil.getLabelEntityById(Long labelId) static LabelStorageUtil.labelToEntity(LabelDto labelDto) static LabelStorageUtil.mappingLabelToEntity(LabelDto labelDto) Methods in org.exoplatform.task.util with parameters of type LabelModifier and TypeMethodDescriptionstatic LabelDtoStorageUtil.labelToDto(Label label) static LabelDtoStorageUtil.labelToDto(Label label, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage) static LabelDtoStorageUtil.labelToDto(Label label, TaskDto task, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage)