Uses of Class
org.compiere.model.MUser
-
Packages that use MUser Package Description org.adempiere.base.event org.adempiere.webui org.adempiere.webui.panel org.adempiere.webui.session org.adempiere.webui.util org.adempiere.webui.window org.compiere.model Provides for.... -
-
Uses of MUser in org.adempiere.base.event
Methods in org.adempiere.base.event that return MUser Modifier and Type Method Description MUser
RequestSendEMailEventData. getFrom()
MUser
RequestSendEMailEventData. getTo()
Methods in org.adempiere.base.event with parameters of type MUser Modifier and Type Method Description void
RequestSendEMailEventData. setFrom(MUser from)
void
RequestSendEMailEventData. setTo(MUser to)
Constructors in org.adempiere.base.event with parameters of type MUser Constructor Description RequestSendEMailEventData(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 MUser Modifier and Type Method Description void
AdempiereWebUI. changeRole(MUser user)
void
IWebClient. changeRole(MUser user)
change Role -
Uses of MUser in org.adempiere.webui.panel
Methods in org.adempiere.webui.panel with parameters of type MUser Modifier and Type Method Description protected boolean
ResetPasswordPanel. sendEmail(MUser to, String newPassword)
-
Uses of MUser in org.adempiere.webui.session
Methods in org.adempiere.webui.session with parameters of type MUser Modifier and Type Method Description static void
SessionManager. changeRole(MUser user)
-
Uses of MUser in org.adempiere.webui.util
Methods in org.adempiere.webui.util with parameters of type MUser Modifier and Type Method Description static void
BrowserToken. save(MSession session, MUser user)
save session and user as client side token for future auto loginstatic boolean
BrowserToken. validateToken(MSession session, MUser user, String token)
validate a stored client side token is valid -
Uses of MUser in org.adempiere.webui.window
Methods in org.adempiere.webui.window that return MUser Modifier and Type Method Description MUser
WEMailDialog. getFrom()
Get SenderMethods in org.adempiere.webui.window with parameters of type MUser Modifier and Type Method Description void
WEMailDialog. set(MUser from, String to, String subject, String message)
Set all propertiesvoid
WEMailDialog. setFrom(MUser newFrom)
Set SenderConstructors in org.adempiere.webui.window with parameters of type MUser Constructor Description WEMailDialog(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, PrintInfo printInfo)
EMail Dialog -
Uses of MUser in org.compiere.model
Fields in org.compiere.model declared as MUser Modifier and Type Field Description protected MUser[]
MBPartner. m_contacts
Usersprotected MUser
MMailText. m_user
Parse UserMethods in org.compiere.model that return MUser Modifier and Type Method Description static 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)
Get UserMUser
MBPartner. 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 BPartnerMUser
MRequest. getSalesRep()
Get Sales RepMUser
MMailText. getUser()
MUser
MRequest. getUser()
Get Contact (may be not defined)static MUser[]
MUser. getWithRole(MRole role)
Get Users with RoleMUser
MUser. markImmutable()
Methods in org.compiere.model with parameters of type MUser Modifier and Type Method Description EMail
MClient. createEMail(MUser from, String to, String subject, String message)
Create EMail from UserEMail
MClient. createEMail(MUser from, String to, String subject, String message, boolean html)
Create EMail from UserEMail
MClient. createEMail(MUser from, MUser to, String subject, String message)
Create EMail from UserEMail
MClient. createEMail(MUser from, MUser to, String subject, String message, boolean html)
Create EMail from Userboolean
MClient. sendEMail(MUser from, MUser to, String subject, String message, File attachment)
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
MMailText. setUser(MUser user)
Set User for parseConstructors in org.compiere.model with parameters of type MUser Constructor Description MBPBankAccount(Properties ctx, MBPartner bp, MUser bpc, MLocation location)
ConstructorMUser(Properties ctx, MUser copy)
MUser(Properties ctx, MUser copy, String trxName)
MUser(MUser copy)
-