Class SetImportStatus
java.lang.Object
org.deltava.dao.file.DAO
org.deltava.dao.file.WriteableDAO
org.deltava.dao.file.WriteBuffer
org.deltava.dao.file.SetImportStatus
A Data Access Object to save raw schedule import status.
- Since:
- 1.0
- Version:
- 9.0
- Author:
- Luke
-
Field Summary
Fields inherited from class org.deltava.dao.file.WriteBuffer
_f
Fields inherited from class org.deltava.dao.file.WriteableDAO
_os
-
Constructor Summary
ConstructorsConstructorDescriptionSetImportStatus
(String path, String name) Initializes the Data Access Object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(ImportStatus st) Saves the raw schedule download status.Methods inherited from class org.deltava.dao.file.WriteBuffer
write
Methods inherited from class org.deltava.dao.file.DAO
getReader, getStream, setBufferSize
-
Constructor Details
-
SetImportStatus
-
-
Method Details
-
write
Saves the raw schedule download status.- Parameters:
st
- an ImportStatus bean- Throws:
DAOException
- if an I/O error occurs
-