de.janrufmonitor.repository.db
Interface ICallDatabaseHandler

All Superinterfaces:
IDatabaseHandler
All Known Implementing Classes:
AbstractCallDatabaseHandler, HsqldbCallDatabaseHandler

public interface ICallDatabaseHandler
extends IDatabaseHandler


Method Summary
 void deleteCallList(ICallList cl)
           
 int getCallCount(IFilter[] filters)
           
 ICallList getCallList(IFilter[] filters)
           
 ICallList getCallList(IFilter[] filters, int count, int offset)
           
 void setCallList(ICallList cl)
           
 void updateCallList(ICallList cl)
           
 
Methods inherited from interface de.janrufmonitor.repository.db.IDatabaseHandler
commit, connect, disconnect, isConnected, isKeepAlive, rollback, setCommitCount, setKeepAlive
 

Method Detail

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.