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

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

public abstract class AbstractSearchAdapter
extends AbstractContactAdapter
implements SearchAdapter

Author:
mfgsscw2

Field Summary
protected  Map<String,Object> filters
           
protected  String searchFilterAttribute
           
 
Constructor Summary
AbstractSearchAdapter()
           
 
Method Summary
 String getFilterAttribute()
           
 Map<String,Object> getFilters()
           
 void setFilterAttribute(String attribute)
           
 void setFilters(Map<String,Object> filters)
           
 
Methods inherited from class org.jasig.portlet.contacts.adapters.impl.AbstractContactAdapter
getContext, requiredAttributes, 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.SearchAdapter
getByURN, search, search
 
Methods inherited from interface org.jasig.portlet.contacts.adapters.ContactAdapter
getContext, setContext
 

Field Detail

searchFilterAttribute

protected String searchFilterAttribute

filters

protected Map<String,Object> filters
Constructor Detail

AbstractSearchAdapter

public AbstractSearchAdapter()
Method Detail

setFilterAttribute

public void setFilterAttribute(String attribute)
Specified by:
setFilterAttribute in interface SearchAdapter

getFilterAttribute

public String getFilterAttribute()
Specified by:
getFilterAttribute in interface SearchAdapter

setFilters

public void setFilters(Map<String,Object> filters)
Specified by:
setFilters in interface SearchAdapter

getFilters

public Map<String,Object> getFilters()
Specified by:
getFilters in interface SearchAdapter


Copyright © 2013 Jasig. All Rights Reserved.