Class AgencyExportPool
- java.lang.Object
-
- com.openindex.openestate.tool.agency.AgencyExportPool
-
public class AgencyExportPool extends Object
AgencyExportPool.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description AgencyExportPool(File poolFolder, DbAgencyExtension dbExtension)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanup()
File
getObjectFile(long objectId)
File
getPoolFolder()
boolean
isObjectModifiedSinceLastExport(long objectId, Date lastExport)
EstateImpl
lookupObject(long objectId, Connection c, Map<Long,String> languageMap, Map<Long,DbGeo> geoDbMap)
-
-
-
Constructor Detail
-
AgencyExportPool
public AgencyExportPool(File poolFolder, DbAgencyExtension dbExtension)
-
-
Method Detail
-
cleanup
public void cleanup()
-
getObjectFile
public File getObjectFile(long objectId)
-
getPoolFolder
public File getPoolFolder()
-
isObjectModifiedSinceLastExport
public boolean isObjectModifiedSinceLastExport(long objectId, Date lastExport)
-
lookupObject
public EstateImpl lookupObject(long objectId, Connection c, Map<Long,String> languageMap, Map<Long,DbGeo> geoDbMap) throws IOException, org.dom4j.DocumentException, SQLException
- Throws:
IOException
org.dom4j.DocumentException
SQLException
-
-