Uses of Interface
com.eduix.genexp.ExportService
-
Packages that use ExportService Package Description com.eduix.genexp.enrichment.cross_study com.eduix.genexp.enrichment.paid_eduction com.eduix.genexp.osgi com.eduix.genexp.service com.eduix.genexp.trigger.lum -
-
Uses of ExportService in com.eduix.genexp.enrichment.cross_study
Fields in com.eduix.genexp.enrichment.cross_study declared as ExportService Modifier and Type Field Description private ExportServiceBaseEnrichmentService. exportServiceMethods in com.eduix.genexp.enrichment.cross_study with parameters of type ExportService Modifier and Type Method Description voidBaseEnrichmentService. setExportService(ExportService exportService) -
Uses of ExportService in com.eduix.genexp.enrichment.paid_eduction
Fields in com.eduix.genexp.enrichment.paid_eduction declared as ExportService Modifier and Type Field Description private ExportServiceRegistrationPackageEnrichmentService. exportServiceprivate ExportServiceRegistrationPackageTrigger. exportServiceMethods in com.eduix.genexp.enrichment.paid_eduction with parameters of type ExportService Modifier and Type Method Description voidRegistrationPackageEnrichmentService. setExportService(ExportService exportService)voidRegistrationPackageTrigger. setExportService(ExportService exportService) -
Uses of ExportService in com.eduix.genexp.osgi
Fields in com.eduix.genexp.osgi declared as ExportService Modifier and Type Field Description private ExportServiceTriggerCommand. exportService -
Uses of ExportService in com.eduix.genexp.service
Classes in com.eduix.genexp.service that implement ExportService Modifier and Type Class Description classExportService -
Uses of ExportService in com.eduix.genexp.trigger.lum
Fields in com.eduix.genexp.trigger.lum declared as ExportService Modifier and Type Field Description protected ExportServiceLumTrigger. exportServiceMethods in com.eduix.genexp.trigger.lum with parameters of type ExportService Modifier and Type Method Description voidLumTrigger. setExportService(ExportService exportService)
-