public interface DbLinksHandler extends DbHandler
DbLink getLink(Connection c, long id) throws SQLException
SQLExceptionDbLink[] getLinks(Connection c) throws SQLException
SQLExceptionDbLink[] getLinks(Connection c, long[] ids) throws SQLException
SQLExceptionDbLink[] getLinks(Connection c, long objectId, Boolean published, EstateLinkProvider provider) throws SQLException
SQLExceptionlong[] getLinkIds(Connection c) throws SQLException
SQLExceptionlong[] getLinkIds(Connection c, long objectId, Boolean published, EstateLinkProvider provider) throws SQLException
SQLExceptionvoid loadLinkTranslations(Connection c, DbLink link, DbLanguagesHandler languageHandler) throws SQLException
SQLExceptionvoid loadLinkTranslations(Connection c, DbLink link, Map<Long,String> languages) throws SQLException
SQLExceptionvoid loadLinkTranslations(Connection c, DbLink[] links, DbLanguagesHandler languageHandler) throws SQLException
SQLExceptionvoid loadLinkTranslations(Connection c, DbLink[] links, Map<Long,String> languages) throws SQLException
SQLExceptionvoid removeLink(Connection c, long id) throws SQLException
SQLExceptionvoid removeLinks(Connection c, long[] ids) throws SQLException
SQLExceptionvoid saveLink(Connection c, DbLink link) throws SQLException
SQLExceptionvoid saveLink(Connection c, DbLink link, DbLanguagesHandler languageHandler) throws SQLException
SQLExceptionvoid saveLink(Connection c, DbLink link, Map<Long,String> languageMap) throws SQLException
SQLExceptionCopyright © 2019 OpenEstate. All rights reserved.