|
||||||||||
| 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 Configuration |
alertParameters
Configuration from the per alert definition parameters |
protected String |
context
|
protected String |
contextId
|
protected String |
contextSubId
|
protected Configuration |
extraParameters
|
protected Subject |
webUser
|
| Constructor Summary | |
|---|---|
CustomAlertSenderBackingBean()
|
|
| Method Summary | |
|---|---|
protected Configuration |
cleanProperty(Configuration config,
String propertyName)
Remove one property from the passed configuration. |
Integer |
getAlertNotificationId()
|
Configuration |
getAlertParameters()
|
String |
getContext()
|
String |
getContextId()
|
String |
getContextSubId()
|
Configuration |
getExtraParameters()
|
Subject |
getWebUser()
|
void |
loadView()
|
protected Configuration |
persistConfiguration(Configuration config)
Persist the passed configuration object. |
protected Configuration |
persistProperty(Configuration config,
String propertyName,
Object value)
Persist a single property of a given configuration. |
void |
saveView()
|
void |
setAlertNotificationId(Integer alertNotificationId)
|
void |
setAlertParameters(Configuration alertParameters)
|
void |
setContext(String context)
|
void |
setContextId(String contextId)
|
void |
setContextSubId(String contextSubId)
|
void |
setExtraParameters(Configuration extraParameters)
|
void |
setWebUser(Subject webUser)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Configuration alertParameters
protected Configuration extraParameters
protected Subject webUser
protected String context
protected String contextId
protected String contextSubId
protected Integer alertNotificationId
| Constructor Detail |
|---|
public CustomAlertSenderBackingBean()
| Method Detail |
|---|
public Configuration getAlertParameters()
public Configuration getExtraParameters()
public void setAlertParameters(Configuration alertParameters)
public void setExtraParameters(Configuration extraParameters)
public Subject getWebUser()
public void setWebUser(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 Configuration persistConfiguration(Configuration config)
config - configuration to persist or update
protected Configuration persistProperty(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 Configuration cleanProperty(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 | |||||||||