public interface DbCalendarHandler
DbCalendarEntry[] getEntries(Connection c) throws SQLException
SQLExceptionDbCalendarEntry[] getEntries(Connection c, long[] ids) throws SQLException
SQLExceptionDbCalendarEntry[] getEntries(Connection c, long groupId, String[] uids) throws SQLException
SQLExceptionDbCalendarEntry[] getEntries(Connection c, net.fortuna.ical4j.model.property.Status[] status, DbCalendarEntry.Type[] types, long[] groupIds) throws SQLException
SQLExceptionDbCalendarEntry[] getEntries(Connection c, String keyword, int limit) throws SQLException
SQLExceptionDbCalendarEntry[] getEntries(Connection c, String keyword, long groupId, int limit) throws SQLException
SQLExceptionDbCalendarEntry[] getEntries(Connection c, String keyword, long[] groupIds, int limit) throws SQLException
SQLExceptionDbCalendarEntry getEntry(Connection c, long id) throws SQLException
SQLExceptionDbCalendarEntry getEntry(Connection c, long groupId, String uid) throws SQLException
SQLExceptionlong[] getEntryIds(Connection c) throws SQLException
SQLExceptionlong[] getEntryIds(Connection c, long[] groupIds) throws SQLException
SQLExceptionDbCalendarGroup getGroup(Connection c, long id) throws SQLException
SQLExceptionDbCalendarGroup[] getGroups(Connection c) throws SQLException
SQLExceptionDbCalendarGroup[] getGroups(Connection c, long[] ids) throws SQLException
SQLExceptionDbCalendarEntry[] getGroupEntries(Connection c, long groupId) throws SQLException
SQLExceptionDbCalendarEntry[] getGroupEntries(Connection c, long[] groupIds) throws SQLException
SQLExceptionlong[] getGroupIds(Connection c) throws SQLException
SQLExceptionvoid removeEntry(Connection c, long id) throws SQLException
SQLExceptionvoid removeEntries(Connection c, long[] ids) throws SQLException
SQLExceptionvoid removeGroup(Connection c, long id) throws SQLException
SQLExceptionvoid removeGroups(Connection c, long[] ids) throws SQLException
SQLExceptionvoid saveEntry(Connection c, DbCalendarEntry entry) throws SQLException
SQLExceptionvoid saveGroup(Connection c, DbCalendarGroup group) throws SQLException
SQLExceptionCopyright © 2015 OpenEstate. All rights reserved.