org.jasig.services.persondir.support
Class AbstractFlatteningPersonAttributeDao

java.lang.Object
  extended by org.jasig.services.persondir.support.BasePersonAttributeDao
      extended by org.jasig.services.persondir.support.AbstractFlatteningPersonAttributeDao
All Implemented Interfaces:
IPersonAttributeDao
Direct Known Subclasses:
AbstractDefaultAttributePersonAttributeDao, StubPersonAttributeDao

public abstract class AbstractFlatteningPersonAttributeDao
extends BasePersonAttributeDao

Maps calls to IPersonAttributeDao.getPeople(Map) to IPersonAttributeDao.getPeopleWithMultivaluedAttributes(Map)

Version:
$Revision$
Author:
Eric Dalquist

Field Summary
 
Fields inherited from class org.jasig.services.persondir.support.BasePersonAttributeDao
logger
 
Fields inherited from interface org.jasig.services.persondir.IPersonAttributeDao
WILDCARD, WILDCARD_PATTERN
 
Constructor Summary
AbstractFlatteningPersonAttributeDao()
           
 
Method Summary
 Set<IPersonAttributes> getPeople(Map<String,Object> query)
           
protected  Map<String,List<Object>> toMultivaluedSeed(Map<String,Object> seed)
          Deprecated. Use MultivaluedPersonAttributeUtils.toMultivaluedMap(Map) instead. This will be removed in 1.6
 
Methods inherited from class org.jasig.services.persondir.support.BasePersonAttributeDao
flattenResults, getMultivaluedUserAttributes, getMultivaluedUserAttributes, getUserAttributes, getUserAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.services.persondir.IPersonAttributeDao
getAvailableQueryAttributes, getPeopleWithMultivaluedAttributes, getPerson, getPossibleUserAttributeNames
 

Constructor Detail

AbstractFlatteningPersonAttributeDao

public AbstractFlatteningPersonAttributeDao()
Method Detail

getPeople

public final Set<IPersonAttributes> getPeople(Map<String,Object> query)

toMultivaluedSeed

@Deprecated
protected Map<String,List<Object>> toMultivaluedSeed(Map<String,Object> seed)
Deprecated. Use MultivaluedPersonAttributeUtils.toMultivaluedMap(Map) instead. This will be removed in 1.6



Copyright © 2012 Jasig. All Rights Reserved.