|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LocalizedProperties
Represents a group of localized properties. Any DOs can aggregate it to have a group of localized properties. Example: Brand.
| Method Summary | |
|---|---|
java.lang.String |
getValue(java.lang.String propertyName,
java.util.Locale locale)
Returns the value of the given property and locale. |
java.lang.String |
getValueWithoutFallBack(java.lang.String propertyName,
java.util.Locale locale)
Returns the value of the given property and locale. |
void |
setValue(java.lang.String propertyName,
java.util.Locale locale,
java.lang.String value)
Sets the given value with the given property and locale. |
| Methods inherited from interface com.elasticpath.domain.Persistence |
|---|
executeBeforePersistAction, getUidPk, isPersistent, setDefaultValues, setUidPk |
| Methods inherited from interface com.elasticpath.domain.EpDomain |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
java.lang.String getValue(java.lang.String propertyName,
java.util.Locale locale)
null.
propertyName - the property namelocale - the locale
java.lang.String getValueWithoutFallBack(java.lang.String propertyName,
java.util.Locale locale)
null.
propertyName - the property namelocale - the locale
void setValue(java.lang.String propertyName,
java.util.Locale locale,
java.lang.String value)
propertyName - the property namelocale - the localevalue - the value to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||