|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional public interface CustomRequirementVersionManagerService
RequirementVersion management services which cannot be dyanmically generated.
| Method Summary | |
|---|---|
void |
changeCriticality(long requirementVersionId,
RequirementCriticality criticality)
will change the requirement criticality and update the importance of any associated TestCase with importanceAuto == true. |
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<RequirementVersion>> |
findAllByRequirement(long requirementId,
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
Fetches the paged, sorted collection of versions for the given requirement. |
| Method Detail |
|---|
void changeCriticality(long requirementVersionId,
@NotNull
RequirementCriticality criticality)
requirementVersionId - criticality -
@Transactional(readOnly=true)
org.squashtest.tm.core.foundation.collection.PagedCollectionHolder<List<RequirementVersion>> findAllByRequirement(long requirementId,
@NotNull
org.squashtest.tm.core.foundation.collection.PagingAndSorting pas)
requirementId - pas -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||