public interface DbAgencyObjectsHandler
extends com.openindex.openestate.impl.db.DbObjectsHandler
Modifier and Type | Method and Description |
---|---|
DbAgencyObject |
getObjectByImportHash(Connection c,
String importHash) |
DbAgencyObject |
getObjectByImportId(Connection c,
String importId) |
long[] |
getObjectIdsForExport(Connection c,
long exportId,
DbAgencySearch search) |
com.openindex.openestate.impl.db.DbObject[] |
getObjects(Connection c,
DbAgencyObject.Status status,
DbAgencyObject.ExportMode exportMode) |
com.openindex.openestate.impl.db.DbObject[] |
getObjectsForExport(Connection c,
long exportId)
Deprecated.
|
void |
loadObjectExportIds(Connection c,
DbAgencyObject object) |
void |
loadObjectExportIds(Connection c,
DbAgencyObject[] object) |
void |
setObjectStatus(Connection c,
long[] objectIds,
DbAgencyObject.Status status) |
void |
setObjectStatus(Connection c,
long objectId,
DbAgencyObject.Status status) |
getObject, getObject, getObjectActions, getObjectId, getObjectIds, getObjectIds, getObjectIds, getObjectIds, getObjectIds, getObjects, getObjects, getObjects, getObjects, getObjectsByKeyword, getObjectsByKeyword, getObjectTypes, loadObjectAttribs, loadObjectAttribs, loadObjectAttribs, loadObjectAttribs, loadObjectGeoDbAreas, loadObjectGeoDbAreas, loadObjectTranslations, loadObjectTranslations, loadObjectTranslations, loadObjectTranslations, removeObject, removeObjects, saveObject, saveObject, saveObject, setObjectContactId, setObjectContactId
DbAgencyObject getObjectByImportHash(Connection c, String importHash) throws SQLException
SQLException
DbAgencyObject getObjectByImportId(Connection c, String importId) throws SQLException
SQLException
long[] getObjectIdsForExport(Connection c, long exportId, DbAgencySearch search) throws SQLException
SQLException
com.openindex.openestate.impl.db.DbObject[] getObjects(Connection c, DbAgencyObject.Status status, DbAgencyObject.ExportMode exportMode) throws SQLException
SQLException
@Deprecated com.openindex.openestate.impl.db.DbObject[] getObjectsForExport(Connection c, long exportId) throws SQLException
SQLException
void loadObjectExportIds(Connection c, DbAgencyObject object) throws SQLException
SQLException
void loadObjectExportIds(Connection c, DbAgencyObject[] object) throws SQLException
SQLException
void setObjectStatus(Connection c, long objectId, DbAgencyObject.Status status) throws SQLException
SQLException
void setObjectStatus(Connection c, long[] objectIds, DbAgencyObject.Status status) throws SQLException
SQLException
Copyright © 2015 OpenEstate. All rights reserved.