public class LabelDAOImpl extends CommonJPADAO<Label,Long> implements LabelHandler
clz| Constructor and Description |
|---|
LabelDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Label entity) |
void |
deleteAll() |
void |
deleteAll(List<Label> entities) |
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) |
buildPath, buildQuery, buildSingleCondition, cloneEntities, cloneEntity, create, find, findEntities, getCachecount, createAll, findAll, getEntityManager, update, updateAllpublic void delete(Label entity)
public void deleteAll()
public org.exoplatform.commons.utils.ListAccess<Label> findLabelsByUser(String username)
findLabelsByUser in interface LabelHandlerpublic org.exoplatform.commons.utils.ListAccess<Label> findLabelsByTask(long taskId, String username)
findLabelsByTask in interface LabelHandlerpublic org.exoplatform.commons.utils.ListAccess<Label> findLabels(LabelQuery query)
findLabels in interface LabelHandlerCopyright © 2003–2016 eXo Platform SAS. All rights reserved.