Uses of Interface
cz.muni.fi.rtc.teacherWorkbench.model.Project

Packages that use Project
cz.muni.fi.rtc.teacherWorkbench.importer   
cz.muni.fi.rtc.teacherWorkbench.model   
 

Uses of Project in cz.muni.fi.rtc.teacherWorkbench.importer
 

Method parameters in cz.muni.fi.rtc.teacherWorkbench.importer with type arguments of type Project
 void ProjectImporter.importProjects(java.util.Collection<Project> projects)
          Imports the given projects to the RTC repository
Exceptions thrown during creation of the projects are logged under the level error and are not thrown
Invitation is sent to the users only if they are not in the root category (root category users are meant to be teachers and therefore we don't send the invitations to them)
 

Uses of Project in cz.muni.fi.rtc.teacherWorkbench.model
 

Classes in cz.muni.fi.rtc.teacherWorkbench.model that implement Project
 class ProjectImpl