|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface PropertyCache
This class defines the interfaces that are needed to maintain a local cache of entity properties. SmartBMP classes can uses this interface to add runtime properties from sources other than the the EntityPropertyManager
| Method Summary | |
|---|---|
void |
addCachedPropertyMapped(String scope,
String key,
String mapKey,
Object value)
Deprecated See BEA Commerce product offering |
void |
addCachedPropertyValue(String scope,
String key,
Object value)
Deprecated See BEA Commerce product offering |
Object |
getCachedProperty(String scope,
String key)
Deprecated See BEA Commerce product offering |
void |
removeCachedProperties()
Deprecated See BEA Commerce product offering |
void |
removeCachedProperties(String scope)
Deprecated See BEA Commerce product offering |
Object |
removeCachedProperty(String scope,
String key)
Deprecated See BEA Commerce product offering |
Object |
removeCachedPropertyMapped(String scope,
String key,
String mapKey)
Deprecated See BEA Commerce product offering |
void |
removeCachedPropertyValue(String scope,
String key,
Object value)
Deprecated See BEA Commerce product offering |
void |
setCachedProperty(String scope,
String key,
Object value)
Deprecated See BEA Commerce product offering |
| Method Detail |
|---|
void setCachedProperty(String scope,
String key,
Object value)
throws ApplicationException,
RemoteException
scope - key - value - java.lang.Object the value to be set.
ApplicationException
RemoteException
Object getCachedProperty(String scope,
String key)
throws ApplicationException,
RemoteException
scope - key -
ApplicationException
RemoteException
Object removeCachedProperty(String scope,
String key)
throws ApplicationException,
RemoteException
scope - key -
ApplicationException
RemoteException
void addCachedPropertyValue(String scope,
String key,
Object value)
throws ApplicationException,
RemoteException
scope - key - value - java.lang.Object the value to be set.
ApplicationException
RemoteException
void removeCachedPropertyValue(String scope,
String key,
Object value)
throws ApplicationException,
RemoteException
scope - key - value - java.lang.Object the value to be set.
ApplicationException
RemoteException
void addCachedPropertyMapped(String scope,
String key,
String mapKey,
Object value)
throws ApplicationException,
RemoteException
scope - key - mapKey - The key into which the property will be mappedvalue - The value to be set.
ApplicationException
RemoteException
Object removeCachedPropertyMapped(String scope,
String key,
String mapKey)
throws ApplicationException,
RemoteException
scope - key - mapKey - The key into which the property will be mapped
ApplicationException
RemoteException
void removeCachedProperties(String scope)
throws ApplicationException,
RemoteException
scope - the scope for which properties are to be removed.
ApplicationException
RemoteException
void removeCachedProperties()
throws ApplicationException,
RemoteException
scope - the scope for which properties are to be removed.
ApplicationException
RemoteException
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||