|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataPortDelegate
Interface for callback and delegate methods allowing implementing classes to control various aspects of data porting via DataPort. DataPort instance will invoke appropriate delegate methods during different stages of porting process.
Method Summary | |
---|---|
void |
didCleanData(DataPort portTool,
DbEntity entity,
int rowCount)
Invoked by DataPort right after the end of data cleanup for a given entity. |
void |
didPortEntity(DataPort portTool,
DbEntity entity,
int rowCount)
Invoked by DataPort right after the end of data port for a given entity. |
Query |
willCleanData(DataPort portTool,
DbEntity entity,
Query query)
Invoked by DataPort right before the start of data cleanup for a given entity. |
java.util.List |
willCleanData(DataPort portTool,
java.util.List entities)
Allows delegate to sort or otherwise alter a list of DbEntities right before data cleanup starts. |
java.util.List |
willPortEntities(DataPort portTool,
java.util.List entities)
Allows delegate to sort or otherwise alter a list of DbEntities right before the port starts. |
Query |
willPortEntity(DataPort portTool,
DbEntity entity,
Query query)
Invoked by DataPort right before the start of data port for a given entity. |
Method Detail |
---|
java.util.List willPortEntities(DataPort portTool, java.util.List entities)
Query willPortEntity(DataPort portTool, DbEntity entity, Query query)
void didPortEntity(DataPort portTool, DbEntity entity, int rowCount)
java.util.List willCleanData(DataPort portTool, java.util.List entities)
Query willCleanData(DataPort portTool, DbEntity entity, Query query)
void didCleanData(DataPort portTool, DbEntity entity, int rowCount)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |