Package org.exoplatform.task.dao
Interface LabelHandler
- All Known Implementing Classes:
LabelDAOImpl
-
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.utils.ListAccess<Label> findLabels(LabelQuery query) org.exoplatform.commons.utils.ListAccess<Label> findLabelsByProject(long projectId) org.exoplatform.commons.utils.ListAccess<Label> findLabelsByTask(long taskId, long projectId) org.exoplatform.commons.utils.ListAccess<Label> findLabelsByUser(String username) Methods inherited from interface org.exoplatform.commons.api.persistence.GenericDAO
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, update, updateAll
-
Method Details
-
findLabelsByUser
- Parameters:
username- user name- Returns:
- List of labels
-
findLabelsByProject
-
findLabelsByTask
-
findLabels
-