Uses of Class
org.compiere.model.MUser
Package
Description
Provide interface and classes for working with and handling different types of OSGi events
Provide classes for initialization and entry point to iDempiere web client.
Provide entry point for access to UI extensions.
Provide entry point for access to UI extensions.
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
Session and context management
Provide utility (static methods) classes, process factory and server push template
Provide implementation of various system dialog and windows
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, File attachment, int requestID) RequestSendEMailEventData
(MClient client, MUser from, MUser to, String subject, String message, File attachment, 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
Modifier and TypeMethodDescriptionstatic void
SessionManager.changeRole
(MUser user) Execute change role for user -
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.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).static MUser
MUser.get
(Properties ctx) Get Current User (cached)static MUser
MUser.get
(Properties ctx, int AD_User_ID) Get User (cached) (immutable).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) Get user via name and passwordstatic MUser
MUser.get
(Properties ctx, String name, String password, boolean isSSOLogin) Get User via name and passwordMBPartner.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) Copy constructorMUser
(Properties ctx, MUser copy, String trxName) Copy constructorCopy constructor