org.jasig.portlet.contacts.adapters.impl
Class PushSearchAdapter

java.lang.Object
  extended by org.jasig.portlet.contacts.adapters.impl.AbstractContactAdapter
      extended by org.jasig.portlet.contacts.adapters.impl.AbstractSearchAdapter
          extended by org.jasig.portlet.contacts.adapters.impl.PushSearchAdapter
All Implemented Interfaces:
ContactAdapter, SearchAdapter

public class PushSearchAdapter
extends AbstractSearchAdapter

Author:
mfgsscw2

Field Summary
 
Fields inherited from class org.jasig.portlet.contacts.adapters.impl.AbstractSearchAdapter
filters, searchFilterAttribute
 
Constructor Summary
PushSearchAdapter()
           
 
Method Summary
 Contact getByURN(String URN)
           
protected  String[] requiredAttributes()
           
 ContactSet search(String searchText)
           
 ContactSet search(String searchText, String filter)
           
 void setPushAdapter(PushAdapter adapter)
           
 
Methods inherited from class org.jasig.portlet.contacts.adapters.impl.AbstractSearchAdapter
getFilterAttribute, getFilters, setFilterAttribute, setFilters
 
Methods inherited from class org.jasig.portlet.contacts.adapters.impl.AbstractContactAdapter
getContext, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portlet.contacts.adapters.ContactAdapter
getContext, setContext
 

Constructor Detail

PushSearchAdapter

public PushSearchAdapter()
Method Detail

requiredAttributes

protected String[] requiredAttributes()
Specified by:
requiredAttributes in class AbstractContactAdapter

search

public ContactSet search(String searchText)

search

public ContactSet search(String searchText,
                         String filter)

setPushAdapter

public void setPushAdapter(PushAdapter adapter)

getByURN

public Contact getByURN(String URN)


Copyright © 2013 Jasig. All Rights Reserved.