Uses of Class
org.exoplatform.task.dto.LabelDto
-
-
Uses of LabelDto in org.exoplatform.task.dto
Methods in org.exoplatform.task.dto that return LabelDto Modifier and Type Method Description LabelDtoLabelDto. getParent()Methods in org.exoplatform.task.dto with parameters of type LabelDto Modifier and Type Method Description voidLabelDto. setParent(LabelDto parent) -
Uses of LabelDto in org.exoplatform.task.rest
Methods in org.exoplatform.task.rest with parameters of type LabelDto Modifier and Type Method Description javax.ws.rs.core.ResponseTaskRestService. addLabel(LabelDto addedLabel)javax.ws.rs.core.ResponseTaskRestService. addTaskToLabel(LabelDto addedLabel, long id)javax.ws.rs.core.ResponseTaskRestService. editLabel(long labelId, LabelDto label) -
Uses of LabelDto in org.exoplatform.task.service
Methods in org.exoplatform.task.service that return LabelDto Modifier and Type Method Description LabelDtoLabelService. createLabel(LabelDto label)LabelDtoLabelService. getLabel(long labelId)LabelDtoLabelService. updateLabel(LabelDto label)LabelDtoLabelService. updateLabel(LabelDto label, List<Label.FIELDS> fields)Methods in org.exoplatform.task.service that return types with arguments of type LabelDto Modifier and Type Method Description List<LabelDto>LabelService. findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit)List<LabelDto>LabelService. findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit)List<LabelDto>LabelService. findLabelsByUser(String username, int offset, int limit)Methods in org.exoplatform.task.service with parameters of type LabelDto Modifier and Type Method Description intTaskService. countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy)LabelDtoLabelService. createLabel(LabelDto label)List<TaskDto>TaskService. findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit)LabelDtoLabelService. updateLabel(LabelDto label)LabelDtoLabelService. updateLabel(LabelDto label, List<Label.FIELDS> fields) -
Uses of LabelDto in org.exoplatform.task.service.impl
Methods in org.exoplatform.task.service.impl that return LabelDto Modifier and Type Method Description LabelDtoLabelServiceImpl. createLabel(LabelDto label)LabelDtoLabelServiceImpl. getLabel(long labelId)LabelDtoLabelServiceImpl. updateLabel(LabelDto label)LabelDtoLabelServiceImpl. updateLabel(LabelDto label, List<Label.FIELDS> fields)Methods in org.exoplatform.task.service.impl that return types with arguments of type LabelDto Modifier and Type Method Description List<LabelDto>LabelServiceImpl. findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit)List<LabelDto>LabelServiceImpl. findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, int offset, int limit)List<LabelDto>LabelServiceImpl. findLabelsByUser(String username, int offset, int limit)Methods in org.exoplatform.task.service.impl with parameters of type LabelDto Modifier and Type Method Description intTaskServiceImpl. countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy)LabelDtoLabelServiceImpl. createLabel(LabelDto label)List<TaskDto>TaskServiceImpl. findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit)LabelDtoLabelServiceImpl. updateLabel(LabelDto label)LabelDtoLabelServiceImpl. updateLabel(LabelDto label, List<Label.FIELDS> fields) -
Uses of LabelDto in org.exoplatform.task.storage
Methods in org.exoplatform.task.storage that return LabelDto Modifier and Type Method Description LabelDtoLabelStorage. createLabel(LabelDto label)LabelDtoLabelStorage. getLabel(long labelId)LabelDtoLabelStorage. updateLabel(LabelDto label, List<Label.FIELDS> fields)Methods in org.exoplatform.task.storage that return types with arguments of type LabelDto Modifier and Type Method Description List<LabelDto>LabelStorage. findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit)List<LabelDto>LabelStorage. findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit)List<LabelDto>LabelStorage. findLabelsByUser(String username, int offset, int limit)Methods in org.exoplatform.task.storage with parameters of type LabelDto Modifier and Type Method Description intTaskStorage. countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy)LabelDtoLabelStorage. createLabel(LabelDto label)List<TaskDto>TaskStorage. findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit)LabelDtoLabelStorage. updateLabel(LabelDto label, List<Label.FIELDS> fields) -
Uses of LabelDto in org.exoplatform.task.storage.impl
Methods in org.exoplatform.task.storage.impl that return LabelDto Modifier and Type Method Description LabelDtoLabelStorageImpl. createLabel(LabelDto label)LabelDtoLabelStorageImpl. getLabel(long labelId)LabelDtoLabelStorageImpl. updateLabel(LabelDto label, List<Label.FIELDS> fields)Methods in org.exoplatform.task.storage.impl that return types with arguments of type LabelDto Modifier and Type Method Description List<LabelDto>LabelStorageImpl. findLabelsByProject(long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit)List<LabelDto>LabelStorageImpl. findLabelsByTask(TaskDto task, long projectId, org.exoplatform.services.security.Identity currentUser, ProjectStorage projectStorage, int offset, int limit)List<LabelDto>LabelStorageImpl. findLabelsByUser(String username, int offset, int limit)Methods in org.exoplatform.task.storage.impl with parameters of type LabelDto Modifier and Type Method Description intTaskStorageImpl. countTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy)LabelDtoLabelStorageImpl. createLabel(LabelDto label)List<TaskDto>TaskStorageImpl. findTasksByLabel(LabelDto label, List<Long> projectIds, String username, OrderBy orderBy, int offset, int limit)LabelDtoLabelStorageImpl. updateLabel(LabelDto label, List<Label.FIELDS> fields) -
Uses of LabelDto in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return LabelDto Modifier and Type Method Description static 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 LabelDto Modifier and Type Method Description static LabelStorageUtil. labelToEntity(LabelDto labelDto)static LabelStorageUtil. mappingLabelToEntity(LabelDto labelDto)
-