Package com.jalios.jcms.alert
Class AlertPolicyManager
- java.lang.Object
-
- com.jalios.jcms.policy.AbstractPolicyManager<AlertPolicyFilter>
-
- com.jalios.jcms.alert.AlertPolicyManager
-
public class AlertPolicyManager extends AbstractPolicyManager<AlertPolicyFilter>
-
-
Constructor Summary
Constructors Constructor Description AlertPolicyManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertbeforeSendAlert(Alert alert, AlertChannel alertChannel)java.util.Set<AlertChannel>getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)static AlertPolicyManagergetInstance()protected java.lang.StringgetStatusXmlTagName()booleansaveAlert(Alert alert, boolean saveAlert)-
Methods inherited from class com.jalios.jcms.policy.AbstractPolicyManager
addPolicyFilter, getPolicyFilters, getPolicyFiltersMap, handleException, removePolicyFilter, replacePolicyFilter
-
-
-
-
Method Detail
-
getInstance
public static AlertPolicyManager getInstance()
-
getStatusXmlTagName
protected java.lang.String getStatusXmlTagName()
- Specified by:
getStatusXmlTagNamein classAbstractPolicyManager<AlertPolicyFilter>
-
getAlertChannelSet
public java.util.Set<AlertChannel> getAlertChannelSet(Alert alert, java.util.Set<AlertChannel> alertChannelSet)
-
beforeSendAlert
public Alert beforeSendAlert(Alert alert, AlertChannel alertChannel)
-
saveAlert
public boolean saveAlert(Alert alert, boolean saveAlert)
-
-