@Transactional
public interface DenormalizedFieldValueManager
| Modifier and Type | Method and Description |
|---|---|
void |
changeValue(long id,
org.squashtest.tm.domain.customfield.RawValue value) |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
findAllForEntities(Collection<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder> entities,
Collection<org.squashtest.tm.domain.customfield.RenderingLocation> nullOrlocations)
Will return all the
DenormalizedFieldValue for all the supplied DenormalizedFieldHolder. |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
findAllForEntity(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder denormalizedFieldHolder)
Will return all
DenormalizedFieldValue attached to the given DenormalizedFieldHolder ordered by dfv.position asc. |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
findAllForEntity(Long id,
org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolderType entityType) |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
findAllForEntityAndRenderingLocation(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder denormalizedFieldHolder,
org.squashtest.tm.domain.customfield.RenderingLocation renderingLocation)
Will return all
DenormalizedFieldValue attached to the given DenormalizedFieldHolder and having the given RenderingLocation, ordered by dfv.position asc. |
boolean |
hasDenormalizedFields(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder entity)
Tells whether the given bound entity has denormalized fields or not.
|
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> findAllForEntity(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder denormalizedFieldHolder)
DenormalizedFieldValue attached to the given DenormalizedFieldHolder ordered by dfv.position asc.denormalizedFieldHolder - DenormalizedFieldValue ordered by position asc.List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> findAllForEntityAndRenderingLocation(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder denormalizedFieldHolder, org.squashtest.tm.domain.customfield.RenderingLocation renderingLocation)
DenormalizedFieldValue attached to the given DenormalizedFieldHolder and having the given RenderingLocation, ordered by dfv.position asc.denormalizedFieldHolder - renderingLocation - List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> findAllForEntities(Collection<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder> entities, Collection<org.squashtest.tm.domain.customfield.RenderingLocation> nullOrlocations)
DenormalizedFieldValue for all the supplied DenormalizedFieldHolder. If the collection of
locations is null, then the result won't be filtered by location. If it is non null, then only the denormalized field values
displayed in at least one of those locations wil be returned.entities - location - List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> findAllForEntity(Long id, org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolderType entityType)
void changeValue(long id,
org.squashtest.tm.domain.customfield.RawValue value)
boolean hasDenormalizedFields(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder entity)
entity - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.