public abstract class BasePersonAttributeDao extends Object implements IPersonAttributeDao
IPersonAttributeDao that provides implementations of the deprecated methods.| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
WILDCARD, WILDCARD_PATTERN| Constructor and Description |
|---|
BasePersonAttributeDao() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IPersonAttributeDao o) |
protected Map<String,Object> |
flattenResults(Map<String,List<Object>> multivaluedUserAttributes)
Deprecated.
This method is just used internally and will be removed with this class in 1.6
|
Map<String,List<Object>> |
getMultivaluedUserAttributes(Map<String,List<Object>> seed) |
Map<String,List<Object>> |
getMultivaluedUserAttributes(String uid) |
int |
getOrder() |
Map<String,Object> |
getUserAttributes(Map<String,Object> seed) |
Map<String,Object> |
getUserAttributes(String uid) |
void |
setOrder(int order) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAvailableQueryAttributes, getPeople, getPeopleWithMultivaluedAttributes, getPerson, getPossibleUserAttributeNamespublic final Map<String,List<Object>> getMultivaluedUserAttributes(Map<String,List<Object>> seed)
getMultivaluedUserAttributes in interface IPersonAttributeDaopublic final Map<String,List<Object>> getMultivaluedUserAttributes(String uid)
getMultivaluedUserAttributes in interface IPersonAttributeDaopublic final Map<String,Object> getUserAttributes(Map<String,Object> seed)
getUserAttributes in interface IPersonAttributeDaopublic final Map<String,Object> getUserAttributes(String uid)
getUserAttributes in interface IPersonAttributeDao@Deprecated protected Map<String,Object> flattenResults(Map<String,List<Object>> multivaluedUserAttributes)
multivaluedUserAttributes - The attribute map to flatten.public int getOrder()
getOrder in interface IPersonAttributeDaopublic void setOrder(int order)
public int compareTo(IPersonAttributeDao o)
compareTo in interface Comparable<IPersonAttributeDao>Copyright © 2005-2016. All Rights Reserved.