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