Uses of Class
org.compiere.model.MAlertRule
-
Packages that use MAlertRule Package Description org.compiere.model Provides for....org.compiere.server -
-
Uses of MAlertRule in org.compiere.model
Methods in org.compiere.model that return MAlertRule Modifier and Type Method Description MAlertRule[]
MAlert. getRules(boolean reload)
Get Rules -
Uses of MAlertRule in org.compiere.server
Methods in org.compiere.server with parameters of type MAlertRule Modifier and Type Method Description protected String
AlertProcessor. getExcelReport(MAlertRule rule, String sql, Language language, String trxName, Collection<File> attachments)
Get Excel Reportprotected String
AlertProcessor. getPlainTextReport(MAlertRule rule, String sql, String trxName, Collection<File> attachments)
Get Plain Text Report (old functionality)
-