public abstract class AbstractImport extends Object
Constructor and Description |
---|
AbstractImport() |
Modifier and Type | Method and Description |
---|---|
AgencyImportDialog.AbstractImportTab |
createOptionsTab() |
ImmoToolTask |
createTask(File file,
String version,
AgencyImportTask.Settings settings,
AbstractDbDriver dbDriver,
DbAgencyExtension dbExtension,
DbUser dbUser) |
File |
getAttachedFile(String attachmentName,
File baseDir) |
abstract String[] |
getFileExtensions() |
static AbstractImport |
getImport(String name) |
static Map<String,AbstractImport> |
getImports() |
abstract String |
getName() |
AgencyImportTask.Settings |
getPreferredSettings() |
abstract String |
getTitle() |
abstract String[] |
getVersions() |
boolean |
isImportRemovedObjectsSupported() |
boolean |
isRemovalSupported() |
boolean |
isSingleLanguageFormat() |
abstract com.openindex.openestate.impl.TransferImpl |
parseFile(File file,
String version,
AgencyImportTask.Settings settings) |
abstract String |
validateFile(File file) |
public AgencyImportDialog.AbstractImportTab createOptionsTab()
public ImmoToolTask createTask(File file, String version, AgencyImportTask.Settings settings, AbstractDbDriver dbDriver, DbAgencyExtension dbExtension, DbUser dbUser)
public static AbstractImport getImport(String name)
public static Map<String,AbstractImport> getImports()
public abstract String[] getFileExtensions()
public abstract String getName()
public AgencyImportTask.Settings getPreferredSettings()
public abstract String getTitle()
public abstract String[] getVersions()
public boolean isImportRemovedObjectsSupported()
public boolean isRemovalSupported()
public boolean isSingleLanguageFormat()
public abstract com.openindex.openestate.impl.TransferImpl parseFile(File file, String version, AgencyImportTask.Settings settings) throws IOException
IOException
public abstract String validateFile(File file) throws IOException
IOException
Copyright © 2015 OpenEstate. All rights reserved.