Class ExportsUtil
java.lang.Object
cz.cuni.kubinja.hospitalsystem.util.ExportsUtil
Contains contains connected with exporting data into files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringLocation of the file where will be exported appointment datastatic StringLocation of the file where will be exported doctor datastatic StringLocation of the exports directorystatic StringLocation of the file where will be exported patients datastatic StringException message which denotes that while exporting was unsuccessfully created export directory -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetExportFileName(String name) Returns name of the file with export date prefix.
-
Field Details
-
exportDirectoryDestination
Location of the exports directory -
patientExportDestination
Location of the file where will be exported patients data -
doctorExportDestination
Location of the file where will be exported doctor data -
appointmentExportDestination
Location of the file where will be exported appointment data -
unableToPrepareExportsDirectoryErrMsg
Exception message which denotes that while exporting was unsuccessfully created export directory
-
-
Method Details
-
getExportFileName
-