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