org.jasig.services.persondir.support
Class EchoPersonAttributeDaoImpl

java.lang.Object
  extended by org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao
      extended by 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

Field Summary
 
Fields inherited from class org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao
logger
 
Constructor Summary
EchoPersonAttributeDaoImpl()
           
 
Method Summary
 Set getPossibleUserAttributeNames()
          Possible attributes are unknown; will always return null.
 Map getUserAttributes(Map seed)
          Returns a duplicate of the seed it is passed.
 
Methods inherited from class org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao
getDefaultAttributeName, getUserAttributes, setDefaultAttributeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoPersonAttributeDaoImpl

public EchoPersonAttributeDaoImpl()
Method Detail

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.