if (name != null) {
addBlueprintTaskLauncher.launch(userKey.getId(), name, itemID, me, pe, attachedCharacterID, sharingLevel);
} else if (typeID != null) {
addBlueprintTaskLauncher.launch(userKey.getId(), typeID, itemID, me, pe, attachedCharacterID, sharingLevel);
} else {
throw new CsvImportException("noNameAndTypeID");
}
}
}