public class SubjectPreferencesCacheBean extends Object implements SubjectPreferencesCacheLocal
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
SubjectPreferencesCacheBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearConfiguration(int subjectId) |
org.rhq.core.domain.configuration.Configuration |
getPreferences(int subjectId) |
org.rhq.core.domain.configuration.PropertySimple |
getUserProperty(int subjectId,
String propertyName) |
void |
setUserProperty(int subjectId,
String propertyName,
String value) |
void |
unsetUserProperty(int subjectId,
String propertyName) |
public org.rhq.core.domain.configuration.PropertySimple getUserProperty(int subjectId,
String propertyName)
getUserProperty in interface SubjectPreferencesCacheLocalpublic void setUserProperty(int subjectId,
String propertyName,
String value)
setUserProperty in interface SubjectPreferencesCacheLocalpublic void unsetUserProperty(int subjectId,
String propertyName)
unsetUserProperty in interface SubjectPreferencesCacheLocalpublic org.rhq.core.domain.configuration.Configuration getPreferences(int subjectId)
getPreferences in interface SubjectPreferencesCacheLocalsubjectId - the subject to get preferences ofpublic void clearConfiguration(int subjectId)
clearConfiguration in interface SubjectPreferencesCacheLocalCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.