org.jasig.portlet.contacts.adapters
Interface PushAdapter

All Superinterfaces:
ContactAdapter
All Known Implementing Classes:
AbstractPushAdapter, XMLContactAdapter

public interface PushAdapter
extends ContactAdapter

Author:
Chris White

Method Summary
 Contact getByURN(String URN)
           
 Set<ContactSet> getContacts()
           
 ContactSet getContacts(String id)
           
 Map<String,String> getGroups()
           
 
Methods inherited from interface org.jasig.portlet.contacts.adapters.ContactAdapter
getContext, setContext
 

Method Detail

getContacts

Set<ContactSet> getContacts()

getContacts

ContactSet getContacts(String id)

getByURN

Contact getByURN(String URN)

getGroups

Map<String,String> getGroups()


Copyright © 2013 Jasig. All Rights Reserved.