org.jasig.services.persondir.support
Class EchoPersonAttributeDaoImpl
java.lang.Object
org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao
org.jasig.services.persondir.support.EchoPersonAttributeDaoImpl
- All Implemented Interfaces:
- IPersonAttributeDao
public class EchoPersonAttributeDaoImpl
- extends AbstractDefaultAttributePersonAttributeDao
Simply returns the seed it is passed.
- Since:
- uPortal 2.5
- Version:
- $Revision: 2871 $ $Date: 2006-12-08 13:41:33 -0600 (Fri, 08 Dec 2006) $
- Author:
- Eric Dalquist edalquist@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoPersonAttributeDaoImpl
public EchoPersonAttributeDaoImpl()
getUserAttributes
public Map getUserAttributes(Map seed)
- Returns a duplicate of the seed it is passed.
- Parameters:
seed - immutable Map of attributes to values to seed the query
- Returns:
- a Map equal to but not the same reference as the seed.
- See Also:
org.jasig.portal.services.persondir.IPersonAttributeDao#getUserAttributes(java.util.Map)
getPossibleUserAttributeNames
public Set getPossibleUserAttributeNames()
- Possible attributes are unknown; will always return
null.
- Returns:
- null
- See Also:
org.jasig.portal.services.persondir.IPersonAttributeDao#getPossibleUserAttributeNames()
Copyright © 1998-2007 Java Architectures Special Interest Group. All Rights Reserved.