com.liferay.portlet.dynamicdatamapping
Interface Value
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- LocalizedValue, UnlocalizedValue
public interface Value
- extends Serializable
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)