Class ItemLocalizedPropertyCacheKey
- java.lang.Object
-
- de.hybris.platform.persistence.ItemCacheKey
-
- de.hybris.platform.persistence.property.ItemPropertyCacheKey
-
- de.hybris.platform.persistence.property.ItemLocalizedPropertyCacheKey
-
- All Implemented Interfaces:
PropertyOwner
,java.lang.Cloneable
public final class ItemLocalizedPropertyCacheKey extends ItemPropertyCacheKey
-
-
Constructor Summary
Constructors Modifier Constructor Description ItemLocalizedPropertyCacheKey(TypeInfoMap info, PK langPK)
protected
ItemLocalizedPropertyCacheKey(TypeInfoMap info, PK itemPK, PK langPK)
clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
clone()
protected java.lang.Object
computeValue(ItemEJB item)
initially creates the cached data object for a specified item.protected java.lang.String
getQualifier()
-
Methods inherited from class de.hybris.platform.persistence.property.ItemPropertyCacheKey
cloneValue, createUnmodifiableViewOfValue, dispose, isValid, notifyPropertyDataChanged
-
Methods inherited from class de.hybris.platform.persistence.ItemCacheKey
getCopy, getValueForModification, getValueForReading, getValueForReadingIfAvailable, getValueInternal
-
-
-
-
Field Detail
-
LOC
public static final java.lang.String LOC
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ItemLocalizedPropertyCacheKey
public ItemLocalizedPropertyCacheKey(TypeInfoMap info, PK langPK)
-
ItemLocalizedPropertyCacheKey
protected ItemLocalizedPropertyCacheKey(TypeInfoMap info, PK itemPK, PK langPK)
clone constructor
-
-
Method Detail
-
clone
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
- Overrides:
clone
in classItemPropertyCacheKey
- Throws:
java.lang.CloneNotSupportedException
-
getQualifier
protected java.lang.String getQualifier()
- Overrides:
getQualifier
in classItemPropertyCacheKey
- Returns:
- an key for the CachedValue that is unique within the Item instance
-
computeValue
protected java.lang.Object computeValue(ItemEJB item)
Description copied from class:ItemCacheKey
initially creates the cached data object for a specified item. this method is only called once for one ItemCacheKey instance.- Overrides:
computeValue
in classItemPropertyCacheKey
-
-