org.squashtest.tm.service.internal.customfield
Class CustomFieldHelperServiceImpl
java.lang.Object
org.squashtest.tm.service.internal.customfield.CustomFieldHelperServiceImpl
- All Implemented Interfaces:
- CustomFieldHelperService
@Service(value="squashtest.tm.service.CustomFieldHelperService")
public class CustomFieldHelperServiceImpl
- extends Object
- implements CustomFieldHelperService
Read the definition of Helper instead
- Author:
- bsiri
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomFieldHelperServiceImpl
public CustomFieldHelperServiceImpl()
hasCustomFields
public boolean hasCustomFields(org.squashtest.tm.domain.customfield.BoundEntity entity)
- Specified by:
hasCustomFields in interface CustomFieldHelperService
newHelper
public <X extends org.squashtest.tm.domain.customfield.BoundEntity> CustomFieldHelper<X> newHelper(X entity)
- Specified by:
newHelper in interface CustomFieldHelperService
newHelper
public <X extends org.squashtest.tm.domain.customfield.BoundEntity> CustomFieldHelper<X> newHelper(List<X> entities)
- Specified by:
newHelper in interface CustomFieldHelperService
newDenormalizedHelper
public <X extends org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder> DenormalizedFieldHelper<X> newDenormalizedHelper(X entity)
- Specified by:
newDenormalizedHelper in interface CustomFieldHelperService
newDenormalizedHelper
public <X extends org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder> DenormalizedFieldHelper<X> newDenormalizedHelper(List<X> entities)
- Specified by:
newDenormalizedHelper in interface CustomFieldHelperService
newStepsHelper
public CustomFieldHelper<org.squashtest.tm.domain.testcase.ActionTestStep> newStepsHelper(List<org.squashtest.tm.domain.testcase.TestStep> steps,
org.squashtest.tm.domain.project.Project container)
- Description copied from interface:
CustomFieldHelperService
- Creates a
CustomFieldHelper for the given test steps contained in the given project.
- Specified by:
newStepsHelper in interface CustomFieldHelperService
- Returns:
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.