public abstract class DbCalendarHandlerImpl extends Object implements DbCalendarHandler
| Constructor and Description |
|---|
DbCalendarHandlerImpl() |
public final DbCalendarEntry[] getEntries(Connection c) throws SQLException
getEntries in interface DbCalendarHandlerSQLExceptionpublic abstract DbCalendarEntry[] getEntries(Connection c, long[] ids) throws SQLException
getEntries in interface DbCalendarHandlerSQLExceptionpublic abstract DbCalendarEntry[] getEntries(Connection c, long groupId, String[] uids) throws SQLException
getEntries in interface DbCalendarHandlerSQLExceptionpublic abstract DbCalendarEntry[] getEntries(Connection c, net.fortuna.ical4j.model.property.Status[] status, DbCalendarEntry.Type[] types, long[] groupIds) throws SQLException
getEntries in interface DbCalendarHandlerSQLExceptionpublic final DbCalendarEntry[] getEntries(Connection c, String keyword, int limit) throws SQLException
getEntries in interface DbCalendarHandlerSQLExceptionpublic final DbCalendarEntry[] getEntries(Connection c, String keyword, long groupId, int limit) throws SQLException
getEntries in interface DbCalendarHandlerSQLExceptionpublic abstract DbCalendarEntry[] getEntries(Connection c, String keyword, long[] groupIds, int limit) throws SQLException
getEntries in interface DbCalendarHandlerSQLExceptionpublic final DbCalendarEntry getEntry(Connection c, long id) throws SQLException
getEntry in interface DbCalendarHandlerSQLExceptionpublic final DbCalendarEntry getEntry(Connection c, long groupId, String uid) throws SQLException
getEntry in interface DbCalendarHandlerSQLExceptionpublic final long[] getEntryIds(Connection c) throws SQLException
getEntryIds in interface DbCalendarHandlerSQLExceptionpublic abstract long[] getEntryIds(Connection c, long[] groupIds) throws SQLException
getEntryIds in interface DbCalendarHandlerSQLExceptionpublic final DbCalendarGroup getGroup(Connection c, long id) throws SQLException
getGroup in interface DbCalendarHandlerSQLExceptionpublic final DbCalendarGroup[] getGroups(Connection c) throws SQLException
getGroups in interface DbCalendarHandlerSQLExceptionpublic abstract DbCalendarGroup[] getGroups(Connection c, long[] ids) throws SQLException
getGroups in interface DbCalendarHandlerSQLExceptionpublic final DbCalendarEntry[] getGroupEntries(Connection c, long groupId) throws SQLException
getGroupEntries in interface DbCalendarHandlerSQLExceptionpublic final DbCalendarEntry[] getGroupEntries(Connection c, long[] groupIds) throws SQLException
getGroupEntries in interface DbCalendarHandlerSQLExceptionpublic abstract long[] getGroupIds(Connection c) throws SQLException
getGroupIds in interface DbCalendarHandlerSQLExceptionpublic final void removeEntry(Connection c, long id) throws SQLException
removeEntry in interface DbCalendarHandlerSQLExceptionpublic abstract void removeEntries(Connection c, long[] ids) throws SQLException
removeEntries in interface DbCalendarHandlerSQLExceptionpublic final void removeGroup(Connection c, long id) throws SQLException
removeGroup in interface DbCalendarHandlerSQLExceptionpublic abstract void removeGroups(Connection c, long[] ids) throws SQLException
removeGroups in interface DbCalendarHandlerSQLExceptionpublic abstract void saveEntry(Connection c, DbCalendarEntry entry) throws SQLException
saveEntry in interface DbCalendarHandlerSQLExceptionpublic abstract void saveGroup(Connection c, DbCalendarGroup group) throws SQLException
saveGroup in interface DbCalendarHandlerSQLExceptionCopyright © 2015 OpenEstate. All rights reserved.