Class CategoryEnrichmentService
- java.lang.Object
-
- com.eduix.genexp.enrichment.AbstractEnrichmentService
-
- com.eduix.genexp.enrichment.cross_study.BaseEnrichmentService
-
- com.eduix.genexp.enrichment.cross_study.CategoryEnrichmentService
-
- All Implemented Interfaces:
EnrichmentService
public class CategoryEnrichmentService 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, studyModuleDeleteMarker, studyModuleManager, tagManager, unitAllocationService, unitManager
-
Fields inherited from class com.eduix.genexp.enrichment.AbstractEnrichmentService
name
-
-
Constructor Summary
Constructors Constructor Description CategoryEnrichmentService()
-
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 contextElementDeleteMarkergetElementDeleteMarker()Map<String,Class<?>>getTypeClassMappings()booleanisProcessable(EnrichmentContext enrichmentContext)-
Methods inherited from class com.eduix.genexp.enrichment.cross_study.BaseEnrichmentService
addDatesTimes, archived, convertLeaningUnitPersonsToPersonReferences, convertPersonsToPersonReferences, convertToLocalDate, convertToOffsetDateTime, from, getExportConfig, getStudyElements, getTags, getUnits, isApplicable, 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
-
isProcessable
public boolean isProcessable(EnrichmentContext enrichmentContext)
- Specified by:
isProcessablein interfaceEnrichmentService- Overrides:
isProcessablein classBaseEnrichmentService- Parameters:
enrichmentContext- the current enrichment context- Returns:
- true, if enrichment service is currently processable for given context
-
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 enrichment contextinPlace- true, in enrichment does not create a new context- Returns:
- the updated enrichment context
-
getElementDeleteMarker
public ElementDeleteMarker getElementDeleteMarker()
- Specified by:
getElementDeleteMarkerin interfaceEnrichmentService- Overrides:
getElementDeleteMarkerin classAbstractEnrichmentService- Returns:
- the deletion marker for this enrichment service
-
-