|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional public interface PrivateDenormalizedFieldValueService
That interface should remain private to this bundle. The reason is that the methods will not be secured.
| Method Summary | |
|---|---|
void |
createAllDenormalizedFieldValues(org.squashtest.tm.domain.testcase.ActionTestStep sourceStep,
org.squashtest.tm.domain.execution.ExecutionStep step,
org.squashtest.tm.domain.project.Project project)
Will create denormalized field values for Called Execution Step. |
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 |
deleteAllDenormalizedFieldValues(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder entity)
will delete all the denormalized field values for one entity |
| Methods inherited from interface org.squashtest.tm.service.denormalizedfield.DenormalizedFieldValueFinder |
|---|
findAllForEntities, findAllForEntity, findAllForEntityAndRenderingLocation |
| Method Detail |
|---|
void 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 createAllDenormalizedFieldValues(org.squashtest.tm.domain.testcase.ActionTestStep sourceStep,
org.squashtest.tm.domain.execution.ExecutionStep step,
org.squashtest.tm.domain.project.Project project)
sourceStep - step - project -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||