public class ImporterForeignerListener extends ItemImporterListener
| Modifier and Type | Field and Description |
|---|---|
protected EntityDao |
entityDao |
protected Map<String,Map<String,Object>> |
foreigersMap |
importer| Constructor and Description |
|---|
ImporterForeignerListener(EntityDao entityDao)
Constructor for ImporterForeignerListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addForeigerKey(String key)
addForeigerKey.
|
void |
onItemFinish(TransferResult tr)
结束转换单个项目
|
void |
onStart(TransferResult tr)
开始转换
|
onFinish, onItemStart, setTransferprotected EntityDao entityDao
public void onStart(TransferResult tr)
onStart in interface TransferListeneronStart in class ItemImporterListenertr - a TransferResult object.public void onItemFinish(TransferResult tr)
onItemFinish in interface TransferListeneronItemFinish in class ItemImporterListenertr - a TransferResult object.Copyright © 2005–2018 The Beangle Software. All rights reserved.