de.janrufmonitor.repository.db
Interface ICallDatabaseHandler
- All Superinterfaces:
- IDatabaseHandler
- All Known Implementing Classes:
- AbstractCallDatabaseHandler, HsqldbCallDatabaseHandler
public interface ICallDatabaseHandler
- extends IDatabaseHandler
setCallList
void setCallList(ICallList cl)
throws SQLException
- Throws:
SQLException
updateCallList
void updateCallList(ICallList cl)
throws SQLException
- Throws:
SQLException
deleteCallList
void deleteCallList(ICallList cl)
throws SQLException
- Throws:
SQLException
getCallList
ICallList getCallList(IFilter[] filters)
throws SQLException
- Throws:
SQLException
getCallList
ICallList getCallList(IFilter[] filters,
int count,
int offset)
throws SQLException
- Throws:
SQLException
getCallCount
int getCallCount(IFilter[] filters)
throws SQLException
- Throws:
SQLException
Copyright © 2010 by Thilo Brandt. All Rights Reserved.