Liferay 7.0-ce-b4

com.liferay.portlet.dynamicdatamapping
Interface Value

All Superinterfaces:
Serializable
All Known Implementing Classes:
LocalizedValue, UnlocalizedValue

public interface Value
extends Serializable


Method Summary
 void addString(Locale locale, String value)
           
 Set<Locale> getAvailableLocales()
           
 Locale getDefaultLocale()
           
 String getString(Locale locale)
           
 Map<Locale,String> getValues()
           
 boolean isLocalized()
           
 void setDefaultLocale(Locale defaultLocale)
           
 

Method Detail

addString

void addString(Locale locale,
               String value)

getAvailableLocales

Set<Locale> getAvailableLocales()

getDefaultLocale

Locale getDefaultLocale()

getString

String getString(Locale locale)

getValues

Map<Locale,String> getValues()

isLocalized

boolean isLocalized()

setDefaultLocale

void setDefaultLocale(Locale defaultLocale)

Liferay 7.0-ce-b4