Uses of Interface
core.IStudentDataPersistentStorageService
Packages that use IStudentDataPersistentStorageService
-
Uses of IStudentDataPersistentStorageService in core
Classes in core that implement IStudentDataPersistentStorageServiceModifier and TypeClassDescriptionclass
Klasa przechowywania danych studenta w systemie plików.Methods in core with parameters of type IStudentDataPersistentStorageServiceModifier and TypeMethodDescriptionvoid
IStudentDataService.load
(IStudentDataPersistentStorageService reader) Ładuje dane studentów.void
StudentDataService.load
(IStudentDataPersistentStorageService preservationService) Ładuje dane studentów z serwisu danych trwałych.void
IStudentDataService.save
(IStudentDataPersistentStorageService storageService) Zapisuje dane studentów.void
StudentDataService.save
(IStudentDataPersistentStorageService preservationService) Zapisuje dane studentów w serwisie danych trwałych.