Uses of Class
org.exoplatform.task.dto.LabelDto
Packages that use LabelDto
Package
Description
-
Uses of LabelDto in org.exoplatform.task.dto
Methods in org.exoplatform.task.dto that return LabelDtoMethods in org.exoplatform.task.dto with parameters of type LabelDto -
Uses of LabelDto in org.exoplatform.task.rest
Methods in org.exoplatform.task.rest with parameters of type LabelDto -
Uses of LabelDto in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return LabelDtoModifier and TypeMethodDescriptionLabelService.createLabel(LabelDto label) LabelService.getLabel(long labelId) LabelService.updateLabel(LabelDto label) LabelService.updateLabel(LabelDto label, List<LabelField> fields) Methods in org.exoplatform.task.service that return types with arguments of type LabelDtoModifier and TypeMethodDescriptionLabelService.findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit) LabelService.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit) LabelService.findLabelsByUser(String username, int offset, int limit) Methods in org.exoplatform.task.service with parameters of type LabelDtoModifier and TypeMethodDescriptionintTaskService.countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy) LabelService.createLabel(LabelDto label) TaskService.findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) LabelService.updateLabel(LabelDto label) LabelService.updateLabel(LabelDto label, List<LabelField> fields) -
Uses of LabelDto in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return LabelDtoModifier and TypeMethodDescriptionLabelServiceImpl.createLabel(LabelDto label) LabelServiceImpl.getLabel(long labelId) LabelServiceImpl.updateLabel(LabelDto label) LabelServiceImpl.updateLabel(LabelDto label, List<LabelField> fields) Methods in org.exoplatform.task.service.impl that return types with arguments of type LabelDtoModifier and TypeMethodDescriptionLabelServiceImpl.findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit) LabelServiceImpl.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit) LabelServiceImpl.findLabelsByUser(String username, int offset, int limit) Methods in org.exoplatform.task.service.impl with parameters of type LabelDtoModifier and TypeMethodDescriptionintTaskServiceImpl.countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy) LabelServiceImpl.createLabel(LabelDto label) TaskServiceImpl.findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) LabelServiceImpl.updateLabel(LabelDto label) LabelServiceImpl.updateLabel(LabelDto label, List<LabelField> fields) -
Uses of LabelDto in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that return LabelDtoModifier and TypeMethodDescriptionLabelStorage.createLabel(LabelDto label) LabelStorage.getLabel(long labelId) LabelStorage.updateLabel(LabelDto label, List<LabelField> fields) Methods in org.exoplatform.task.storage that return types with arguments of type LabelDtoModifier and TypeMethodDescriptionLabelStorage.findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) LabelStorage.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) LabelStorage.findLabelsByUser(String username, int offset, int limit) Methods in org.exoplatform.task.storage with parameters of type LabelDtoModifier and TypeMethodDescriptionintTaskStorage.countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy) LabelStorage.createLabel(LabelDto label) TaskStorage.findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) LabelStorage.updateLabel(LabelDto label, List<LabelField> fields) -
Uses of LabelDto in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that return LabelDtoModifier and TypeMethodDescriptionLabelStorageImpl.createLabel(LabelDto label) LabelStorageImpl.getLabel(long labelId) LabelStorageImpl.updateLabel(LabelDto label, List<LabelField> fields) Methods in org.exoplatform.task.storage.impl that return types with arguments of type LabelDtoModifier and TypeMethodDescriptionLabelStorageImpl.findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) LabelStorageImpl.findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit) LabelStorageImpl.findLabelsByUser(String username, int offset, int limit) Methods in org.exoplatform.task.storage.impl with parameters of type LabelDtoModifier and TypeMethodDescriptionintTaskStorageImpl.countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy) LabelStorageImpl.createLabel(LabelDto label) TaskStorageImpl.findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit) LabelStorageImpl.updateLabel(LabelDto label, List<LabelField> fields) -
Uses of LabelDto in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return LabelDtoModifier 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) Methods in org.exoplatform.task.util with parameters of type LabelDtoModifier and TypeMethodDescriptionstatic LabelStorageUtil.labelToEntity(LabelDto labelDto) static LabelStorageUtil.mappingLabelToEntity(LabelDto labelDto)