Uses of Class
org.compiere.model.MAlert
-
Packages that use MAlert Package Description org.compiere.model Provides for....org.compiere.server -
-
Uses of MAlert in org.compiere.model
Methods in org.compiere.model that return MAlert Modifier and Type Method Description MAlert[]
MAlertProcessor. getAlerts(boolean reload)
Get AlertsMAlert
MAlertRule. getParent()
Get parentMethods in org.compiere.model with parameters of type MAlert Modifier and Type Method Description void
MAlertRule. setParent(MAlert alert)
Set parent alert. -
Uses of MAlert in org.compiere.server
Methods in org.compiere.server with parameters of type MAlert Modifier and Type Method Description protected int
AlertProcessor. notifyUsers(Collection<Integer> users, String subject, String message, Collection<File> attachments, MAlert alert)
Notify usersprotected boolean
AlertProcessor. processAlert(MAlert alert, Language language)
Process Alert
-