public class CableArticleLoader extends DataLoader<CableArticle>
createRows, createRowsTest, dataRows, deleteRows, deleteRowsTest, report, stopLoad, test, updateRows, updateRowsTest| Constructor and Description |
|---|
CableArticleLoader() |
| Modifier and Type | Method and Description |
|---|---|
LoaderResult<CableArticle> |
load(InputStream stream,
boolean test)
Loads all the records from the stream and processes them.
|
void |
updateRecord(DSRecord record)
Processes the record.
|
getColumnLabel, getErrorMessage, getErrorMessage, load, updateRecordList, validateStringSizepublic LoaderResult<CableArticle> load(InputStream stream, boolean test)
DataLoaderload in class DataLoader<CableArticle>stream - the stream to read data fromtest - if true, only a test whether the load would succeed is performed, and no data is imported to the
database.public void updateRecord(DSRecord record)
DataLoaderupdateRecord in class DataLoader<CableArticle>record - the record to processCopyright © 2025 European Spallation Source. All rights reserved.