Uses of Class
org.compiere.util.WebUser

Packages that use WebUser
Package
Description
Provide implementation for conversion of amount to word.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
  • Uses of WebUser in org.compiere.util

    Methods in org.compiere.util that return WebUser
    Modifier and Type
    Method
    Description
    static WebUser
    WebUser.get(Properties ctx, int AD_User_ID)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get user unconditional (from cache)
    static WebUser
    WebUser.get(Properties ctx, String email)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get user unconditional from cache
    static WebUser
    WebUser.get(Properties ctx, String email, String password, boolean useCache)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get user
    static WebUser
    WebUser.get(javax.servlet.http.HttpServletRequest request)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Get from request
    Methods in org.compiere.util with parameters of type WebUser
    Modifier and Type
    Method
    Description
    static boolean
    WebUtil.updateFields(javax.servlet.http.HttpServletRequest request, WebUser wu, boolean updateEMailPwd)
    Deprecated, for removal: This API element is subject to removal in a future version.