|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.squashtest.tm.service.internal.denormalizedField.PrivateDenormalizedFieldValueServiceImpl
@Service(value="squashtest.tm.service.DenormalizedFieldValueFinder") public class PrivateDenormalizedFieldValueServiceImpl
| Constructor Summary | |
|---|---|
PrivateDenormalizedFieldValueServiceImpl()
|
|
| Method Summary | |
|---|---|
void |
createAllDenormalizedFieldValues(org.squashtest.tm.domain.testcase.ActionTestStep sourceStep,
org.squashtest.tm.domain.execution.ExecutionStep destinationStep,
org.squashtest.tm.domain.project.Project project)
Will create denormalized field values for Called Execution Step. |
void |
createAllDenormalizedFieldValues(org.squashtest.tm.domain.customfield.BoundEntity source,
org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder destination)
Will create all the denormalized field values for one entity. |
void |
deleteAllDenormalizedFieldValues(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder entity)
will delete all the denormalized field values for one entity |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
findAllForEntities(Collection<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder> entities,
Collection<org.squashtest.tm.domain.customfield.RenderingLocation> nullOrLocations)
Will return all the DenormalizedFieldValue for all the supplied DenormalizedFieldHolder. |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
findAllForEntity(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder denormalizedFieldHolder)
Will return all DenormalizedFieldValue attached to the given DenormalizedFieldHolder ordered by dfv.position asc. |
List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> |
findAllForEntityAndRenderingLocation(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder denormalizedFieldHolder,
org.squashtest.tm.domain.customfield.RenderingLocation renderingLocation)
Will return all DenormalizedFieldValue attached to the given DenormalizedFieldHolder and having the given RenderingLocation, ordered by dfv.position asc. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrivateDenormalizedFieldValueServiceImpl()
| Method Detail |
|---|
public void createAllDenormalizedFieldValues(org.squashtest.tm.domain.customfield.BoundEntity source,
org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder destination)
PrivateDenormalizedFieldValueService
createAllDenormalizedFieldValues in interface PrivateDenormalizedFieldValueServicesource - : the BoundEntity from which the destination is createddestination - : the DenormalizedFieldHolder newly createdpublic void deleteAllDenormalizedFieldValues(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder entity)
PrivateDenormalizedFieldValueService
deleteAllDenormalizedFieldValues in interface PrivateDenormalizedFieldValueService
public void createAllDenormalizedFieldValues(org.squashtest.tm.domain.testcase.ActionTestStep sourceStep,
org.squashtest.tm.domain.execution.ExecutionStep destinationStep,
org.squashtest.tm.domain.project.Project project)
PrivateDenormalizedFieldValueService
createAllDenormalizedFieldValues in interface PrivateDenormalizedFieldValueServicepublic List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> findAllForEntity(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder denormalizedFieldHolder)
DenormalizedFieldValueFinderDenormalizedFieldValue attached to the given DenormalizedFieldHolder ordered by dfv.position asc.
findAllForEntity in interface DenormalizedFieldValueFinderDenormalizedFieldValue ordered by position asc.
public List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> findAllForEntityAndRenderingLocation(org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder denormalizedFieldHolder,
org.squashtest.tm.domain.customfield.RenderingLocation renderingLocation)
DenormalizedFieldValueFinderDenormalizedFieldValue attached to the given DenormalizedFieldHolder and having the given RenderingLocation, ordered by dfv.position asc.
findAllForEntityAndRenderingLocation in interface DenormalizedFieldValueFinder
public List<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldValue> findAllForEntities(Collection<org.squashtest.tm.domain.denormalizedfield.DenormalizedFieldHolder> entities,
Collection<org.squashtest.tm.domain.customfield.RenderingLocation> nullOrLocations)
DenormalizedFieldValueFinderDenormalizedFieldValue for all the supplied DenormalizedFieldHolder. If the collection of
locations is null, then the result won't be filtered by location. If it is non null, then only the denormalized field values
displayed in at least one of those locations wil be returned.
findAllForEntities in interface DenormalizedFieldValueFinder
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||