Uses of Interface
com.eduix.genexp.enrichment.EnrichmentContext
-
Packages that use EnrichmentContext Package Description com.eduix.genexp.enrichment com.eduix.genexp.enrichment.cross_study com.eduix.genexp.enrichment.paid_eduction com.eduix.genexp.service -
-
Uses of EnrichmentContext in com.eduix.genexp.enrichment
Classes in com.eduix.genexp.enrichment that implement EnrichmentContext Modifier and Type Class Description classDefaultEnrichmentContextA default implementation of an enrichment context.Methods in com.eduix.genexp.enrichment that return EnrichmentContext Modifier and Type Method Description EnrichmentContextEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)Enrich the study element in the given enrichment contextMethods in com.eduix.genexp.enrichment with parameters of type EnrichmentContext Modifier and Type Method Description EnrichmentContextEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)Enrich the study element in the given enrichment contextbooleanAbstractEnrichmentService. isProcessable(EnrichmentContext enrichmentContext)booleanEnrichmentService. isProcessable(EnrichmentContext enrichmentContext) -
Uses of EnrichmentContext in com.eduix.genexp.enrichment.cross_study
Methods in com.eduix.genexp.enrichment.cross_study that return EnrichmentContext Modifier and Type Method Description EnrichmentContextCategoryEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextCourseUnitEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextCourseUnitRealizationEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextOfferingEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextProgrammeEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextRealizationQuotaEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextStudyModuleEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)Methods in com.eduix.genexp.enrichment.cross_study with parameters of type EnrichmentContext Modifier and Type Method Description protected voidBaseEnrichmentService. addDatesTimes(com.eduplan.domain.lum.LearningUnit learningUnit, EnrichmentContext enrichmentContext)private voidCourseUnitRealizationEnrichmentService. addDatesTimes(com.eduplan.domain.lum.CourseUnitRealization courseUnitRealization, EnrichmentContext enrichmentContext)EnrichmentContextCategoryEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextCourseUnitEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextCourseUnitRealizationEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextOfferingEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextProgrammeEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextRealizationQuotaEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextStudyModuleEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)booleanBaseEnrichmentService. isProcessable(EnrichmentContext enrichmentContext)booleanCategoryEnrichmentService. isProcessable(EnrichmentContext enrichmentContext)booleanRealizationQuotaEnrichmentService. isProcessable(EnrichmentContext enrichmentContext)protected booleanBaseEnrichmentService. setRootOrganisations(EnrichmentContext enrichmentContext, Set<String> organisationUnitIds) -
Uses of EnrichmentContext in com.eduix.genexp.enrichment.paid_eduction
Methods in com.eduix.genexp.enrichment.paid_eduction that return EnrichmentContext Modifier and Type Method Description EnrichmentContextRealizationQuotaEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextRegistrationPackageEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)Methods in com.eduix.genexp.enrichment.paid_eduction with parameters of type EnrichmentContext Modifier and Type Method Description private DateRegistrationPackageEnrichmentService. addDatesTimes(fi.integrationhouse.mp.paid_education.dto.RegistrationPackage registrationPackage, EnrichmentContext enrichmentContext)EnrichmentContextRealizationQuotaEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)EnrichmentContextRegistrationPackageEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)booleanRealizationQuotaEnrichmentService. isProcessable(EnrichmentContext enrichmentContext)booleanRegistrationPackageEnrichmentService. isProcessable(EnrichmentContext enrichmentContext) -
Uses of EnrichmentContext in com.eduix.genexp.service
Methods in com.eduix.genexp.service that return EnrichmentContext Modifier and Type Method Description EnrichmentContextNoopEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)Methods in com.eduix.genexp.service with parameters of type EnrichmentContext Modifier and Type Method Description EnrichmentContextNoopEnrichmentService. enrich(EnrichmentContext enrichmentContext, boolean inPlace)voidExportService. send(EnrichmentContext enrichmentContext)
-