|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.server.plugin.pc.alert.CustomAlertSenderBackingBean
public class CustomAlertSenderBackingBean
Abstract super class for custom alert sender backing beans
| Field Summary | |
|---|---|
protected Integer |
alertNotificationId
|
protected org.rhq.core.domain.configuration.Configuration |
alertParameters
Configuration from the per alert definition parameters |
protected String |
context
|
protected String |
contextId
|
protected String |
contextSubId
|
protected org.rhq.core.domain.configuration.Configuration |
extraParameters
|
protected org.rhq.core.domain.auth.Subject |
webUser
|
| Constructor Summary | |
|---|---|
CustomAlertSenderBackingBean()
|
|
| Method Summary | |
|---|---|
protected org.rhq.core.domain.configuration.Configuration |
cleanProperty(org.rhq.core.domain.configuration.Configuration config,
String propertyName)
Remove one property from the passed configuration. |
Integer |
getAlertNotificationId()
|
org.rhq.core.domain.configuration.Configuration |
getAlertParameters()
|
String |
getContext()
|
String |
getContextId()
|
String |
getContextSubId()
|
org.rhq.core.domain.configuration.Configuration |
getExtraParameters()
|
org.rhq.core.domain.auth.Subject |
getWebUser()
|
void |
loadView()
|
protected org.rhq.core.domain.configuration.Configuration |
persistConfiguration(org.rhq.core.domain.configuration.Configuration config)
Persist the passed configuration object. |
protected org.rhq.core.domain.configuration.Configuration |
persistProperty(org.rhq.core.domain.configuration.Configuration config,
String propertyName,
Object value)
Persist a single property of a given configuration. |
void |
saveView()
|
void |
setAlertNotificationId(Integer alertNotificationId)
|
void |
setAlertParameters(org.rhq.core.domain.configuration.Configuration alertParameters)
|
void |
setContext(String context)
|
void |
setContextId(String contextId)
|
void |
setContextSubId(String contextSubId)
|
void |
setExtraParameters(org.rhq.core.domain.configuration.Configuration extraParameters)
|
void |
setWebUser(org.rhq.core.domain.auth.Subject webUser)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.rhq.core.domain.configuration.Configuration alertParameters
protected org.rhq.core.domain.configuration.Configuration extraParameters
protected org.rhq.core.domain.auth.Subject webUser
protected String context
protected String contextId
protected String contextSubId
protected Integer alertNotificationId
| Constructor Detail |
|---|
public CustomAlertSenderBackingBean()
| Method Detail |
|---|
public org.rhq.core.domain.configuration.Configuration getAlertParameters()
public org.rhq.core.domain.configuration.Configuration getExtraParameters()
public void setAlertParameters(org.rhq.core.domain.configuration.Configuration alertParameters)
public void setExtraParameters(org.rhq.core.domain.configuration.Configuration extraParameters)
public org.rhq.core.domain.auth.Subject getWebUser()
public void setWebUser(org.rhq.core.domain.auth.Subject webUser)
public String getContext()
public void setContext(String context)
public String getContextId()
public void setContextId(String contextId)
public String getContextSubId()
public void setContextSubId(String contextSubId)
public Integer getAlertNotificationId()
public void setAlertNotificationId(Integer alertNotificationId)
public void loadView()
public void saveView()
protected org.rhq.core.domain.configuration.Configuration persistConfiguration(org.rhq.core.domain.configuration.Configuration config)
config - configuration to persist or update
protected org.rhq.core.domain.configuration.Configuration persistProperty(org.rhq.core.domain.configuration.Configuration config,
String propertyName,
Object value)
config - configuration the property is onpropertyName - name of the property to persistvalue - (new) value of the property to persist
protected org.rhq.core.domain.configuration.Configuration cleanProperty(org.rhq.core.domain.configuration.Configuration config,
String propertyName)
config - configuration the property is onpropertyName - name of the property to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||