org.squashtest.tm.service.internal.repository
public interface CustomFieldBindingDao extends CustomCustomFieldBindingDao
| Modifier and Type | Method and Description |
|---|---|
Long |
countAllForProjectAndEntity(long projectId,
org.squashtest.tm.domain.customfield.BindableEntity boundEntity) |
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
findAllAlike(long id)
Given an id, returns the list of all the entities binding the same project to the same entity.
|
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
findAllForCustomField(long customFieldId) |
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
findAllForGenericProject(long projectId) |
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
findAllForProjectAndEntity(long projectId,
org.squashtest.tm.domain.customfield.BindableEntity boundEntity) |
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) |
org.squashtest.tm.domain.customfield.CustomFieldBinding |
findById(long bindingId) |
void |
persist(org.squashtest.tm.domain.customfield.CustomFieldBinding binding) |
findAllByIds, findAllByIds, removeCustomFieldBindingsorg.squashtest.tm.domain.customfield.CustomFieldBinding findById(long bindingId)
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllForGenericProject(long projectId)
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllForProjectAndEntity(long projectId, org.squashtest.tm.domain.customfield.BindableEntity boundEntity)
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)
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllForCustomField(long customFieldId)
void persist(org.squashtest.tm.domain.customfield.CustomFieldBinding binding)
Long countAllForProjectAndEntity(long projectId, org.squashtest.tm.domain.customfield.BindableEntity boundEntity)
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> findAllAlike(long id)
id - Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.