Uses of Interface
org.squashtest.csp.tm.domain.customfield.BoundEntity

Packages that use BoundEntity
org.squashtest.csp.tm.domain.campaign   
org.squashtest.csp.tm.domain.customfield   
org.squashtest.csp.tm.domain.requirement   
org.squashtest.csp.tm.domain.testcase   
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   
org.squashtest.csp.tm.internal.service.customField   
org.squashtest.csp.tm.service.customfield   
 

Uses of BoundEntity in org.squashtest.csp.tm.domain.campaign
 

Classes in org.squashtest.csp.tm.domain.campaign that implement BoundEntity
 class Campaign
           
 class Iteration
           
 class TestSuite
           
 

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

Methods in org.squashtest.csp.tm.domain.customfield with parameters of type BoundEntity
 void CustomFieldValue.setBoundEntity(BoundEntity entity)
           
 

Uses of BoundEntity in org.squashtest.csp.tm.domain.requirement
 

Classes in org.squashtest.csp.tm.domain.requirement that implement BoundEntity
 class RequirementVersion
          Represents a version of a requirement.
 

Uses of BoundEntity in org.squashtest.csp.tm.domain.testcase
 

Classes in org.squashtest.csp.tm.domain.testcase that implement BoundEntity
 class TestCase
           
 

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

Methods in org.squashtest.csp.tm.internal.repository that return BoundEntity
 BoundEntity BoundEntityDao.findBoundEntity(CustomFieldValue customFieldValue)
          given a CustomFieldValue id, returns the BoundEntity instance it is related to.
 BoundEntity BoundEntityDao.findBoundEntity(Long boundEntityId, BindableEntity entityType)
          Will retrieve a BoundEntity according to its ID and type.
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type BoundEntity
 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.
 

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

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return BoundEntity
 BoundEntity HibernateBoundEntityDao.findBoundEntity(CustomFieldValue customFieldValue)
           
 BoundEntity HibernateBoundEntityDao.findBoundEntity(Long boundEntityId, BindableEntity entityType)
           
 

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

Uses of BoundEntity in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service with parameters of type BoundEntity
protected  void AbstractLibraryNavigationService.createCustomFieldsValues(BoundEntity entity)
           
protected  void AbstractLibraryNavigationService.createCustomFieldValues(BoundEntity entity)
           
protected  void AbstractLibraryNavigationService.initCustomFieldValues(BoundEntity entity, Map<Long,String> initialCustomFieldValues)
           
 

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

Methods in org.squashtest.csp.tm.internal.service.customField with parameters of type BoundEntity
 void PrivateCustomFieldValueService.copyCustomFieldValues(BoundEntity source, BoundEntity recipient)
          Will copy the custom field values from an entity to another entity, creating them in the process
 void PrivateCustomFieldValueServiceImpl.copyCustomFieldValues(BoundEntity source, BoundEntity recipient)
           
 void PrivateCustomFieldValueService.copyCustomFieldValuesContent(BoundEntity source, BoundEntity recipient)
          Will copy the custom field values from an entity to another entity.
 void PrivateCustomFieldValueServiceImpl.copyCustomFieldValuesContent(BoundEntity source, BoundEntity recipient)
           
 void PrivateCustomFieldValueService.createAllCustomFieldValues(BoundEntity entity)
          Will create all the custom field values for one entity.
 void PrivateCustomFieldValueServiceImpl.createAllCustomFieldValues(BoundEntity entity)
           
 void PrivateCustomFieldValueService.deleteAllCustomFieldValues(BoundEntity entity)
          will delete all the custom field vales for one entity
 void PrivateCustomFieldValueServiceImpl.deleteAllCustomFieldValues(BoundEntity entity)
           
 List<CustomFieldValue> PrivateCustomFieldValueServiceImpl.findAllCustomFieldValues(BoundEntity boundEntity)
           
 List<CustomFieldBinding> CustomFieldBindingModificationServiceImpl.findCustomFieldsForBoundEntity(BoundEntity boundEntity)
           
 boolean PrivateCustomFieldValueServiceImpl.hasCustomFields(BoundEntity boundEntity)
           
 

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

Methods in org.squashtest.csp.tm.service.customfield with parameters of type BoundEntity
 List<CustomFieldValue> CustomFieldValueFinderService.findAllCustomFieldValues(BoundEntity boundEntity)
          Will return the list of the custom field values associated to the specified bound entity.
 List<CustomFieldBinding> CustomFieldBindingFinderService.findCustomFieldsForBoundEntity(BoundEntity boundEntity)
          returns all the custom field bindinds associated to that entity wrt its project and BindableEntity type
 boolean CustomFieldValueFinderService.hasCustomFields(BoundEntity boundEntity)
          Tells whether the given bound entity has custom fields or not.
 



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