Interface LocalizedPropertyAccess
- All Superinterfaces:
PropertyAccess
- All Known Implementing Classes:
EJBPropertyCache,EJBPropertyRowCache
-
Field Summary
Fields inherited from interface de.hybris.platform.persistence.property.PropertyAccess
BASE_QUALIFIER -
Method Summary
Modifier and TypeMethodDescriptiongetAllProperties(PK langPK) getProperty(String name, PK langPK) getPropertyNames(PK langPK) removeProperty(String name, PK langPK) setProperty(String name, PK langPK, Object value) Methods inherited from interface de.hybris.platform.persistence.property.PropertyAccess
commitProperties, dispose, getAllProperties, getProperty, getPropertyNames, hasModifiedProperties, registerOwner, removeProperty, rollbackProperties, setProperty
-
Method Details
-
getAllProperties
-
setProperty
-
getProperty
-
removeProperty
-
getPropertyNames
-