Uses of Class
cz.muni.fi.rtc.teacherWorkbench.importer.exceptions.ImporterException

Packages that use ImporterException
cz.muni.fi.rtc.teacherWorkbench.importer   
cz.muni.fi.rtc.teacherWorkbench.importer.exceptions   
 

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

Methods in cz.muni.fi.rtc.teacherWorkbench.importer that throw ImporterException
static com.novell.ldap.LDAPConnection Utils.establishLdapConnection(ImporterConfiguration configuration)
          Returns LDAP connection.
static com.ibm.team.repository.client.ITeamRepository Utils.establishRepositoryConnection(ImporterConfiguration configuration)
          Connects to RTC repository (if not already connected)
 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)
 void PeopleImporter.importUsers(java.util.Collection<ImportedPerson> users)
          Inserts the users to the LDAP database and creates their account in RTC assigning them default licence.
 void Mailer.sendEmailAnnouncement(java.lang.String subject, java.lang.String body, java.util.Collection<ImportedPerson> receivers)
          Sends email to all receivers.
 

Constructors in cz.muni.fi.rtc.teacherWorkbench.importer that throw ImporterException
PeopleImporter(ImporterConfiguration conf)
          Constructs new Importer using the configuration passed as argument
ProjectImporter(ImporterConfiguration conf)
          Constructor.
 

Uses of ImporterException in cz.muni.fi.rtc.teacherWorkbench.importer.exceptions
 

Subclasses of ImporterException in cz.muni.fi.rtc.teacherWorkbench.importer.exceptions
 class ConfigurationException