Class StudyModuleEnrichmentService
- java.lang.Object
-
- com.eduix.genexp.enrichment.AbstractEnrichmentService
-
- com.eduix.genexp.enrichment.cross_study.BaseEnrichmentService
-
- com.eduix.genexp.enrichment.cross_study.StudyModuleEnrichmentService
-
- All Implemented Interfaces:
EnrichmentService
public class StudyModuleEnrichmentService extends BaseEnrichmentService
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Loggerlog-
Fields inherited from class com.eduix.genexp.enrichment.cross_study.BaseEnrichmentService
accomplishmentMethodService, categoryManager, courseUnitManager, courseUnitPartManager, courseUnitRealizationManager, crossStudyService, educationGroupService, exportConfig, learningUnitManager, localizationManager, luRelationManager, offeringModuleService, organisationMapper, programmeManager, studyModuleManager, tagManager, unitAllocationService, unitManager
-
Fields inherited from class com.eduix.genexp.enrichment.AbstractEnrichmentService
name
-
-
Constructor Summary
Constructors Constructor Description StudyModuleEnrichmentService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnrichmentContextenrich(EnrichmentContext enrichmentContext, boolean inPlace)Enrich the study element in the given enrichment contextMap<String,Class<?>>getTypeClassMappings()private voidsetLevels(ExportStudyModule exportStudyModule, com.eduplan.domain.lum.StudyModule studyModule)-
Methods inherited from class com.eduix.genexp.enrichment.cross_study.BaseEnrichmentService
addDatesTimes, archived, convertLeaningUnitPersonsToPersonReferences, convertPersonsToPersonReferences, convertToLocalDate, convertToOffsetDateTime, from, getExportConfig, getStudyElements, getTags, getUnits, isApplicable, isProcessable, parentActive, setAccomplishmentMethodService, setCategoryManager, setCourseUnitManager, setCourseUnitPartManager, setCourseUnitRealizationManager, setCrossStudyService, setDates, setEducationGroupService, setExportConfig, setExportRestrictions, setExportService, setFieldsAndResponsibilities, setFieldsAndResponsibilities2, setLearningUnitManager, setLocalizationManager, setLuRelationManager, setOfferingModuleService, setOrganisationMapper, setParents, setProgrammeManager, setRootOrganisations, setStudyModuleManager, setTagManager, setTriggerParents, setUnitAllocationService, setUnitManager, trigger, valid
-
Methods inherited from class com.eduix.genexp.enrichment.AbstractEnrichmentService
getName
-
-
-
-
Method Detail
-
getTypeClassMappings
public Map<String,Class<?>> getTypeClassMappings()
- Specified by:
getTypeClassMappingsin interfaceEnrichmentService- Overrides:
getTypeClassMappingsin classAbstractEnrichmentService
-
enrich
public EnrichmentContext enrich(EnrichmentContext enrichmentContext, boolean inPlace)
Description copied from interface:EnrichmentServiceEnrich the study element in the given enrichment context- Parameters:
enrichmentContext- the current enruchment contextinPlace- true, in enrichment does not create a new context- Returns:
- the updated enrichhment context
-
setLevels
private void setLevels(ExportStudyModule exportStudyModule, com.eduplan.domain.lum.StudyModule studyModule)
-
-