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