| Package | Description |
|---|---|
| nl.b3p.playbase |
| Modifier and Type | Method and Description |
|---|---|
static ImportReport.ImportType |
ImportReport.ImportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportReport.ImportType[] |
ImportReport.ImportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ImportReport.ImportType,Set<String>> |
ImportReport.getAllErrors() |
Map<ImportReport.ImportType,String> |
ImportReport.getImportedstring() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportReport.addError(String message,
ImportReport.ImportType type) |
Set<String> |
ImportReport.getErrors(ImportReport.ImportType type) |
int |
ImportReport.getNumberInserted(ImportReport.ImportType type) |
int |
ImportReport.getNumberUpdated(ImportReport.ImportType type) |
int |
ImportReport.getNumErrors(ImportReport.ImportType type) |
void |
ImportReport.increaseInserted(ImportReport.ImportType type) |
void |
ImportReport.increaseUpdated(ImportReport.ImportType type) |
void |
ImportReport.setImportedstring(ImportReport.ImportType type,
String importedstring) |
Copyright © 2018. All rights reserved.