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 AlertsMAlertMAlertRule. getParent()Get parentMethods in org.compiere.model with parameters of type MAlert Modifier and Type Method Description voidMAlertRule. 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 intAlertProcessor. notifyUsers(Collection<Integer> users, String subject, String message, Collection<File> attachments, MAlert alert)Notify usersprotected booleanAlertProcessor. processAlert(MAlert alert, Language language)Process Alert
-