Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.settings.LocalizedValuesMap

Packages that use LocalizedValuesMap
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.settings   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portlet.blogs   
com.liferay.portlet.documentlibrary   
com.liferay.portlet.messageboards   
com.liferay.portlet.messageboards.service.impl   
 

Uses of LocalizedValuesMap in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet with parameters of type LocalizedValuesMap
protected  void BaseJSPSettingsConfigurationAction.removeDefaultValue(PortletRequest portletRequest, ModifiableSettings modifiableSettings, String key, LocalizedValuesMap localizedMap)
           
 

Uses of LocalizedValuesMap in com.liferay.portal.kernel.settings
 

Methods in com.liferay.portal.kernel.settings that return LocalizedValuesMap
 LocalizedValuesMap TypedSettings.getLocalizedValuesMap(String key)
           
 

Uses of LocalizedValuesMap in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type LocalizedValuesMap
 Map<Locale,String> Localization.getMap(LocalizedValuesMap localizedValuesMap)
           
static Map<Locale,String> LocalizationUtil.getMap(LocalizedValuesMap localizedValuesMap)
           
 String Localization.getXml(LocalizedValuesMap localizedValuesMap, String key)
           
static String LocalizationUtil.getXml(LocalizedValuesMap localizedValuesMap, String key)
           
 

Uses of LocalizedValuesMap in com.liferay.portal.util
 

Methods in com.liferay.portal.util with parameters of type LocalizedValuesMap
 Map<Locale,String> LocalizationImpl.getMap(LocalizedValuesMap localizedValuesMap)
           
 String LocalizationImpl.getXml(LocalizedValuesMap localizedValuesMap, String key)
           
 

Uses of LocalizedValuesMap in com.liferay.portlet.blogs
 

Methods in com.liferay.portlet.blogs that return LocalizedValuesMap
 LocalizedValuesMap BlogsGroupServiceSettings.getEmailEntryAddedBody()
           
 LocalizedValuesMap BlogsGroupServiceSettings.getEmailEntryAddedSubject()
           
 LocalizedValuesMap BlogsGroupServiceSettings.getEmailEntryUpdatedBody()
           
 LocalizedValuesMap BlogsGroupServiceSettings.getEmailEntryUpdatedSubject()
           
 

Uses of LocalizedValuesMap in com.liferay.portlet.documentlibrary
 

Methods in com.liferay.portlet.documentlibrary that return LocalizedValuesMap
 LocalizedValuesMap DLGroupServiceSettings.getEmailFileEntryAddedBody()
           
 LocalizedValuesMap DLGroupServiceSettings.getEmailFileEntryAddedSubject()
           
 LocalizedValuesMap DLGroupServiceSettings.getEmailFileEntryUpdatedBody()
           
 LocalizedValuesMap DLGroupServiceSettings.getEmailFileEntryUpdatedSubject()
           
 

Uses of LocalizedValuesMap in com.liferay.portlet.messageboards
 

Methods in com.liferay.portlet.messageboards that return LocalizedValuesMap
 LocalizedValuesMap MBGroupServiceSettings.getEmailMessageAddedBody()
           
 LocalizedValuesMap MBGroupServiceSettings.getEmailMessageAddedSubject()
           
 LocalizedValuesMap MBGroupServiceSettings.getEmailMessageUpdatedBody()
           
 LocalizedValuesMap MBGroupServiceSettings.getEmailMessageUpdatedSubject()
           
 

Uses of LocalizedValuesMap in com.liferay.portlet.messageboards.service.impl
 

Methods in com.liferay.portlet.messageboards.service.impl with parameters of type LocalizedValuesMap
protected  MBSubscriptionSender MBMessageLocalServiceImpl.getSubscriptionSender(long userId, MBMessage message, String messageURL, String entryTitle, boolean htmlFormat, String messageBody, String categoryName, String inReplyTo, String fromName, String fromAddress, String replyToAddress, String emailAddress, String fullName, LocalizedValuesMap subjectLocalizedValuesMap, LocalizedValuesMap bodyLocalizedValuesMap, ServiceContext serviceContext)
           
 


Liferay 7.0-ce-b4