public class CustomFieldBindingDaoImpl extends HibernateEntityDao<org.squashtest.tm.domain.customfield.CustomFieldBinding> implements CustomCustomFieldBindingDao
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomFieldBindingDaoImpl.NewBindingPosition |
entityType| Constructor and Description |
|---|
CustomFieldBindingDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
findAllForProjectAndEntity(long projectId,
org.squashtest.tm.domain.customfield.BindableEntity boundEntity,
org.squashtest.tm.core.foundation.collection.Paging paging) |
protected List<CustomFieldBindingDaoImpl.NewBindingPosition> |
recomputeBindingPositions() |
void |
removeCustomFieldBindings(List<Long> bindingIds) |
protected void |
updateBindingPositions(List<CustomFieldBindingDaoImpl.NewBindingPosition> newPositions) |
collectFromMapList, collectFromMapList, collectFromMapListToSet, collectFromMapListToSet, findAll, findAllByIds, findById, findDescendantIds, findSorted, findSorted, getIdPropertyNameclearFromCache, clearFromCache, currentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, executeUpdateListQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearFromCache, clearFromCache, flush, persist, persist, remove, removeAllpublic List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllForProjectAndEntity(long projectId, org.squashtest.tm.domain.customfield.BindableEntity boundEntity, org.squashtest.tm.core.foundation.collection.Paging paging)
findAllForProjectAndEntity in interface CustomCustomFieldBindingDaopublic void removeCustomFieldBindings(List<Long> bindingIds)
removeCustomFieldBindings in interface CustomCustomFieldBindingDaoprotected List<CustomFieldBindingDaoImpl.NewBindingPosition> recomputeBindingPositions()
protected void updateBindingPositions(List<CustomFieldBindingDaoImpl.NewBindingPosition> newPositions)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.