| Package | Description |
|---|---|
| org.squashtest.tm.service.customfield | |
| org.squashtest.tm.service.internal.customfield |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldHelper<X> |
CustomFieldHelper.includeAllCustomFields()
tells the helper to include every custom fields it finds.
|
<X extends org.squashtest.tm.domain.customfield.BoundEntity> |
CustomFieldHelperService.newHelper(List<X> entities) |
<X extends org.squashtest.tm.domain.customfield.BoundEntity> |
CustomFieldHelperService.newHelper(X entity) |
CustomFieldHelper<org.squashtest.tm.domain.testcase.ActionTestStep> |
CustomFieldHelperService.newStepsHelper(List<org.squashtest.tm.domain.testcase.TestStep> steps,
org.squashtest.tm.domain.project.Project project)
Creates a
CustomFieldHelper for the given test steps contained in the given project. |
CustomFieldHelper<X> |
CustomFieldHelper.restrictToCommonFields()
tells the helper to retain only the custom fields that are common to all the entities (in case they come from mixed projects, or are
of mixed concrete classes)
|
CustomFieldHelper<X> |
CustomFieldHelper.setRenderingLocations(Collection<org.squashtest.tm.domain.customfield.RenderingLocation> locations) |
CustomFieldHelper<X> |
CustomFieldHelper.setRenderingLocations(org.squashtest.tm.domain.customfield.RenderingLocation... locations) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCustomFieldHelper<X extends org.squashtest.tm.domain.customfield.BoundEntity> |
class |
CustomFieldHelperImpl<X extends org.squashtest.tm.domain.customfield.BoundEntity> |
class |
NoValuesCustomFieldHelper<BOUND extends org.squashtest.tm.domain.customfield.BoundEntity>
Custom field helper to be used when there are no entities in the given custom field binding context.
|
| Modifier and Type | Method and Description |
|---|---|
CustomFieldHelper<X> |
AbstractCustomFieldHelper.includeAllCustomFields() |
<X extends org.squashtest.tm.domain.customfield.BoundEntity> |
CustomFieldHelperServiceImpl.newHelper(List<X> entities) |
<X extends org.squashtest.tm.domain.customfield.BoundEntity> |
CustomFieldHelperServiceImpl.newHelper(X entity) |
CustomFieldHelper<org.squashtest.tm.domain.testcase.ActionTestStep> |
CustomFieldHelperServiceImpl.newStepsHelper(List<org.squashtest.tm.domain.testcase.TestStep> steps,
org.squashtest.tm.domain.project.Project container) |
CustomFieldHelper<X> |
AbstractCustomFieldHelper.restrictToCommonFields() |
CustomFieldHelper<X> |
AbstractCustomFieldHelper.setRenderingLocations(Collection<org.squashtest.tm.domain.customfield.RenderingLocation> locations) |
CustomFieldHelper<X> |
AbstractCustomFieldHelper.setRenderingLocations(org.squashtest.tm.domain.customfield.RenderingLocation... locations) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.