|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractErrorLogData | |
---|---|
pl.edu.agh.cast.importer.base.converter | Provides CAST Importer base classes used for the data conversion during the import process. |
pl.edu.agh.cast.importer.base.logging | Provides CAST Importer base classes for the import process logging purposes. |
pl.edu.agh.cast.importer.base.stat | Provides CAST Importer base classes, which are responsible for error handling of input data during the import process. |
pl.edu.agh.cast.importer.wizard.page | Provides CAST Importer wizard's user classes for the import wizard pages and their main composites. |
Uses of AbstractErrorLogData in pl.edu.agh.cast.importer.base.converter |
---|
Methods in pl.edu.agh.cast.importer.base.converter with parameters of type AbstractErrorLogData | |
---|---|
protected void |
AbstractImportConverter.notifyLoggers(List<IImportLogger> loggers,
AbstractErrorLogData error)
|
Uses of AbstractErrorLogData in pl.edu.agh.cast.importer.base.logging |
---|
Methods in pl.edu.agh.cast.importer.base.logging with parameters of type AbstractErrorLogData | |
---|---|
protected String |
AbstractImportLogger.createErrorMsg(AbstractErrorLogData error)
Creates the error message for the specified error, which may later be inserted into an import logger. |
void |
FileImportLogger.notifyError(AbstractErrorLogData error)
Notifies when an error occurs. |
void |
IImportLogger.notifyError(AbstractErrorLogData error)
Notifies when an error occurs. |
void |
CompositeImportLogger.notifyError(AbstractErrorLogData error)
Notifies when an error occurs. |
Uses of AbstractErrorLogData in pl.edu.agh.cast.importer.base.stat |
---|
Subclasses of AbstractErrorLogData in pl.edu.agh.cast.importer.base.stat | |
---|---|
class |
DataRowErrorLogData
Representation of error log data for a specified data row. |
class |
TabularDataErrorLogData
Representation of error log data for a specified tabular data. |
class |
TokenErrorLogData
Representation of error log data for a specified token in a specified row. |
Methods in pl.edu.agh.cast.importer.base.stat that return types with arguments of type AbstractErrorLogData | |
---|---|
List<AbstractErrorLogData> |
ErrorsLog.allValues()
Retrieves all error log data held within the errors log, regardless of the keys (row numbers) they are associated with. |
List<AbstractErrorLogData> |
ErrorsLog.append(Integer key,
AbstractErrorLogData value)
Associates the specified error value with the specified key (row number) in this map. |
List<AbstractErrorLogData> |
ErrorsLog.append(Integer key,
List<AbstractErrorLogData> values)
Associates the specified error values with the specified key (row number) in this map. |
List<AbstractErrorLogData> |
ErrorsLog.getErrorsByType(ErrorType type)
Retrieves errors that are of specified error type. |
Map<Integer,List<AbstractErrorLogData>> |
ErrorsLog.redoOperation()
Redoes row index to errors map removal operation by removing again the map that had previously been removed and restored with use of an undo operation. |
List<AbstractErrorLogData> |
ErrorsLog.remove(Object obj)
|
Map<Integer,List<AbstractErrorLogData>> |
ErrorsLog.undoOperation()
Undoes row index to errors map removal operation by restoring the row index to errors map, which was removed last. |
Methods in pl.edu.agh.cast.importer.base.stat with parameters of type AbstractErrorLogData | |
---|---|
List<AbstractErrorLogData> |
ErrorsLog.append(Integer key,
AbstractErrorLogData value)
Associates the specified error value with the specified key (row number) in this map. |
Method parameters in pl.edu.agh.cast.importer.base.stat with type arguments of type AbstractErrorLogData | |
---|---|
List<AbstractErrorLogData> |
ErrorsLog.append(Integer key,
List<AbstractErrorLogData> values)
Associates the specified error values with the specified key (row number) in this map. |
void |
ErrorsLog.removeErrors(Map<Integer,List<AbstractErrorLogData>> errorsMap)
Delegate method with default ignored flag set to true. |
void |
ErrorsLog.removeErrors(Map<Integer,List<AbstractErrorLogData>> errorsMap,
boolean ignored)
Removes row index to errors map and saves it to an undo cache in order for an undo operation to be available (if the ignored flag is not set), or saves the errors to the ignored errors cache in order for them to be available if the ignored option is turned off. |
Uses of AbstractErrorLogData in pl.edu.agh.cast.importer.wizard.page |
---|
Method parameters in pl.edu.agh.cast.importer.wizard.page with type arguments of type AbstractErrorLogData | |
---|---|
void |
ValidationPage.deleteErrors(List<AbstractErrorLogData> errorsToDelete)
Delegate method. |
void |
ValidationPageComposite.deleteRowsWithErrors(List<AbstractErrorLogData> errorsToDelete)
Removes all rows containing the errors specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |