public interface SubjectPreferencesCacheLocal
| 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) |
org.rhq.core.domain.configuration.PropertySimple getUserProperty(int subjectId,
String propertyName)
void unsetUserProperty(int subjectId,
String propertyName)
org.rhq.core.domain.configuration.Configuration getPreferences(int subjectId)
void clearConfiguration(int subjectId)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.