Uses of Class
org.exoplatform.services.wsrp.type.LocalizedString

Packages that use LocalizedString
org.exoplatform.services.wsrp.consumer.portlets   
org.exoplatform.services.wsrp.type   
org.exoplatform.services.wsrp.utils   
 

Uses of LocalizedString in org.exoplatform.services.wsrp.consumer.portlets
 

Methods in org.exoplatform.services.wsrp.consumer.portlets with parameters of type LocalizedString
protected  java.lang.String WSRPAdminPortlet.getValue(LocalizedString s)
           
 

Uses of LocalizedString in org.exoplatform.services.wsrp.type
 

Methods in org.exoplatform.services.wsrp.type that return LocalizedString
 LocalizedString ItemDescription.getDescription()
          Gets the description value for this ItemDescription.
 LocalizedString PortletDescription.getDescription()
          Gets the description value for this PortletDescription.
 LocalizedString PortletDescription.getDisplayName()
          Gets the displayName value for this PortletDescription.
 LocalizedString PropertyDescription.getHint()
          Gets the hint value for this PropertyDescription.
 LocalizedString[] PortletDescription.getKeywords()
          Gets the keywords value for this PortletDescription.
 LocalizedString PortletDescription.getKeywords(int i)
           
 LocalizedString PropertyDescription.getLabel()
          Gets the label value for this PropertyDescription.
 LocalizedString PortletDescription.getShortTitle()
          Gets the shortTitle value for this PortletDescription.
 LocalizedString PortletDescription.getTitle()
          Gets the title value for this PortletDescription.
 

Methods in org.exoplatform.services.wsrp.type with parameters of type LocalizedString
 void ItemDescription.setDescription(LocalizedString description)
          Sets the description value for this ItemDescription.
 void PortletDescription.setDescription(LocalizedString description)
          Sets the description value for this PortletDescription.
 void PortletDescription.setDisplayName(LocalizedString displayName)
          Sets the displayName value for this PortletDescription.
 void PropertyDescription.setHint(LocalizedString hint)
          Sets the hint value for this PropertyDescription.
 void PortletDescription.setKeywords(int i, LocalizedString _value)
           
 void PortletDescription.setKeywords(LocalizedString[] keywords)
          Sets the keywords value for this PortletDescription.
 void PropertyDescription.setLabel(LocalizedString label)
          Sets the label value for this PropertyDescription.
 void PortletDescription.setShortTitle(LocalizedString shortTitle)
          Sets the shortTitle value for this PortletDescription.
 void PortletDescription.setTitle(LocalizedString title)
          Sets the title value for this PortletDescription.
 

Constructors in org.exoplatform.services.wsrp.type with parameters of type LocalizedString
ItemDescription(LocalizedString description, Extension[] extensions, java.lang.String itemName)
           
PortletDescription(java.lang.String portletHandle, MarkupType[] markupTypes, java.lang.String groupID, LocalizedString description, LocalizedString shortTitle, LocalizedString title, LocalizedString displayName, LocalizedString[] keywords, java.lang.String[] userCategories, java.lang.String[] userProfileItems, java.lang.Boolean usesMethodGet, java.lang.Boolean defaultMarkupSecure, java.lang.Boolean onlySecure, java.lang.Boolean userContextStoredInSession, java.lang.Boolean templatesStoredInSession, java.lang.Boolean hasUserSpecificState, java.lang.Boolean doesUrlTemplateProcessing, Extension[] extensions)
           
PortletDescription(java.lang.String portletHandle, MarkupType[] markupTypes, java.lang.String groupID, LocalizedString description, LocalizedString shortTitle, LocalizedString title, LocalizedString displayName, LocalizedString[] keywords, java.lang.String[] userCategories, java.lang.String[] userProfileItems, java.lang.Boolean usesMethodGet, java.lang.Boolean defaultMarkupSecure, java.lang.Boolean onlySecure, java.lang.Boolean userContextStoredInSession, java.lang.Boolean templatesStoredInSession, java.lang.Boolean hasUserSpecificState, java.lang.Boolean doesUrlTemplateProcessing, Extension[] extensions)
           
PropertyDescription(LocalizedString label, LocalizedString hint, Extension[] extensions, java.lang.String name, javax.xml.namespace.QName type)
           
 

Uses of LocalizedString in org.exoplatform.services.wsrp.utils
 

Methods in org.exoplatform.services.wsrp.utils that return LocalizedString
static LocalizedString Utils.getLocalizedString(java.lang.String value, java.lang.String lang)
           
static LocalizedString Utils.getLocalizedString(java.lang.String value, java.lang.String lang, java.lang.String rn)
           
 

Methods in org.exoplatform.services.wsrp.utils with parameters of type LocalizedString
static java.lang.String Utils.getStringFromLocalizedString(LocalizedString ls)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.