Uses of Class
core.StudentData
Packages that use StudentData
Package
Description
Biblioteka programistyczna dla programu StudentsDataManager.
Pakiet klas zawierający GUI aplikacji.
-
Uses of StudentData in core
Methods in core that return StudentDataModifier and TypeMethodDescriptionPobiera dane studenta na podstawie numeru albumu.Pobiera dane studenta na podstawie numeru albumu.Methods in core that return types with arguments of type StudentDataModifier and TypeMethodDescriptionIStudentDataService.getAll()
StudentDataService.getAll()
IStudentDataPersistentStorageService.load()
StudentDataPersistentStorageService.load()
Metoda ładująca dane studentów z pliku wyszczególnionego w konstruktorze.Methods in core with parameters of type StudentDataModifier and TypeMethodDescriptionvoid
IStudentDataService.add
(StudentData studentData) Dodaje dane studenta.void
StudentDataService.add
(StudentData studentData) Dodaje dane studenta.IStudentDataValidator.getMessages
(StudentData studentData) Zwraca informacje na temat problemów z obiektem danych studenta.StudentDataValidator.getMessages
(StudentData studentData) Zwraca informacje na temat nieprawidłowości w danych studenta.void
StudentData.set
(StudentData studentData) Przypisuje wszystkie wartości z obiektu poza numerem albumu.void
IStudentDataService.update
(StudentData studentData) Aktualizuje dane studenta o danym numerze albumu.void
StudentDataService.update
(StudentData studentData) Aktualizuje dane studenta o danym numerze albumu.boolean
IStudentDataService.validate
(StudentData studentData) Waliduje dane studenta.boolean
IStudentDataValidator.validate
(StudentData studentData) Waliduje dane studenta.boolean
StudentDataService.validate
(StudentData studentData) Waliduje dane studenta.boolean
StudentDataValidator.validate
(StudentData studentData) Waliduje dane studenta.Method parameters in core with type arguments of type StudentDataModifier and TypeMethodDescriptionvoid
IStudentDataPersistentStorageService.save
(Collection<StudentData> studentData) void
StudentDataPersistentStorageService.save
(Collection<StudentData> studentData) Metoda zapisująca dane do pliku wyszczególnionego w konstruktorze.Constructors in core with parameters of type StudentDataModifierConstructorDescriptionStudentData
(StudentData studentData) Konstruktor klonujący dane studenta. -
Uses of StudentData in gui
Method parameters in gui with type arguments of type StudentDataModifier and TypeMethodDescriptionstatic Object[][]
StudentDataConverter.convertToViewModelData
(Collection<StudentData> studentDataCollection) Metoda konwertująca obiektyStudentData
to tablicy dwuwymiarowej.