org.jasig.portlet.contacts.adapters.impl
Class AbstractSearchAdapter
java.lang.Object
org.jasig.portlet.contacts.adapters.impl.AbstractContactAdapter
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
searchFilterAttribute
protected String searchFilterAttribute
filters
protected Map<String,Object> filters
AbstractSearchAdapter
public AbstractSearchAdapter()
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 © 2012 Jasig. All Rights Reserved.