Uses of Interface
com.eduix.genexp.enrichment.EnrichmentService
-
Packages that use EnrichmentService Package Description com.eduix.genexp.enrichment com.eduix.genexp.enrichment.cross_study com.eduix.genexp.enrichment.paid_eduction com.eduix.genexp.service -
-
Uses of EnrichmentService in com.eduix.genexp.enrichment
Classes in com.eduix.genexp.enrichment that implement EnrichmentService Modifier and Type Class Description classAbstractEnrichmentServiceAn abstract implementation of an enrichment service. -
Uses of EnrichmentService in com.eduix.genexp.enrichment.cross_study
Classes in com.eduix.genexp.enrichment.cross_study that implement EnrichmentService Modifier and Type Class Description classBaseEnrichmentServiceclassCategoryEnrichmentServiceclassCourseUnitEnrichmentServiceclassCourseUnitRealizationEnrichmentServiceclassOfferingEnrichmentServiceclassProgrammeEnrichmentServiceclassRealizationQuotaEnrichmentServiceclassStudyModuleEnrichmentService -
Uses of EnrichmentService in com.eduix.genexp.enrichment.paid_eduction
Classes in com.eduix.genexp.enrichment.paid_eduction that implement EnrichmentService Modifier and Type Class Description classBaseEnrichmentServiceclassRealizationQuotaEnrichmentServiceclassRegistrationPackageEnrichmentServiceService for enriching registration packages. -
Uses of EnrichmentService in com.eduix.genexp.service
Classes in com.eduix.genexp.service that implement EnrichmentService Modifier and Type Class Description classNoopEnrichmentServiceFields in com.eduix.genexp.service with type parameters of type EnrichmentService Modifier and Type Field Description private Map<String,List<EnrichmentService>>Enricher. enrichmentServiceMapprivate Set<EnrichmentService>Enricher. enrichmentServicesMethods in com.eduix.genexp.service with parameters of type EnrichmentService Modifier and Type Method Description voidEnricher. addEnrichmentService(EnrichmentService enrichmentService, Map<?,?> properties)voidEnricher. removeEnrichmentService(EnrichmentService enrichmentService, Map<?,?> properties)
-