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