public class AlertHelper
extends java.lang.Object
Constructor and Description |
---|
AlertHelper(CLBrowser browser) |
Modifier and Type | Method and Description |
---|---|
void |
deactivate(Instance focus) |
InstanceSet |
getPendingAlerts(java.lang.Long employee,
java.lang.Long group) |
void |
insertAlert(java.lang.String text,
java.lang.Long targetEmployee,
java.lang.Long targetEmpGroup,
java.util.Date activation,
java.util.Date deactivation,
java.lang.Integer status,
Instance focus) |
public AlertHelper(CLBrowser browser)
public void insertAlert(java.lang.String text, java.lang.Long targetEmployee, java.lang.Long targetEmpGroup, java.util.Date activation, java.util.Date deactivation, java.lang.Integer status, Instance focus) throws java.rmi.RemoteException, DataException, java.sql.SQLException
targetEmployee
- use null or specify one employee oidtargetEmpGroup
- use null or specify one employee group oidactivation
- deactivation
- status
- java.sql.SQLException
DataException
java.rmi.RemoteException
public InstanceSet getPendingAlerts(java.lang.Long employee, java.lang.Long group) throws QueryTreeException
QueryTreeException
public void deactivate(Instance focus)