Uses of Class
com.eduix.genexp.studyelement.ExportQuota
-
Packages that use ExportQuota Package Description com.eduix.genexp.enrichment.paid_eduction com.eduix.genexp.studyelement -
-
Uses of ExportQuota in com.eduix.genexp.enrichment.paid_eduction
Methods in com.eduix.genexp.enrichment.paid_eduction that return types with arguments of type ExportQuota Modifier and Type Method Description private List<ExportQuota>RegistrationPackageEnrichmentService. from(fi.integrationhouse.mp.paid_education.dto.Quota quota) -
Uses of ExportQuota in com.eduix.genexp.studyelement
Fields in com.eduix.genexp.studyelement with type parameters of type ExportQuota Modifier and Type Field Description private List<ExportQuota>ExportCourseUnitRealisation. quotasprivate List<ExportQuota>ExportRegistrationPackage. quotasMethods in com.eduix.genexp.studyelement that return types with arguments of type ExportQuota Modifier and Type Method Description List<ExportQuota>ExportCourseUnitRealisation. getQuotas()List<ExportQuota>ExportQuotaContainer. getQuotas()List<ExportQuota>ExportRegistrationPackage. getQuotas()Method parameters in com.eduix.genexp.studyelement with type arguments of type ExportQuota Modifier and Type Method Description voidExportCourseUnitRealisation. setQuotas(List<ExportQuota> quotas)voidExportQuotaContainer. setQuotas(List<ExportQuota> quotas)voidExportRegistrationPackage. setQuotas(List<ExportQuota> quotas)
-