Uses of Class
org.adempiere.model.MBroadcastMessage
Package
Description
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
Provide interface and classes for message broadcasting service
-
Uses of MBroadcastMessage in org.adempiere.model
Modifier and TypeMethodDescriptionstatic MBroadcastMessage
MBroadcastMessage.get
(int AD_BroadcastMessage_ID) Get MBroadcastMessage from cache (immutable)static MBroadcastMessage
MBroadcastMessage.get
(Properties ctx, int AD_BroadcastMessage_ID) Get MBroadcastMessage from cache (immutable)MBroadcastMessage.markImmutable()
ModifierConstructorDescriptionMBroadcastMessage
(Properties ctx, MBroadcastMessage copy) Copy constructorMBroadcastMessage
(Properties ctx, MBroadcastMessage copy, String trxName) Copy constructorCopy constructor -
Uses of MBroadcastMessage in org.adempiere.webui.panel
Modifier and TypeMethodDescriptionvoid
BroadcastMessageWindow.appendMessage
(MBroadcastMessage mbMessage, boolean isTest) Append message to existing message listBroadcastMessageWindow.getMNote
(MBroadcastMessage mbMessage) Get AD Note entries for current login user for provided messageprotected void
BroadcastMessageWindow.setTitle
(MBroadcastMessage bm) Set the title for the panel using what is defined on the message or fallback to "Message"Modifier and TypeMethodDescriptionvoid
BroadcastMessageWindow.prepareMessage
(ArrayList<MBroadcastMessage> arrMessages) Process messages -
Uses of MBroadcastMessage in org.idempiere.broadcast
Modifier and TypeMethodDescriptionvoid
IBroadcastMsgPopup.prepareMessage
(ArrayList<MBroadcastMessage> arrMessages) Process messages