@Transactional public interface PrivateDenormalizedFieldValueService extends DenormalizedFieldValueManager
| Modifier and Type | Method and Description |
|---|---|
void |
createAllDenormalizedFieldValues(org.squashtest.tm.domain.customfield.BoundEntity source,
org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder destination)
Will create all the denormalized field values for one entity.
|
void |
createAllDenormalizedFieldValuesForSteps(org.squashtest.tm.domain.execution.Execution execution)
Will create the custom field values of all the execution steps in that execution in a lot.
|
void |
deleteAllDenormalizedFieldValues(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder entity)
will delete all the denormalized field values for one entity
|
changeValue, findAllForEntities, findAllForEntity, findAllForEntity, findAllForEntityAndRenderingLocation, hasDenormalizedFieldsvoid createAllDenormalizedFieldValues(org.squashtest.tm.domain.customfield.BoundEntity source,
org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder destination)
source - : the BoundEntity from which the destination is createddestination - : the DenormalizedFieldHolder newly createdvoid deleteAllDenormalizedFieldValues(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder entity)
entity - void createAllDenormalizedFieldValuesForSteps(org.squashtest.tm.domain.execution.Execution execution)
#createAllDenormalizedFieldValues(ActionTestStep, ExecutionStep, Project)execution - Copyright © 2010–2017 Henix, henix.fr. All rights reserved.