de.janrufmonitor.repository.types
Interface IIdentifyCallerRepository

All Known Implementing Classes:
AbstractDatabaseCallerManager, AbstractReadOnlyCallerManager, AbstractReadOnlyDatabaseCallerManager, AbstractReadWriteCallerManager, AbstractWebCallerManager

public interface IIdentifyCallerRepository

This type is used for identification repositories.

Author:
brandt

Method Summary
 ICaller getCaller(IPhonenumber number)
          Gets a caller object from a repository by the specified phone number object.
 

Method Detail

getCaller

ICaller getCaller(IPhonenumber number)
                  throws CallerNotFoundException
Gets a caller object from a repository by the specified phone number object.

Parameters:
number - number of the requested caller object.
Returns:
caller object from a repository
Throws:
CallerNotFoundException - is thrown if a caller with specified phone number is not found.


Copyright © 2010 by Thilo Brandt. All Rights Reserved.