116117118119120121122
return ((MobilityApplicationProcess) bean.getCandidacyProcess()).getDegreesAssociatedToTeacherAsCoordinator(teacher); } @Override public Converter getConverter() { return new DomainObjectKeyConverter(); }
505506507508509510511
static public class PhdRegistrationFormalizationRegistrations implements DataProvider { @Override public Converter getConverter() { return new DomainObjectKeyConverter(); }
225226227228229230231
static public class ExistingPhdParticipantsEvenInPhdThesisProcess implements DataProvider { @Override public Converter getConverter() { return new DomainObjectKeyConverter(); }
82838485868788
return false; } @Override public Converter getConverter() { return new DomainObjectKeyConverter(); }
113114115116117118119
return chooseDegreeBean.getCurricularCoursesForChosenDegree(); } @Override public Converter getConverter() { return new DomainObjectKeyConverter(); }
32333435363738
public class CountriesForVacanciesProvider implements DataProvider { @Override public Converter getConverter() { return new DomainObjectKeyConverter(); }
382383384385386387388
public static class MobilityApplicationsMobilityProgramsProvider implements DataProvider { @Override public Converter getConverter() { return new DomainObjectKeyConverter(); }
33343536373839
public class ErasmusUniversityProvider implements DataProvider { @Override public Converter getConverter() { return new DomainObjectKeyConverter(); }
public class PhdProgramsAssociatedToCoordinator implements DataProvider { @Override public Converter getConverter() { return new DomainObjectKeyConverter(); }