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 MUserRequestSendEMailEventData. getFrom()MUserRequestSendEMailEventData. getTo()Methods in org.adempiere.base.event with parameters of type MUser Modifier and Type Method Description voidRequestSendEMailEventData. setFrom(MUser from)voidRequestSendEMailEventData. 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 voidAdempiereWebUI. changeRole(MUser user)voidIWebClient. 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 booleanResetPasswordPanel. 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 voidSessionManager. 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 voidBrowserToken. save(MSession session, MUser user)save session and user as client side token for future auto loginstatic booleanBrowserToken. 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 MUserWEMailDialog. getFrom()Get SenderMethods in org.adempiere.webui.window with parameters of type MUser Modifier and Type Method Description voidWEMailDialog. set(MUser from, String to, String subject, String message)Set all propertiesvoidWEMailDialog. 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_contactsUsersprotected MUserMMailText. m_userParse UserMethods in org.compiere.model that return MUser Modifier and Type Method Description static MUserMUser. get(int AD_User_ID)Get User (cached) (immutable) Also loads Admninistrator (0)static MUserMUser. get(Properties ctx)Get Current User (cached)static MUserMUser. get(Properties ctx, int AD_User_ID)Get User (cached) (immutable) Also loads Admninistrator (0)static MUserMUser. get(Properties ctx, String name)Get User that has roles (already authenticated)static MUserMUser. get(Properties ctx, String name, String password)Get UserMUserMBPartner. getContact(int AD_User_ID)Get specified or first ContactMUser[]MBPartner. getContacts(boolean reload)Get All Contactsstatic MUserMUser. 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 BPartnerMUserMRequest. getSalesRep()Get Sales RepMUserMMailText. getUser()MUserMRequest. getUser()Get Contact (may be not defined)static MUser[]MUser. getWithRole(MRole role)Get Users with RoleMUserMUser. markImmutable()Methods in org.compiere.model with parameters of type MUser Modifier and Type Method Description EMailMClient. createEMail(MUser from, String to, String subject, String message)Create EMail from UserEMailMClient. createEMail(MUser from, String to, String subject, String message, boolean html)Create EMail from UserEMailMClient. createEMail(MUser from, MUser to, String subject, String message)Create EMail from UserEMailMClient. createEMail(MUser from, MUser to, String subject, String message, boolean html)Create EMail from UserbooleanMClient. sendEMail(MUser from, MUser to, String subject, String message, File attachment)Send EMail from UserbooleanMClient. sendEMail(MUser from, MUser to, String subject, String message, File attachment, boolean isHtml)Send EMail from UserbooleanMClient. sendEMailAttachments(MUser from, MUser to, String subject, String message, List<File> attachments)Send EMail from UserbooleanMClient. sendEMailAttachments(MUser from, MUser to, String subject, String message, List<File> attachments, boolean isHtml)Send EMail from UserbooleanMClient. sendEmailNow(MUser from, MUser to, EMail email)Send Email NowvoidMMailText. 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)
-