| Package | Description |
|---|---|
| org.squashtest.tm.service.internal.repository |
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.customfield.CustomFieldValue> |
CustomFieldValueDao.batchedFindAllCustomValuesFor(Collection<Long> entityIds,
org.squashtest.tm.domain.customfield.BindableEntity entityType)
Same as above, list version.
|
List<org.squashtest.tm.domain.customfield.CustomFieldValue> |
CustomFieldValueDao.batchedInitializedFindAllCustomValuesFor(List<Long> entityIds,
org.squashtest.tm.domain.customfield.BindableEntity entityType)
Same as above, and initialiazes the bindings and custom fields.
|
List<org.squashtest.tm.domain.customfield.CustomFieldValue> |
CustomFieldValueDao.batchedRestrictedFindAllCustomValuesFor(List<Long> entityIds,
org.squashtest.tm.domain.customfield.BindableEntity entityType,
Collection<org.squashtest.tm.domain.customfield.CustomField> customFields)
Same as above, will restrict to the custom fields specified as arguments
|
List<org.squashtest.tm.domain.testcase.RequirementVersionCoverage> |
RequirementVersionCoverageDao.byRequirementVersionAndTestCases(List<Long> verifyingTestCasesIds,
long verifiedRequirementVersionId)
Will return the
RequirementVersionCoverage entities matching the verified requirementVersion and one of the verifying test case params. |
List<org.squashtest.tm.domain.testcase.RequirementVersionCoverage> |
RequirementVersionCoverageDao.byRequirementVersionsAndTestStep(List<Long> verifiedRequirementVersionsIds,
long testStepId)
will return the
RequirementVersionCoverage entities matching one of the verified requirement version and linked to the test step. |
List<org.squashtest.tm.domain.testcase.RequirementVersionCoverage> |
RequirementVersionCoverageDao.byTestCaseAndRequirementVersions(List<Long> verifiedRequirementVersionsIds,
long verifyingTestCaseId)
Will return the
RequirementVersionCoverage entities matching the verifying test-case and one of the verified requirement versions |
void |
CustomFieldValueDao.deleteAll(List<Long> ids)
Delete all the CustomFieldValue, given their ids.
|
void |
CustomFieldValueDao.deleteAllForEntities(org.squashtest.tm.domain.customfield.BindableEntity entityType,
List<Long> entityIds)
Delete all the custom field values related to a bunch of bound entities
|
List<org.squashtest.tm.domain.requirement.RequirementVersion> |
RequirementVersionDao.findAll(Iterable<Long> ids) |
List<String> |
CustomFieldValueDao.findAllAvailableTagForEntityInProjects(org.squashtest.tm.domain.customfield.BindableEntity boundEntityType,
List<Long> projectIds) |
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
IterationTestPlanDao.findAllByIdIn(Collection<Long> ids) |
List<org.squashtest.tm.domain.project.GenericProject> |
GenericProjectDao.findAllByIdIn(List<Long> idList,
org.springframework.data.domain.Sort sorting) |
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
CustomFieldBindingDao.findAllByIds(Collection<Long> ids)
returns the bindings grouped by project and entity, sorted by position
|
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
IterationTestPlanDao.findAllByIdsOrderedByIterationTestPlan(List<Long> testPlanIds)
Fetches the test plan items which match the given ids ordered according to their iteration's test plan.
|
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
IterationTestPlanDao.findAllByIdsOrderedBySuiteTestPlan(List<Long> testPlanIds,
long testSuiteId)
Fetches the test plan items which match the given ids ordered according to the given test suite's test plan.
|
List<org.squashtest.tm.domain.customfield.CustomFieldValue> |
CustomFieldValueDao.findAllCustomValuesOfBindings(List<Long> customFieldBindingIds)
returns all the CustomFieldValue related to a list of CustomFieldBinding, the resulting elements will be
returned in unspecified order
|
List<Long> |
RequirementVersionDao.findAllForMilestones(List<Long> milestonesIds) |
List<Long> |
IterationTestPlanDao.findAllForMilestones(List<Long> milestonesIds) |
List<Long> |
TestCaseDao.findAllTestCaseIdsByLibraries(Collection<Long> libraryIds) |
List<Long> |
TestCaseDao.findAllTestCasesLibraryNodeForMilestone(Collection<Long> milestoneIds) |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
DenormalizedFieldValueDao.findDFVForEntities(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolderType type,
Collection<Long> entities) |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
DenormalizedFieldValueDao.findDFVForEntitiesAndLocations(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolderType denormalizedFieldHolderType,
Collection<Long> entities,
Collection<org.squashtest.tm.domain.customfield.RenderingLocation> locations) |
List<Object[]> |
CustomFieldBindingDao.findEffectiveBindingsForEntities(List<Long> entityIds,
org.squashtest.tm.domain.customfield.BindableEntity entityType)
batched version of
CustomFieldBindingDao.findEffectiveBindingsForEntity(long, BindableEntity). |
List<Long> |
TestCaseDao.findNodeIdsHavingMultipleMilestones(Collection<Long> nodeIds) |
List<Long> |
TestCaseDao.findNonBoundTestCases(Collection<Long> nodeIds,
Long milestoneId) |
List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> |
TestSuiteDao.findTestPlanPartition(long testSuiteId,
List<Long> testPlanItemIds) |
List<org.squashtest.tm.domain.users.User> |
UserDao.findUsersByLoginList(List<String> loginList) |
long |
RequirementVersionCoverageDao.numberByTestCases(Collection<Long> testCaseIds)
Returns the total amount of distinct
RequirementVersionCover witch verifying TestCase's id matches on of the given id params. |
long |
RequirementVersionCoverageDao.numberDistinctVerifiedByTestCases(Collection<Long> testCaseIds)
Returns the total amount of
RequirementVersion witch verifying TestCase's id matches on of the given id params. |
void |
ParameterDao.removeAllByTestCaseIds(List<Long> removeAllByTestCaseIds) |
void |
ParameterDao.removeAllValuesByTestCaseIds(List<Long> testCaseIds) |
Collection<org.squashtest.tm.domain.requirement.RequirementSyncExtender> |
RequirementSyncExtenderDao.retrieveAllByRemoteKey(Collection<String> remoteId,
Long projectId) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.