org.apache.jetspeed.om.portlet
Interface UserAttributeRef

All Superinterfaces:
java.io.Serializable

public interface UserAttributeRef
extends java.io.Serializable

Interface allowing mapping of user attributes between the portal implementation and the portlet attribute definition according to the Portlet specs (PLT.17.2 Accessing User Attributes). This is a Jetspeed 2 specific extension that allows to map a user-attribute name used in the portlet to a user attribute name-link used in the portal implementation.

Author:
David Le Strat

Method Summary
 Description addDescription(java.lang.String lang)
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 java.lang.String getName()
          Getter for the user-attribute-ref name.
 java.lang.String getNameLink()
          Getter for the user-attribute-ref name-link.
 void setNameLink(java.lang.String nameLink)
          Setter for the user-attribute-ref name-link.
 

Method Detail

getName

java.lang.String getName()
Getter for the user-attribute-ref name.


getNameLink

java.lang.String getNameLink()
Getter for the user-attribute-ref name-link.


setNameLink

void setNameLink(java.lang.String nameLink)
Setter for the user-attribute-ref name-link.


getDescription

Description getDescription(java.util.Locale locale)

getDescriptions

java.util.List<Description> getDescriptions()

addDescription

Description addDescription(java.lang.String lang)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.