| Package | Description |
|---|---|
| org.squashtest.tm.service.internal.repository |
| Modifier and Type | Method and Description |
|---|---|
long |
GenericProjectDao.countByName(String name) |
org.springframework.data.domain.Page<org.squashtest.csp.core.bugtracker.domain.BugTracker> |
BugTrackerDao.findAll(org.springframework.data.domain.Pageable pageable) |
List<org.squashtest.tm.domain.customfield.CustomFieldBinding> |
CustomFieldBindingDao.findAllByCustomFieldIdOrderByPositionAsc(long customFieldId) |
List<org.squashtest.tm.domain.users.Team> |
TeamDao.findAllByIdIn(List<Long> teamIds)
Find all teams matching the given ids
|
List<org.squashtest.tm.domain.project.GenericProject> |
GenericProjectDao.findAllByIdIn(List<Long> idList,
org.springframework.data.domain.Sort sorting) |
List<org.squashtest.tm.domain.campaign.TestSuite> |
TestSuiteDao.findAllByIterationId(long iterationId) |
List<org.squashtest.tm.domain.users.Team> |
TeamDao.findAllByName(String name)
Find all teams with name equals to the given name param.
|
List<org.squashtest.tm.domain.testautomation.TestAutomationServer> |
TestAutomationServerDao.findAllByOrderByNameAsc()
Will find all occurrences of
TestAutomationServer in the database ordered by their name. |
List<org.squashtest.tm.domain.customfield.CustomField> |
CustomFieldDao.findAllByOrderByNameAsc()
Will find all custom fields and return them ordered by their name.
|
Collection<org.squashtest.tm.domain.testcase.Dataset> |
DatasetDao.findAllByTestCaseId(Long testCaseId) |
org.squashtest.tm.domain.customfield.CustomField |
CustomFieldDao.findByCode(String code)
Will find the CustomField having a code value matching the parameter.
|
org.squashtest.tm.domain.project.GenericProject |
GenericProjectDao.findById(long projectId) |
org.squashtest.tm.domain.customfield.CustomField |
CustomFieldDao.findById(long id) |
org.squashtest.tm.domain.campaign.TestSuite |
TestSuiteDao.findById(long id) |
org.squashtest.tm.domain.users.Team |
TeamDao.findById(long teamId)
Simply retrieve the
Team of the given id |
org.squashtest.tm.domain.attachment.Attachment |
AttachmentDao.findById(long attachmentId) |
org.squashtest.tm.domain.customfield.CustomFieldBinding |
CustomFieldBindingDao.findById(long bindingId) |
org.squashtest.tm.domain.testautomation.AutomatedExecutionExtender |
AutomatedExecutionExtenderDao.findById(long executionId) |
org.squashtest.tm.domain.testcase.Parameter |
ParameterDao.findById(Long id) |
org.squashtest.tm.domain.testcase.DatasetParamValue |
DatasetParamValueDao.findById(Long id) |
org.squashtest.tm.domain.testcase.Dataset |
DatasetDao.findById(Long id) |
org.squashtest.tm.domain.testautomation.TestAutomationServer |
TestAutomationServerDao.findByName(String serverName)
Find the TestAutomationServer by it's name.
|
org.squashtest.csp.core.bugtracker.domain.BugTracker |
BugTrackerDao.findByName(String bugtrackerName)
Given its name, returns a bugtracker
|
org.squashtest.tm.domain.customfield.CustomField |
CustomFieldDao.findByName(String name)
Returns the field matching the name if it exists.
|
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.