X - public class DenormalizedFieldHelper<X extends org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder> extends Object
DenormalizedFieldHolder, which are structurally equivalent to
BoundEntity but with a different class domain.
For the API see CustomFieldHelper, except that we'll deal with DenormalizedFieldValue
instead of CustomFieldValue.
Note that for now the only adding strategy is "includeAllCustomFields" .| Constructor and Description |
|---|
DenormalizedFieldHelper(Collection<X> entities) |
DenormalizedFieldHelper(X entity) |
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.customfield.CustomField> |
getCustomFieldConfiguration() |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
getDenormalizedFieldValues() |
protected void |
init() |
void |
setDenormalizedFieldValueFinder(DenormalizedFieldValueManager finder) |
DenormalizedFieldHelper<X> |
setRenderingLocations(Collection<org.squashtest.tm.domain.customfield.RenderingLocation> locations) |
DenormalizedFieldHelper<X> |
setRenderingLocations(org.squashtest.tm.domain.customfield.RenderingLocation... locations) |
public DenormalizedFieldHelper(X entity)
public DenormalizedFieldHelper(Collection<X> entities)
public void setDenormalizedFieldValueFinder(DenormalizedFieldValueManager finder)
public DenormalizedFieldHelper<X> setRenderingLocations(org.squashtest.tm.domain.customfield.RenderingLocation... locations)
public DenormalizedFieldHelper<X> setRenderingLocations(Collection<org.squashtest.tm.domain.customfield.RenderingLocation> locations)
public List<org.squashtest.tm.domain.customfield.CustomField> getCustomFieldConfiguration()
public List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> getDenormalizedFieldValues()
protected void init()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.