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

java.lang.Object
  extended by 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

Constructor Summary
AbstractContactAdapter()
           
 
Method Summary
 ContactContext getContext()
           
protected abstract  String[] requiredAttributes()
           
 void setContext(ContactContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractContactAdapter

public AbstractContactAdapter()
Method Detail

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.