org.jasig.portlet.contacts.adapters
Interface ContactAdapter

All Known Subinterfaces:
PersistAdapter, PushAdapter, RemoveAdapter, SearchAdapter
All Known Implementing Classes:
AbstractContactAdapter, AbstractPersistAdapter, AbstractPushAdapter, AbstractSearchAdapter, LdapSearchAdapter, PushSearchAdapter, XMLContactAdapter

public interface ContactAdapter

Author:
mfgsscw2

Method Summary
 ContactContext getContext()
           
 void setContext(ContactContext context)
           
 

Method Detail

setContext

void setContext(ContactContext context)
                throws MissingContextException
Throws:
MissingContextException

getContext

ContactContext getContext()
                          throws MissingContextException
Throws:
MissingContextException


Copyright © 2012 Jasig. All Rights Reserved.