public interface CustomFieldHelper<X extends org.squashtest.tm.domain.customfield.BoundEntity>
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.customfield.CustomField> |
getCustomFieldConfiguration()
sorted by position, filtered by location.
|
List<org.squashtest.tm.domain.customfield.CustomFieldValue> |
getCustomFieldValues() |
CustomFieldHelper<X> |
includeAllCustomFields()
tells the helper to include every custom fields it finds.
|
CustomFieldHelper<X> |
restrictToCommonFields()
tells the helper to retain only the custom fields that are common to all the entities (in case they come from mixed projects, or are
of mixed concrete classes)
|
CustomFieldHelper<X> |
setRenderingLocations(Collection<org.squashtest.tm.domain.customfield.RenderingLocation> locations) |
CustomFieldHelper<X> |
setRenderingLocations(org.squashtest.tm.domain.customfield.RenderingLocation... locations) |
CustomFieldHelper<X> setRenderingLocations(org.squashtest.tm.domain.customfield.RenderingLocation... locations)
CustomFieldHelper<X> setRenderingLocations(Collection<org.squashtest.tm.domain.customfield.RenderingLocation> locations)
CustomFieldHelper<X> restrictToCommonFields()
CustomFieldHelper<X> includeAllCustomFields()
List<org.squashtest.tm.domain.customfield.CustomField> getCustomFieldConfiguration()
List<org.squashtest.tm.domain.customfield.CustomFieldValue> getCustomFieldValues()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.