Uses of Interface
services.util.Listable

Packages that use Listable
data   
de.thorstenberger.uebman.ws   
model   
services.util   
 

Uses of Listable in data
 

Classes in data that implement Listable
 class CorrectionData
          Repräsentiert die Korrekturinfos einer Serie eines Studenten.
 class CorrectionData_MC
          Das konkrete CorrectionData Objekt für MultipleChoice-Aufgaben.
 class CorrectionData_Upload
           
 class ExamData
           
 

Uses of Listable in de.thorstenberger.uebman.ws
 

Classes in de.thorstenberger.uebman.ws that implement Listable
 class UebmanInstanceListable
           
 

Uses of Listable in model
 

Classes in model that implement Listable
 class Exam
          Repräsentiert eine Klausur.
 class ForumDaten
           
 class Group
          Repräsentiert Daten einer Übungsgruppe.
 class Series
          Repräsentiert Übungsserie.
 class Series_MC
           
 class Series_Upload
           
 class SeriesStatistics
          Repräsentiert die Korrektur-Statistik einer Serie
 class User
          Einweg-Klasse zum Austausch von User-Infos
 

Uses of Listable in services.util
 

Constructors in services.util with parameters of type Listable
ListingIncludeService(RequestInfo ri, Listable l)
           
ListingIncludeService(RequestInfo ri, Listable[] l)