org.jasig.portlet.contacts.adapters.impl
Class AbstractContactAdapter
java.lang.Object
org.jasig.portlet.contacts.adapters.impl.AbstractContactAdapter
- All Implemented Interfaces:
- ContactAdapter
- Direct Known Subclasses:
- AbstractPersistAdapter, AbstractPushAdapter, AbstractSearchAdapter, XMLContactAdapter
public abstract class AbstractContactAdapter
- extends Object
- implements ContactAdapter
- Author:
- Chris White
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractContactAdapter
public AbstractContactAdapter()
requiredAttributes
protected abstract String[] requiredAttributes()
getContext
public ContactContext getContext()
throws MissingContextException
- Specified by:
getContext in interface ContactAdapter
- Throws:
MissingContextException
setContext
@Autowired
public void setContext(ContactContext context)
- Specified by:
setContext in interface ContactAdapter
Copyright © 2013 Jasig. All Rights Reserved.