Uses of Class
org.squashtest.csp.tm.domain.customfield.CustomFieldBinding

Packages that use CustomFieldBinding
org.squashtest.csp.tm.domain.customfield   
org.squashtest.csp.tm.internal.repository   
org.squashtest.csp.tm.internal.repository.hibernate This file contains Hibernate named queries used by DAOs. 
org.squashtest.csp.tm.internal.service.customField   
org.squashtest.csp.tm.service.customfield   
 

Uses of CustomFieldBinding in org.squashtest.csp.tm.domain.customfield
 

Methods in org.squashtest.csp.tm.domain.customfield that return CustomFieldBinding
 CustomFieldBinding CustomFieldValue.getBinding()
           
 

Methods in org.squashtest.csp.tm.domain.customfield with parameters of type CustomFieldBinding
 void CustomFieldValue.setBinding(CustomFieldBinding binding)
           
 

Constructors in org.squashtest.csp.tm.domain.customfield with parameters of type CustomFieldBinding
CustomFieldValue(Long boundEntityId, BindableEntity boundEntityType, CustomFieldBinding binding, String value)
           
 

Constructor parameters in org.squashtest.csp.tm.domain.customfield with type arguments of type CustomFieldBinding
CustomFieldBinding.PositionAwareBindingList(Collection<CustomFieldBinding> items)
           
 

Uses of CustomFieldBinding in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type CustomFieldBinding
 List<CustomFieldBinding> CustomFieldBindingDao.findAllAlike(long id)
          Given an id, returns the list of all the entities binding the same project to the same entity.
 List<CustomFieldBinding> CustomCustomFieldBindingDao.findAllByIds(Collection<Long> ids)
          returns the bindings grouped by project and entity, sorted by position
 List<CustomFieldBinding> CustomCustomFieldBindingDao.findAllByIds(List<Long> ids)
          returns the bindings grouped by project and entity, sorted by position
 List<CustomFieldBinding> CustomFieldBindingDao.findAllForCustomField(long customFieldId)
           
 List<CustomFieldBinding> CustomFieldBindingDao.findAllForGenericProject(long projectId)
           
 List<CustomFieldBinding> CustomFieldBindingDao.findAllForProjectAndEntity(long projectId, BindableEntity boundEntity)
           
 List<CustomFieldBinding> CustomFieldBindingDao.findAllForProjectAndEntity(long projectId, BindableEntity boundEntity, org.squashtest.tm.core.foundation.collection.Paging paging)
           
 

Methods in org.squashtest.csp.tm.internal.repository with parameters of type CustomFieldBinding
 List<BoundEntity> BoundEntityDao.findAllForBinding(CustomFieldBinding customFieldBinding)
          given a CustomFieldBinding, returns all the existing entities subject to that binding; namely all the {@link BindableEntity} that belongs to the project of that binding.
 void CustomFieldBindingDao.persist(CustomFieldBinding binding)
           
 

Uses of CustomFieldBinding in org.squashtest.csp.tm.internal.repository.hibernate
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type CustomFieldBinding
 List<CustomFieldBinding> HibernateCustomCustomFieldBindingDao.findAllByIds(Collection<Long> ids)
           
 List<CustomFieldBinding> HibernateCustomCustomFieldBindingDao.findAllByIds(List<Long> ids)
           
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate with parameters of type CustomFieldBinding
 List<BoundEntity> HibernateBoundEntityDao.findAllForBinding(CustomFieldBinding customFieldBinding)
           
 

Uses of CustomFieldBinding in org.squashtest.csp.tm.internal.service.customField
 

Methods in org.squashtest.csp.tm.internal.service.customField that return types with arguments of type CustomFieldBinding
 List<CustomFieldBinding> CustomFieldBindingModificationServiceImpl.findCustomFieldsForBoundEntity(BoundEntity boundEntity)
           
 List<CustomFieldBinding> CustomFieldBindingModificationServiceImpl.findCustomFieldsForGenericProject(long projectId)
           
 List<CustomFieldBinding> CustomFieldBindingModificationServiceImpl.findCustomFieldsForProjectAndEntity(long projectId, BindableEntity entity)
           
 org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<CustomFieldBinding>> CustomFieldBindingModificationServiceImpl.findCustomFieldsForProjectAndEntity(long projectId, BindableEntity entity, org.squashtest.tm.core.foundation.collection.Paging paging)
           
 

Methods in org.squashtest.csp.tm.internal.service.customField with parameters of type CustomFieldBinding
 void CustomFieldBindingModificationServiceImpl.addNewCustomFieldBinding(long projectId, BindableEntity entity, long customFieldId, CustomFieldBinding newBinding)
           
 void PrivateCustomFieldValueService.cascadeCustomFieldValuesCreation(CustomFieldBinding binding)
          Will create a custom field value for all the entities affected by the given binding
 void PrivateCustomFieldValueServiceImpl.cascadeCustomFieldValuesCreation(CustomFieldBinding binding)
           
 void PrivateCustomFieldValueService.cascadeCustomFieldValuesDeletion(CustomFieldBinding binding)
          Will remove the custom field values corresponding to the given binding
 void PrivateCustomFieldValueServiceImpl.cascadeCustomFieldValuesDeletion(CustomFieldBinding binding)
           
 

Uses of CustomFieldBinding in org.squashtest.csp.tm.service.customfield
 

Methods in org.squashtest.csp.tm.service.customfield that return types with arguments of type CustomFieldBinding
 List<CustomFieldBinding> CustomFieldBindingFinderService.findCustomFieldsForBoundEntity(BoundEntity boundEntity)
          returns all the custom field bindinds associated to that entity wrt its project and BindableEntity type
 List<CustomFieldBinding> CustomFieldBindingFinderService.findCustomFieldsForGenericProject(long projectId)
          returns all the custom field bindings associated to a GenericProject.
 List<CustomFieldBinding> CustomFieldBindingFinderService.findCustomFieldsForProjectAndEntity(long projectId, BindableEntity entity)
          returns all the custom field bindings associated to a project for a given entity type
 org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<CustomFieldBinding>> CustomFieldBindingFinderService.findCustomFieldsForProjectAndEntity(long projectId, BindableEntity entity, org.squashtest.tm.core.foundation.collection.Paging paging)
          returns all the custom field bindings associated to a project for a given entity type (paged version)
 

Methods in org.squashtest.csp.tm.service.customfield with parameters of type CustomFieldBinding
 void CustomFieldBindingModificationService.addNewCustomFieldBinding(long projectId, BindableEntity entity, long customFieldId, CustomFieldBinding newBinding)
          Will attach a CustomField to a Project.
 



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