org.jasig.services.persondir.support
Class EchoPersonAttributeDaoImpl

java.lang.Object
  extended by org.jasig.services.persondir.support.AbstractFlatteningPersonAttributeDao
      extended by org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao
          extended by org.jasig.services.persondir.support.EchoPersonAttributeDaoImpl
All Implemented Interfaces:
org.jasig.services.persondir.IPersonAttributeDao

public class EchoPersonAttributeDaoImpl
extends AbstractDefaultAttributePersonAttributeDao

Simply returns the seed it is passed.

Since:
uPortal 2.5
Version:
$Revision: 43106 $ $Date: 2008-02-14 11:22:40 -0600 (Thu, 14 Feb 2008) $
Author:
Eric Dalquist

Field Summary
 
Fields inherited from class org.jasig.services.persondir.support.AbstractFlatteningPersonAttributeDao
logger
 
Constructor Summary
EchoPersonAttributeDaoImpl()
           
 
Method Summary
 Map<String,List<Object>> getMultivaluedUserAttributes(Map<String,List<Object>> seed)
          Returns a duplicate of the seed it is passed.
 Set<String> getPossibleUserAttributeNames()
          Possible attributes are unknown; will always return null.
 
Methods inherited from class org.jasig.services.persondir.support.AbstractDefaultAttributePersonAttributeDao
getDefaultAttributeName, getMultivaluedUserAttributes, setDefaultAttributeName
 
Methods inherited from class org.jasig.services.persondir.support.AbstractFlatteningPersonAttributeDao
flattenResults, getUserAttributes, getUserAttributes
 
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

getMultivaluedUserAttributes

public Map<String,List<Object>> getMultivaluedUserAttributes(Map<String,List<Object>> seed)
Returns a duplicate of the seed it is passed.

Returns:
a Map equal to but not the same reference as the seed.
See Also:
IPersonAttributeDao.getUserAttributes(java.util.Map)

getPossibleUserAttributeNames

public Set<String> getPossibleUserAttributeNames()
Possible attributes are unknown; will always return null.

Returns:
null
See Also:
IPersonAttributeDao.getPossibleUserAttributeNames()


Copyright © 1998-2008 Java Architectures Special Interest Group. All Rights Reserved.