Uses of Class
org.compiere.model.MUser
Package
Description
Provide interface and classes for working with and handling different types of OSGi events
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MUser in org.adempiere.base.event
Modifier and TypeMethodDescriptionRequestSendEMailEventData.getFrom()
RequestSendEMailEventData.getTo()
Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionRequestSendEMailEventData
(MClient client, MUser from, MUser to, String subject, String message, List<File> attachments, int requestID) RequestSendEMailEventData
(MClient client, MUser from, MUser to, String subject, String message, List<File> attachments, int requestID, boolean isHtml) -
Uses of MUser in org.adempiere.webui
Modifier and TypeMethodDescriptionvoid
AdempiereWebUI.changeRole
(MUser user) void
IWebClient.changeRole
(MUser user) handle change Role -
Uses of MUser in org.adempiere.webui.panel
-
Uses of MUser in org.adempiere.webui.session
-
Uses of MUser in org.adempiere.webui.util
-
Uses of MUser in org.adempiere.webui.window
Modifier and TypeMethodDescriptionvoid
Set value of fieldsvoid
Set Sender (from)ModifierConstructorDescriptionWEMailDialog
(String title, MUser from, String to, String subject, String message, javax.activation.DataSource attachment) EMail DialogWEMailDialog
(String title, MUser from, String to, String subject, String message, javax.activation.DataSource attachment, int m_WindowNo, int ad_Table_ID, int record_ID, String record_UU, PrintInfo printInfo) EMail DialogWEMailDialog
(String title, MUser from, String to, String subject, String message, javax.activation.DataSource attachment, int m_WindowNo, int ad_Table_ID, int record_ID, PrintInfo printInfo) EMail Dialog -
Uses of MUser in org.brerp.whatsapp.util
Modifier and TypeMethodDescriptionWhatsAppNotification.WhatsAppNotificationBuilder.setContatos
(List<MUser> contatos) -
Uses of MUser in org.compiere.model
Modifier and TypeFieldDescriptionprotected MUser[]
MBPartner.m_contacts
Usersprotected MUser
MMailText.m_user
Parse UserModifier and TypeMethodDescriptionstatic MUser
MUser.get
(int AD_User_ID) Get User (cached) (immutable) Also loads Admninistrator (0)static MUser
MUser.get
(Properties ctx) Get Current User (cached)static MUser
MUser.get
(Properties ctx, int AD_User_ID) Get User (cached) (immutable) Also loads Admninistrator (0)static MUser
MUser.get
(Properties ctx, String name) Get User that has roles (already authenticated)static MUser
MUser.get
(Properties ctx, String name, String password) static MUser
MUser.get
(Properties ctx, String name, String password, boolean isSSOLogin) Get UserMBPartner.getContact
(int AD_User_ID) Get specified or first ContactMUser[]
MBPartner.getContacts
(boolean reload) Get All Contactsstatic MUser
MUser.getCopy
(Properties ctx, int AD_User_ID, String trxName) Get updateable copy of MUser from cachestatic MUser[]
MUser.getOfBPartner
(Properties ctx, int C_BPartner_ID) Deprecated.Since 3.5.3a.static MUser[]
MUser.getOfBPartner
(Properties ctx, int C_BPartner_ID, String trxName) Get active Users of BPartnerMRequest.getSalesRep()
Get Sales RepMMailText.getUser()
MRequest.getUser()
Get Contact (may be not defined)static MUser[]
MUser.getWithRole
(MRole role) Get Users with RoleMUser.markImmutable()
Modifier and TypeMethodDescriptionMClient.createEMail
(MUser from, String to, String subject, String message) Create EMail from UserMClient.createEMail
(MUser from, String to, String subject, String message, boolean html) Create EMail from UserMClient.createEMail
(MUser from, MUser to, String subject, String message) Create EMail from UserMClient.createEMail
(MUser from, MUser to, String subject, String message, boolean html) Create EMail from Userboolean
Send EMail from Userboolean
MClient.sendEMail
(MUser from, MUser to, String subject, String message, File attachment, boolean isHtml) Send EMail from Userboolean
MClient.sendEMailAttachments
(MUser from, MUser to, String subject, String message, List<File> attachments) Send EMail from Userboolean
MClient.sendEMailAttachments
(MUser from, MUser to, String subject, String message, List<File> attachments, boolean isHtml) Send EMail from Userboolean
MClient.sendEmailNow
(MUser from, MUser to, EMail email) Send Email Nowvoid
Set User for parsing of textModifierConstructorDescriptionMBPBankAccount
(Properties ctx, MBPartner bp, MUser bpc, MLocation location) ConstructorMUser
(Properties ctx, MUser copy) MUser
(Properties ctx, MUser copy, String trxName)