public class CustomFieldBindingDaoImpl extends HibernateEntityDao<org.squashtest.tm.domain.customfield.CustomFieldBinding> implements CustomCustomFieldBindingDao
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomFieldBindingDaoImpl.NewBindingPosition |
entityManager, 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) |
findAll, findAllByIds, findById, findDescendantIds, getIdPropertyNamecurrentSession, executeEntityNamedQuery, executeEntityNamedQuery, executeEntityNamedQuery, executeListNamedQuery, executeListNamedQuery, executeListNamedQuery, flush, getEntity, persist, persist, persistEntity, remove, removeAll, removeEntitypublic 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–2017 Henix, henix.fr. All rights reserved.