|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.services.persondir.support.AbstractDefaultQueryPersonAttributeDao
org.jasig.portal.services.persondir.support.EchoPersonAttributeDaoImpl
public class EchoPersonAttributeDaoImpl
Simply returns the seed it is passed.
Field Summary |
---|
Fields inherited from class org.jasig.portal.services.persondir.support.AbstractDefaultQueryPersonAttributeDao |
---|
log |
Constructor Summary | |
---|---|
EchoPersonAttributeDaoImpl()
|
Method Summary | |
---|---|
java.util.Set |
getPossibleUserAttributeNames()
Possible attributes are unknown; will always return null . |
java.util.Map |
getUserAttributes(java.util.Map seed)
Returns a duplicate of the seed it is passed. |
Methods inherited from class org.jasig.portal.services.persondir.support.AbstractDefaultQueryPersonAttributeDao |
---|
getDefaultAttributeName, getUserAttributes, setDefaultAttributeName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EchoPersonAttributeDaoImpl()
Method Detail |
---|
public java.util.Map getUserAttributes(java.util.Map seed)
seed
- immutable Map of attributes to values to seed the query
IPersonAttributeDao.getUserAttributes(java.util.Map)
public java.util.Set getPossibleUserAttributeNames()
null
.
IPersonAttributeDao.getPossibleUserAttributeNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |