public final class ItemOldPropertyCacheKey extends ItemPropertyCacheKey
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
QUALI |
cloned, info, itemPK| Modifier | Constructor and Description |
|---|---|
|
ItemOldPropertyCacheKey() |
protected |
ItemOldPropertyCacheKey(PK itemPK)
clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
clone() |
protected java.lang.Object |
cloneValue(java.lang.Object value)
this method should clone a cached value object.
|
protected java.lang.Object |
computeValue(ItemEJB item)
initially creates the cached data object for a specified item.
|
protected void |
dispose(boolean inRemove)
called when this cache key object is remove from cache.
|
protected java.lang.String |
getQualifier() |
protected boolean |
isValid(ItemEJB item) |
createUnmodifiableViewOfValue, notifyPropertyDataChangedgetCopy, getValueForModification, getValueForReading, getValueForReadingIfAvailable, getValueInternalpublic ItemOldPropertyCacheKey()
protected ItemOldPropertyCacheKey(PK itemPK)
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class ItemPropertyCacheKeyjava.lang.CloneNotSupportedExceptionprotected java.lang.String getQualifier()
getQualifier in class ItemPropertyCacheKeyprotected boolean isValid(ItemEJB item)
isValid in class ItemPropertyCacheKeyprotected void dispose(boolean inRemove)
ItemCacheKeydispose in class ItemPropertyCacheKeyprotected java.lang.Object computeValue(ItemEJB item)
ItemCacheKeycomputeValue in class ItemPropertyCacheKeyprotected java.lang.Object cloneValue(java.lang.Object value)
ItemCacheKeyItemCacheKey.getCopy() only if this
ItemCacheKey object already holds a cached value object.cloneValue in class ItemPropertyCacheKeyCopyright © 2018 SAP SE. All Rights Reserved.