Package services.publix
Class ResultCreator
- java.lang.Object
-
- services.publix.ResultCreator
-
@Singleton public class ResultCreator extends java.lang.ObjectService class that creates ComponentResults, StudyResults, and GroupResults
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentResultcreateComponentResult(StudyResult studyResult, Component component)StudyResultcreateStudyResult(StudyLink studyLink, Worker worker)Creates StudyResult and adds it to the given Worker.
-
-
-
Method Detail
-
createStudyResult
public StudyResult createStudyResult(StudyLink studyLink, Worker worker)
Creates StudyResult and adds it to the given Worker.
-
createComponentResult
public ComponentResult createComponentResult(StudyResult studyResult, Component component)
-
-