Uses of Interface
org.jasig.portlet.contacts.model.Contact

Packages that use Contact
org.jasig.portlet.contacts.adapters   
org.jasig.portlet.contacts.adapters.impl   
org.jasig.portlet.contacts.adapters.impl.ldap   
org.jasig.portlet.contacts.adapters.impl.xml   
org.jasig.portlet.contacts.decorators   
org.jasig.portlet.contacts.decorators.impl   
org.jasig.portlet.contacts.domains   
org.jasig.portlet.contacts.domains.impl   
org.jasig.portlet.contacts.model.impl   
org.jasig.portlet.contacts.model.util   
 

Uses of Contact in org.jasig.portlet.contacts.adapters
 

Methods in org.jasig.portlet.contacts.adapters that return Contact
 Contact PushAdapter.getByURN(String URN)
           
 Contact SearchAdapter.getByURN(String URN)
           
 

Methods in org.jasig.portlet.contacts.adapters with parameters of type Contact
 boolean RemoveAdapter.delete(Contact contact)
           
 boolean PersistAdapter.save(Contact contact)
           
 

Uses of Contact in org.jasig.portlet.contacts.adapters.impl
 

Methods in org.jasig.portlet.contacts.adapters.impl that return Contact
 Contact PushSearchAdapter.getByURN(String URN)
           
 Contact AbstractPushAdapter.getByURN(String URN)
           
 

Uses of Contact in org.jasig.portlet.contacts.adapters.impl.ldap
 

Methods in org.jasig.portlet.contacts.adapters.impl.ldap that return Contact
 Contact LdapSearchAdapter.getByURN(String urn)
           
 

Uses of Contact in org.jasig.portlet.contacts.adapters.impl.xml
 

Methods in org.jasig.portlet.contacts.adapters.impl.xml that return Contact
 Contact XMLContactAdapter.getByURN(String URN)
           
 

Uses of Contact in org.jasig.portlet.contacts.decorators
 

Methods in org.jasig.portlet.contacts.decorators with parameters of type Contact
 void ContactDecorator.decorate(Contact contact)
           
 

Uses of Contact in org.jasig.portlet.contacts.decorators.impl
 

Methods in org.jasig.portlet.contacts.decorators.impl with parameters of type Contact
 void PassThroughContactDecorator.decorate(Contact contact)
           
 void AgregateContactDecorator.decorate(Contact contact)
           
 

Uses of Contact in org.jasig.portlet.contacts.domains
 

Methods in org.jasig.portlet.contacts.domains that return Contact
 Contact ContactDomain.getContact(String URN)
           
 

Methods in org.jasig.portlet.contacts.domains with parameters of type Contact
 boolean ContactDomain.delete(Contact contact)
           
 boolean ContactDomain.save(Contact contact)
           
 

Uses of Contact in org.jasig.portlet.contacts.domains.impl
 

Methods in org.jasig.portlet.contacts.domains.impl that return Contact
 Contact GenericContactDomain.getContact(String URN)
           
 

Methods in org.jasig.portlet.contacts.domains.impl with parameters of type Contact
 boolean GenericContactDomain.delete(Contact contact)
           
 boolean GenericContactDomain.save(Contact contact)
           
 

Uses of Contact in org.jasig.portlet.contacts.model.impl
 

Classes in org.jasig.portlet.contacts.model.impl that implement Contact
 class ContactPojo
           
 

Uses of Contact in org.jasig.portlet.contacts.model.util
 

Methods in org.jasig.portlet.contacts.model.util with parameters of type Contact
 int ContactComparator.compare(Contact t, Contact t1)
           
 void ContactMapper.mapFromContact(Contact contact, T userObj)
           
 void ContactMapper.mapToContact(T userObj, Contact contact)
           
 



Copyright © 2013 Jasig. All Rights Reserved.