|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.outage.OutageSuppress
public class OutageSuppress
OutageSuppress class.
| Constructor Summary | |
|---|---|
OutageSuppress()
|
|
| Method Summary | |
|---|---|
void |
SubmitOutageSuppressedEvent(Integer outageID,
Date suppressTime,
String suppressedBy)
SubmitOutageSuppressedEvent |
void |
SubmitUnSuppressedEvent(Integer outageID,
String suppressedBy)
SubmitUnSuppressedEvent |
void |
SuppressOutage(Integer outageID,
Date Time,
String suppressedBy)
SuppressOutage |
void |
UnSuppressOutage(Integer outageID,
String suppressedBy)
UnSuppressOutage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutageSuppress()
| Method Detail |
|---|
public void SuppressOutage(Integer outageID,
Date Time,
String suppressedBy)
SuppressOutage
outageID - a Integer object.Time - a Date object.suppressedBy - a String object.
public void UnSuppressOutage(Integer outageID,
String suppressedBy)
UnSuppressOutage
outageID - a Integer object.suppressedBy - a String object.
public void SubmitOutageSuppressedEvent(Integer outageID,
Date suppressTime,
String suppressedBy)
SubmitOutageSuppressedEvent
outageID - a Integer object.suppressTime - a Date object.suppressedBy - a String object.
public void SubmitUnSuppressedEvent(Integer outageID,
String suppressedBy)
SubmitUnSuppressedEvent
outageID - a Integer object.suppressedBy - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||