public interface DbObjectsHandler extends DbHandler
int getNumberOfFiles(Connection c, long objectId) throws SQLException
SQLExceptionint getNumberOfFiles(Connection c, long objectId, Boolean published) throws SQLException
SQLExceptionint getNumberOfFiles(Connection c, long objectId, Boolean published, String mimeType) throws SQLException
SQLExceptionDbObject getObject(Connection c, long id) throws SQLException
SQLExceptionDbObject getObject(Connection c, String nr) throws SQLException
SQLExceptionDbObject[] getObjects(Connection c) throws SQLException
SQLExceptionDbObject[] getObjects(Connection c, long[] ids) throws SQLException
SQLExceptionDbObject[] getObjects(Connection c, String[] nrs) throws SQLException
SQLExceptionDbObject[] getObjects(Connection c, DbSearch search) throws SQLException
SQLExceptionDbObject[] getObjectsByKeyword(Connection c, String keyword) throws SQLException
SQLExceptionDbObject[] getObjectsByKeyword(Connection c, String keyword, int limit) throws SQLException
SQLExceptionOpenEstateAction[] getObjectActions(Connection c) throws SQLException
SQLExceptionlong getObjectId(Connection c, String publicId) throws SQLException
SQLExceptionlong[] getObjectIds(Connection c) throws SQLException
SQLExceptionlong[] getObjectIds(Connection c, long contactId) throws SQLException
SQLExceptionlong[] getObjectIds(Connection c, long[] contactIds) throws SQLException
SQLExceptionlong[] getObjectIds(Connection c, DbSearch search) throws SQLException
SQLExceptionOpenEstateType[] getObjectTypes(Connection c) throws SQLException
SQLExceptionvoid loadObjectAttribs(Connection c, DbObject object, DbLanguagesHandler languageHandler) throws SQLException
SQLExceptionvoid loadObjectAttribs(Connection c, DbObject object, Map<Long,String> languages) throws SQLException
SQLExceptionvoid loadObjectAttribs(Connection c, DbObject[] objects, DbLanguagesHandler languageHandler) throws SQLException
SQLExceptionvoid loadObjectAttribs(Connection c, DbObject[] objects, Map<Long,String> languages) throws SQLException
SQLExceptionvoid loadObjectGeoDbAreas(Connection c, DbObject object, DbGeoHandler geoHandler) throws SQLException
SQLExceptionvoid loadObjectGeoDbAreas(Connection c, DbObject[] objects, DbGeoHandler geoHandler) throws SQLException
SQLExceptionvoid loadObjectTranslations(Connection c, DbObject object, DbLanguagesHandler languageHandler) throws SQLException
SQLExceptionvoid loadObjectTranslations(Connection c, DbObject object, Map<Long,String> languages) throws SQLException
SQLExceptionvoid loadObjectTranslations(Connection c, DbObject[] objects, DbLanguagesHandler languageHandler) throws SQLException
SQLExceptionvoid loadObjectTranslations(Connection c, DbObject[] objects, Map<Long,String> languages) throws SQLException
SQLExceptionvoid removeObject(Connection c, long id) throws SQLException
SQLExceptionvoid removeObjects(Connection c, long[] ids) throws SQLException
SQLExceptionvoid saveObject(Connection c, DbObject object) throws SQLException
SQLExceptionvoid saveObject(Connection c, DbObject object, DbLanguagesHandler languageHandler, boolean saveTranslations, boolean saveAttributes) throws SQLException
SQLExceptionvoid saveObject(Connection c, DbObject object, Map<Long,String> languages, boolean saveTranslations, boolean saveAttributes) throws SQLException
SQLExceptionvoid setObjectContactId(Connection c, long objectId, long contactId) throws SQLException
SQLExceptionvoid setObjectContactId(Connection c, long[] objectIds, long contactId) throws SQLException
SQLExceptionCopyright © 2019 OpenEstate. All rights reserved.