org.squashtest.tm.service.internal.repository
public interface CustomCustomFieldBindingDao
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
findAllByIds(Collection<Long> ids)
returns the bindings grouped by project and entity, sorted by position
|
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
findAllByIds(List<Long> ids)
returns the bindings grouped by project and entity, sorted by position
|
void |
removeCustomFieldBindings(List<Long> bindingIds) |
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllByIds(Collection<Long> ids)
ids - Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.