org.opennms.web.outage
Class OutageSuppress

java.lang.Object
  extended by org.opennms.web.outage.OutageSuppress

public class OutageSuppress
extends Object


Constructor Summary
OutageSuppress()
           
 
Method Summary
 void SubmitOutageSuppressedEvent(Integer outageID, Date suppressTime, String suppressedBy)
           
 void SubmitUnSuppressedEvent(Integer outageID, String suppressedBy)
           
 void SuppressOutage(Integer outageID, Date Time, String suppressedBy)
           
 void UnSuppressOutage(Integer outageID, String suppressedBy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutageSuppress

public OutageSuppress()
Method Detail

SuppressOutage

public void SuppressOutage(Integer outageID,
                           Date Time,
                           String suppressedBy)

UnSuppressOutage

public void UnSuppressOutage(Integer outageID,
                             String suppressedBy)

SubmitOutageSuppressedEvent

public void SubmitOutageSuppressedEvent(Integer outageID,
                                        Date suppressTime,
                                        String suppressedBy)

SubmitUnSuppressedEvent

public void SubmitUnSuppressedEvent(Integer outageID,
                                    String suppressedBy)


Copyright © 2009. All Rights Reserved.