Uses of Class
ag.smaser.trip.cfw.ImportItem
-
-
Uses of ImportItem in ag.smaser.trip.cfw
Methods in ag.smaser.trip.cfw that return ImportItem Modifier and Type Method Description abstract ImportItem
ImportConnector. firstItem(java.lang.Object dsref)
Retrieve the first item from the data source.abstract ImportItem
ImportConnector. nextItem(java.lang.Object dsref)
Retrieve the next item from the data source.Methods in ag.smaser.trip.cfw with parameters of type ImportItem Modifier and Type Method Description abstract ChangeType
ImportConnector. checkItem(java.lang.Object dsref, ImportItem item)
Check if an item is in need of update.abstract int
ImportConnector. loadItem(java.lang.Object dsref, ImportItem item)
Load all the data for an item.
-