Uses of Class
org.exoplatform.task.dao.LabelQuery
-
Packages that use LabelQuery Package Description org.exoplatform.task.dao org.exoplatform.task.dao.jpa -
-
Uses of LabelQuery in org.exoplatform.task.dao
Methods in org.exoplatform.task.dao that return LabelQuery Modifier and Type Method Description LabelQueryLabelQuery. setTaskId(Long taskId)LabelQueryLabelQuery. setUserName(String username)Methods in org.exoplatform.task.dao with parameters of type LabelQuery Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<Label>LabelHandler. findLabels(LabelQuery query) -
Uses of LabelQuery in org.exoplatform.task.dao.jpa
Methods in org.exoplatform.task.dao.jpa with parameters of type LabelQuery Modifier and Type Method Description org.exoplatform.commons.utils.ListAccess<Label>LabelDAOImpl. findLabels(LabelQuery query)
-