Uses of Class
com.eduix.genexp.studyelement.ExportUnit
-
Packages that use ExportUnit Package Description com.eduix.genexp.enrichment.cross_study com.eduix.genexp.studyelement -
-
Uses of ExportUnit in com.eduix.genexp.enrichment.cross_study
Methods in com.eduix.genexp.enrichment.cross_study that return types with arguments of type ExportUnit Modifier and Type Method Description List<ExportUnit>BaseEnrichmentService. getUnits(String targetType, String targetId, String unitType) -
Uses of ExportUnit in com.eduix.genexp.studyelement
Fields in com.eduix.genexp.studyelement with type parameters of type ExportUnit Modifier and Type Field Description private List<ExportUnit>ExportCourseUnitRealisation. degreeProgrammesprivate List<ExportUnit>ExportStudyModule. levelsprivate List<ExportUnit>ExportCourseUnit. studyTypesprivate List<ExportUnit>ExportUnitReference. unitsMethods in com.eduix.genexp.studyelement that return types with arguments of type ExportUnit Modifier and Type Method Description List<ExportUnit>ExportCourseUnitRealisation. getDegreeProgrammes()List<ExportUnit>ExportStudyModule. getLevels()List<ExportUnit>ExportCourseUnit. getStudyTypes()List<ExportUnit>ExportUnitReference. getUnits()Method parameters in com.eduix.genexp.studyelement with type arguments of type ExportUnit Modifier and Type Method Description voidExportCourseUnitRealisation. setDegreeProgrammes(List<ExportUnit> degreeProgrammes)voidExportStudyModule. setLevels(List<ExportUnit> levels)voidExportCourseUnit. setStudyTypes(List<ExportUnit> studyTypes)voidExportUnitReference. setUnits(List<ExportUnit> units)Constructors in com.eduix.genexp.studyelement with parameters of type ExportUnit Constructor Description ExportUnitReference(ExportUnit unit, Float percentage)ExportUnitReference(ExportUnit unit, Float percentage, Date startDate, Date endDate)Constructor parameters in com.eduix.genexp.studyelement with type arguments of type ExportUnit Constructor Description ExportUnitReference(List<ExportUnit> units, Float percentage)ExportUnitReference(List<ExportUnit> units, Float percentage, Date startDate, Date endDate)
-