org.squashtest.tm.service.internal.repository
Interface CustomCustomFieldBindingDao

All Known Subinterfaces:
CustomFieldBindingDao
All Known Implementing Classes:
HibernateCustomCustomFieldBindingDao

public interface CustomCustomFieldBindingDao


Method Summary
 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)
           
 

Method Detail

removeCustomFieldBindings

void removeCustomFieldBindings(List<Long> bindingIds)

findAllByIds

List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllByIds(Collection<Long> ids)
returns the bindings grouped by project and entity, sorted by position

Parameters:
ids -
Returns:

findAllByIds

List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllByIds(List<Long> ids)
returns the bindings grouped by project and entity, sorted by position

Parameters:
ids -
Returns:


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.