Interface ExternalEvaluationExportService
- All Known Implementing Classes:
ExternalEvaluationExportServiceImpl
public interface ExternalEvaluationExportService
this service is used to get the structure of a evaluation node and the points entered into it
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptiongetPointsForUser
(Entity evaluation, Entity user) getQualificationStructure
(Entity evaluation) getQualificationUsers
(Entity evaluation) boolean
isBorderCase
(Entity evaluationEntity, Entity user) boolean
-
Method Details
-
getQualificationStructure
List<ExternalEvaluationExportService.QualificationStructureNode> getQualificationStructure(Entity evaluation) -
getQualificationUsers
-
getPointsForUser
-
isBorderCase
-
isPassed
-