Uses of Class
org.compiere.model.MUser
Packages that use 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
Methods in org.adempiere.base.event that return MUserModifier and TypeMethodDescriptionRequestSendEMailEventData.getFrom()
RequestSendEMailEventData.getTo()
Methods in org.adempiere.base.event with parameters of type MUserModifier and TypeMethodDescriptionvoid
void
Constructors in org.adempiere.base.event with parameters of type MUserModifierConstructorDescriptionRequestSendEMailEventData
(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
Methods in org.adempiere.webui with parameters of type MUserModifier and TypeMethodDescriptionvoid
AdempiereWebUI.changeRole
(MUser user) void
IWebClient.changeRole
(MUser user) handle change Role -
Uses of MUser in org.adempiere.webui.panel
Methods in org.adempiere.webui.panel with parameters of type MUser -
Uses of MUser in org.adempiere.webui.session
Methods in org.adempiere.webui.session with parameters of type MUserModifier and TypeMethodDescriptionstatic void
SessionManager.changeRole
(MUser user) Execute change role for user -
Uses of MUser in org.adempiere.webui.util
Methods in org.adempiere.webui.util with parameters of type MUser -
Uses of MUser in org.adempiere.webui.window
Methods in org.adempiere.webui.window that return MUserMethods in org.adempiere.webui.window with parameters of type MUserModifier and TypeMethodDescriptionvoid
Set value of fieldsvoid
Set Sender (from)Constructors in org.adempiere.webui.window with parameters of type MUserModifierConstructorDescriptionWEMailDialog
(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
Fields in org.compiere.model declared as MUserModifier and TypeFieldDescriptionprotected MUser[]
MBPartner.m_contacts
Usersprotected MUser
MMailText.m_user
Parse UserMethods in org.compiere.model that return MUserModifier 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()
Methods in org.compiere.model with parameters of type MUserModifier 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 textConstructors in org.compiere.model with parameters of type MUserModifierConstructorDescriptionMBPBankAccount
(Properties ctx, MBPartner bp, MUser bpc, MLocation location) ConstructorMUser
(Properties ctx, MUser copy) Copy constructorMUser
(Properties ctx, MUser copy, String trxName) Copy constructorCopy constructor