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 voidcleanup()FilegetObjectFile(long objectId)FilegetPoolFolder()booleanisObjectModifiedSinceLastExport(long objectId, Date lastExport)EstateImpllookupObject(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:
IOExceptionorg.dom4j.DocumentExceptionSQLException
-
-