|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomFieldHelper | |
|---|---|
| org.squashtest.tm.service.customfield | |
| org.squashtest.tm.service.internal.customfield | |
| Uses of CustomFieldHelper in org.squashtest.tm.service.customfield |
|---|
| Methods in org.squashtest.tm.service.customfield that return CustomFieldHelper | ||
|---|---|---|
CustomFieldHelper<X> |
CustomFieldHelper.includeAllCustomFields()
tells the helper to include every custom fields it finds. |
|
|
CustomFieldHelperService.newHelper(List<X> entities)
|
|
|
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)
|
|
| Uses of CustomFieldHelper in org.squashtest.tm.service.internal.customfield |
|---|
| Classes in org.squashtest.tm.service.internal.customfield that implement CustomFieldHelper | |
|---|---|
class |
AbstractCustomFieldHelper<X extends BoundEntity>
|
class |
CustomFieldHelperImpl<X extends BoundEntity>
|
class |
NoValuesCustomFieldHelper<BOUND extends BoundEntity>
Custom field helper to be used when there are no entities in the given custom field binding context. |
| Methods in org.squashtest.tm.service.internal.customfield that return CustomFieldHelper | ||
|---|---|---|
CustomFieldHelper<X> |
AbstractCustomFieldHelper.includeAllCustomFields()
|
|
|
CustomFieldHelperServiceImpl.newHelper(List<X> entities)
|
|
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||