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

Packages that use CustomFieldValue
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 CustomFieldValue in org.squashtest.csp.tm.domain.customfield
 

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

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

Methods in org.squashtest.csp.tm.internal.repository that return CustomFieldValue
 CustomFieldValue CustomFieldValueDao.findById(Long id)
          'nuff said.
 CustomFieldValue CustomFieldValueDao.CustomFieldValuesPair.getOriginal()
           
 CustomFieldValue CustomFieldValueDao.CustomFieldValuesPair.getRecipient()
           
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type CustomFieldValue
 List<CustomFieldValue> CustomFieldValueDao.findAllCustomValues(long entityId, BindableEntity entityType)
          returns the list of CustomFieldValue for the given entity, sorted according to the order specified in their respective CustomFieldBinding.
 List<CustomFieldValue> CustomFieldValueDao.findAllCustomValuesOfBinding(long customFieldBindingId)
          returns all the CustomFieldValue related to a given CustomFieldBinding, sorted according to their custom field binding order.
 List<CustomFieldValue> CustomFieldValueDao.findAllCustomValuesOfBindings(List<Long> customFieldBindingIds)
          returns all the CustomFieldValue related to a list of CustomFieldBinding, the resulting elements will be returned in unspecified order
 

Methods in org.squashtest.csp.tm.internal.repository with parameters of type CustomFieldValue
 void CustomFieldValueDao.delete(CustomFieldValue value)
          'nuff said.
 BoundEntity BoundEntityDao.findBoundEntity(CustomFieldValue customFieldValue)
          given a CustomFieldValue id, returns the BoundEntity instance it is related to.
 void CustomFieldValueDao.persist(CustomFieldValue newValue)
          'nuff said.
 void CustomFieldValueDao.CustomFieldValuesPair.setOriginal(CustomFieldValue original)
           
 void CustomFieldValueDao.CustomFieldValuesPair.setRecipient(CustomFieldValue recipient)
           
 

Constructors in org.squashtest.csp.tm.internal.repository with parameters of type CustomFieldValue
CustomFieldValueDao.CustomFieldValuesPair(CustomFieldValue original, CustomFieldValue recipient)
           
 

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

Methods in org.squashtest.csp.tm.internal.repository.hibernate with parameters of type CustomFieldValue
 BoundEntity HibernateBoundEntityDao.findBoundEntity(CustomFieldValue customFieldValue)
           
 

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

Methods in org.squashtest.csp.tm.internal.service.customField that return types with arguments of type CustomFieldValue
 List<CustomFieldValue> PrivateCustomFieldValueServiceImpl.findAllCustomFieldValues(BoundEntity boundEntity)
           
 List<CustomFieldValue> PrivateCustomFieldValueServiceImpl.findAllCustomFieldValues(Long boundEntityId, BindableEntity bindableEntity)
           
 

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

Methods in org.squashtest.csp.tm.service.customfield that return types with arguments of type CustomFieldValue
 List<CustomFieldValue> CustomFieldValueFinderService.findAllCustomFieldValues(BoundEntity boundEntity)
          Will return the list of the custom field values associated to the specified bound entity.
 List<CustomFieldValue> CustomFieldValueFinderService.findAllCustomFieldValues(Long boundEntityId, BindableEntity bindableEntity)
          Same as CustomFieldValueFinderService.findAllCustomFieldValues(BoundEntity), but the properties identifying a BoundEntity are broken down into its ID and type.
 



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