public abstract class AbstractFlatteningPersonAttributeDao extends BasePersonAttributeDao
IPersonAttributeDao.getPeople(Map) to
IPersonAttributeDao.getPeopleWithMultivaluedAttributes(Map)loggerWILDCARD, WILDCARD_PATTERN| Constructor and Description |
|---|
AbstractFlatteningPersonAttributeDao() |
| Modifier and Type | Method and Description |
|---|---|
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 |
flattenResults, getMultivaluedUserAttributes, getMultivaluedUserAttributes, getUserAttributes, getUserAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAvailableQueryAttributes, getPeopleWithMultivaluedAttributes, getPerson, getPossibleUserAttributeNamespublic AbstractFlatteningPersonAttributeDao()
public final Set<IPersonAttributes> getPeople(Map<String,Object> query)
@Deprecated protected Map<String,List<Object>> toMultivaluedSeed(Map<String,Object> seed)
MultivaluedPersonAttributeUtils.toMultivaluedMap(Map) instead. This will be removed in 1.6seed - Map of seed names and valuesCopyright © 2015 Jasig. All Rights Reserved.