public abstract class DbLinksHandlerImpl extends DbHandlerImpl implements DbLinksHandler
| Modifier | Constructor and Description |
|---|---|
protected |
DbLinksHandlerImpl() |
protected |
DbLinksHandlerImpl(String schema) |
getSchema, getSchemaPath, setSchemaprotected DbLinksHandlerImpl()
protected DbLinksHandlerImpl(String schema)
protected DbLink createLink()
public final DbLink getLink(Connection c, long id) throws SQLException
getLink in interface DbLinksHandlerSQLExceptionpublic final DbLink[] getLinks(Connection c) throws SQLException
getLinks in interface DbLinksHandlerSQLExceptionpublic abstract DbLink[] getLinks(Connection c, long[] ids) throws SQLException
getLinks in interface DbLinksHandlerSQLExceptionpublic abstract DbLink[] getLinks(Connection c, long objectId, Boolean published, EstateLinkProvider provider) throws SQLException
getLinks in interface DbLinksHandlerSQLExceptionpublic final long[] getLinkIds(Connection c) throws SQLException
getLinkIds in interface DbLinksHandlerSQLExceptionpublic abstract long[] getLinkIds(Connection c, long objectId, Boolean published, EstateLinkProvider provider) throws SQLException
getLinkIds in interface DbLinksHandlerSQLExceptionpublic final void loadLinkTranslations(Connection c, DbLink link, DbLanguagesHandler languageHandler) throws SQLException
loadLinkTranslations in interface DbLinksHandlerSQLExceptionpublic final void loadLinkTranslations(Connection c, DbLink link, Map<Long,String> languages) throws SQLException
loadLinkTranslations in interface DbLinksHandlerSQLExceptionpublic final void loadLinkTranslations(Connection c, DbLink[] links, DbLanguagesHandler languageHandler) throws SQLException
loadLinkTranslations in interface DbLinksHandlerSQLExceptionpublic abstract void loadLinkTranslations(Connection c, DbLink[] links, Map<Long,String> languages) throws SQLException
loadLinkTranslations in interface DbLinksHandlerSQLExceptionpublic final void removeLink(Connection c, long id) throws SQLException
removeLink in interface DbLinksHandlerSQLExceptionpublic abstract void removeLinks(Connection c, long[] ids) throws SQLException
removeLinks in interface DbLinksHandlerSQLExceptionpublic final void saveLink(Connection c, DbLink link) throws SQLException
saveLink in interface DbLinksHandlerSQLExceptionpublic final void saveLink(Connection c, DbLink link, DbLanguagesHandler languageHandler) throws SQLException
saveLink in interface DbLinksHandlerSQLExceptionpublic abstract void saveLink(Connection c, DbLink link, Map<Long,String> languageMap) throws SQLException
saveLink in interface DbLinksHandlerSQLExceptionCopyright © 2019 OpenEstate. All rights reserved.