Uses of Class
org.exoplatform.task.domain.Label
-
Packages that use Label Package Description org.exoplatform.task.dao org.exoplatform.task.dao.jpa org.exoplatform.task.domain org.exoplatform.task.util -
-
Uses of Label in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return types with arguments of type Label Modifier and Type Method Description org.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 Label Modifier and Type Method Description org.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 Label Modifier and Type Method Description voidLabelDAOImpl. delete(Label entity)Method parameters in org.exoplatform.task.dao.jpa with type arguments of type Label Modifier and Type Method Description voidLabelDAOImpl. deleteAll(List<Label> entities) -
Uses of Label in org.exoplatform.task.domain
Methods in org.exoplatform.task.domain that return Label Modifier and Type Method Description LabelLabelTaskMapping. getLabel()LabelLabel. getParent()Methods in org.exoplatform.task.domain that return types with arguments of type Label Modifier and Type Method Description List<Label>Label. getChildren()Methods in org.exoplatform.task.domain with parameters of type Label Modifier and Type Method Description voidLabelTaskMapping. setLabel(Label label)voidLabel. setParent(Label parent)Method parameters in org.exoplatform.task.domain with type arguments of type Label Modifier and Type Method Description voidLabel. setChildren(List<Label> children)Constructors in org.exoplatform.task.domain with parameters of type Label Constructor Description LabelTaskMapping(Label label, Task task) -
Uses of Label in org.exoplatform.task.util
Methods in org.exoplatform.task.util that return Label Modifier and Type Method Description static LabelStorageUtil. labelToEntity(LabelDto labelDto)static LabelStorageUtil. mappingLabelToEntity(LabelDto labelDto)Methods in org.exoplatform.task.util with parameters of type Label 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)
-