de.janrufmonitor.repository.db
Interface ICallerDatabaseHandler
- All Superinterfaces:
- IDatabaseHandler
- All Known Implementing Classes:
- AbstractCallerDatabaseHandler, AbstractMultiPhoneCallerDatabaseHandler, HsqldbCallerDatabaseHandler, HsqldbMultiPhoneCallerDatabaseHandler
public interface ICallerDatabaseHandler
- extends IDatabaseHandler
insertOrUpdateCallerList
void insertOrUpdateCallerList(ICallerList cl)
throws SQLException
- Throws:
SQLException
deleteCallerList
void deleteCallerList(ICallerList cl)
throws SQLException
- Throws:
SQLException
existsCaller
boolean existsCaller(ICaller c)
throws SQLException
- Throws:
SQLException
getCaller
ICaller getCaller(IPhonenumber pn)
throws SQLException
- Throws:
SQLException
getCallerList
ICallerList getCallerList(IFilter[] filters)
throws SQLException
- Throws:
SQLException
Copyright © 2010 by Thilo Brandt. All Rights Reserved.