org.squashtest.tm.service.internal.customfield
Class CustomFieldHelperServiceImpl

java.lang.Object
  extended by 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

Constructor Summary
CustomFieldHelperServiceImpl()
           
 
Method Summary
 boolean hasCustomFields(org.squashtest.tm.domain.customfield.BoundEntity entity)
           
<X extends org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder>
DenormalizedFieldHelper<X>
newDenormalizedHelper(List<X> entities)
           
<X extends org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder>
DenormalizedFieldHelper<X>
newDenormalizedHelper(X entity)
           
<X extends org.squashtest.tm.domain.customfield.BoundEntity>
CustomFieldHelper<X>
newHelper(List<X> entities)
           
<X extends org.squashtest.tm.domain.customfield.BoundEntity>
CustomFieldHelper<X>
newHelper(X entity)
           
 CustomFieldHelper<org.squashtest.tm.domain.testcase.ActionTestStep> newStepsHelper(List<org.squashtest.tm.domain.testcase.TestStep> steps, org.squashtest.tm.domain.project.Project container)
          Creates a CustomFieldHelper for the given test steps contained in the given project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomFieldHelperServiceImpl

public CustomFieldHelperServiceImpl()
Method Detail

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.