Uses of Class
org.squashtest.tm.domain.customfield.BindableEntity

Packages that use BindableEntity
org.squashtest.tm.domain.campaign   
org.squashtest.tm.domain.customfield   
org.squashtest.tm.domain.requirement   
org.squashtest.tm.domain.testcase   
 

Uses of BindableEntity in org.squashtest.tm.domain.campaign
 

Methods in org.squashtest.tm.domain.campaign that return BindableEntity
 BindableEntity Campaign.getBoundEntityType()
           
 BindableEntity Iteration.getBoundEntityType()
           
 BindableEntity TestSuite.getBoundEntityType()
           
 

Uses of BindableEntity in org.squashtest.tm.domain.customfield
 

Methods in org.squashtest.tm.domain.customfield that return BindableEntity
static BindableEntity BindableEntity.coerceToBindableEntity(Class<?> entityType)
           
 BindableEntity CustomFieldBinding.getBoundEntity()
           
 BindableEntity CustomFieldValue.getBoundEntityType()
           
 BindableEntity BoundEntity.getBoundEntityType()
           
static BindableEntity BindableEntity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BindableEntity[] BindableEntity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.squashtest.tm.domain.customfield with parameters of type BindableEntity
 void CustomFieldBinding.setBoundEntity(BindableEntity boundEntity)
           
 

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

Uses of BindableEntity in org.squashtest.tm.domain.requirement
 

Methods in org.squashtest.tm.domain.requirement that return BindableEntity
 BindableEntity RequirementVersion.getBoundEntityType()
           
 

Uses of BindableEntity in org.squashtest.tm.domain.testcase
 

Methods in org.squashtest.tm.domain.testcase that return BindableEntity
 BindableEntity TestCase.getBoundEntityType()
           
 BindableEntity ActionTestStep.getBoundEntityType()
           
 



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