Uses of Class
softwareprojekt.Lecture

Packages that use Lecture
network   
softwareprojekt   
 

Uses of Lecture in network
 

Methods in network that return Lecture
 Lecture Network.getLecture(java.lang.String shortName)
           
 Lecture ByteArray.toLecture()
          Wandelt das Array in ein Lecture-Objekt um.
 

Methods in network with parameters of type Lecture
 boolean Network.createLecture(Lecture lecture)
          In dieser Schnittstelle nicht benötigt.
 boolean Network.deleteLecture(Lecture lecture)
          In dieser Schnittstelle nicht benötigt.
 boolean Network.updateLecture(Lecture lecture)
          In dieser Schnittstelle nicht benötigt.
 

Constructors in network with parameters of type Lecture
ByteArray(Lecture lecture)
          Erstellt aus einem Lecture-Objekt ein ByteArray-Objekt.
 

Uses of Lecture in softwareprojekt
 

Methods in softwareprojekt that return Lecture
abstract  Lecture Connection.getLecture(java.lang.String shortName)
           
 

Methods in softwareprojekt with parameters of type Lecture
abstract  boolean Connection.createLecture(Lecture lecture)
           
abstract  boolean Connection.deleteLecture(Lecture lecture)
           
abstract  boolean Connection.updateLecture(Lecture lecture)