public interface LabelHandler extends org.exoplatform.commons.api.persistence.GenericDAO<Label,Long>
| Modifier and Type | Method and Description |
|---|---|
org.exoplatform.commons.utils.ListAccess<Label> |
findLabels(LabelQuery query) |
org.exoplatform.commons.utils.ListAccess<Label> |
findLabelsByTask(long taskId,
String username) |
org.exoplatform.commons.utils.ListAccess<Label> |
findLabelsByUser(String username) |
org.exoplatform.commons.utils.ListAccess<Label> findLabelsByUser(String username)
username - org.exoplatform.commons.utils.ListAccess<Label> findLabelsByTask(long taskId, String username)
org.exoplatform.commons.utils.ListAccess<Label> findLabels(LabelQuery query)
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.