Uses of Class
org.jasig.portal.container.om.portlet.UserAttributeListImpl

Packages that use UserAttributeListImpl
org.jasig.portal.channels.portlet   
org.jasig.portal.container.binding   
org.jasig.portal.container.om.portlet   
 

Uses of UserAttributeListImpl in org.jasig.portal.channels.portlet
 

Methods in org.jasig.portal.channels.portlet with parameters of type UserAttributeListImpl
protected  java.util.Map CPortletAdapter.getUserInfo(java.lang.String uid, ChannelStaticData staticData, UserAttributeListImpl userAttributes)
          Get the Map of portlet user attribute names to portlet user attribute values.
 

Uses of UserAttributeListImpl in org.jasig.portal.container.binding
 

Methods in org.jasig.portal.container.binding that return UserAttributeListImpl
private  UserAttributeListImpl PortletApplicationUnmarshaller.getUserAttributes(org.w3c.dom.Element portletAppE)
           
 

Uses of UserAttributeListImpl in org.jasig.portal.container.om.portlet
 

Fields in org.jasig.portal.container.om.portlet declared as UserAttributeListImpl
private  UserAttributeListImpl PortletApplicationDefinitionImpl.userAttributes
           
 

Methods in org.jasig.portal.container.om.portlet that return UserAttributeListImpl
 UserAttributeListImpl PortletApplicationDefinitionImpl.getUserAttributes()
           
 

Methods in org.jasig.portal.container.om.portlet with parameters of type UserAttributeListImpl
 void PortletApplicationDefinitionImpl.setUserAttributes(UserAttributeListImpl userAttributes)