de.janrufmonitor.repository.types
Interface IReadCallerRepository

All Known Implementing Classes:
AbstractDatabaseCallerManager, AbstractReadWriteCallerManager

public interface IReadCallerRepository

This type is used for repositories which allow read access to their caller information.

Author:
brandt

Method Summary
 ICallerList getCallers(IFilter filter)
          Gets a list with all callers of a repository filtered by the specified filter implementation.
 ICallerList getCallers(IFilter[] filters)
          Gets a list with all callers of a repository filtered by the specified filter array.
 

Method Detail

getCallers

ICallerList getCallers(IFilter filter)
Gets a list with all callers of a repository filtered by the specified filter implementation.

Parameters:
f - a valid filter object
Returns:
list with calls

getCallers

ICallerList getCallers(IFilter[] filters)
Gets a list with all callers of a repository filtered by the specified filter array. The order of the filtering is done by the order of the array object.

Parameters:
f - a valid filter array. Array elements must not be null.
Returns:
list with calls


Copyright © 2010 by Thilo Brandt. All Rights Reserved.