Uses of Class
org.compiere.model.MAuthorizationAccount
Packages that use MAuthorizationAccount
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
Provide interface and classes for external upload support.
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*).
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.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Interface for media viewer
-
Uses of MAuthorizationAccount in org.adempiere.base
Methods in org.adempiere.base with parameters of type MAuthorizationAccountModifier and TypeMethodDescriptionstatic IUploadService
Core.getUploadService
(MAuthorizationAccount account) -
Uses of MAuthorizationAccount in org.adempiere.base.upload
Methods in org.adempiere.base.upload with parameters of type MAuthorizationAccountModifier and TypeMethodDescriptionIUploadHandler.uploadMedia
(UploadMedia media, MAuthorizationAccount account) Upload media to external authorized account -
Uses of MAuthorizationAccount in org.adempiere.webui.window
Fields in org.adempiere.webui.window with type parameters of type MAuthorizationAccountModifier and TypeFieldDescriptionprotected Map<MAuthorizationAccount,
IUploadService> ZkJRViewer.uploadServicesMap
protected Map<MAuthorizationAccount,
IUploadService> ZkReportViewer.uploadServicesMap
Methods in org.adempiere.webui.window that return types with arguments of type MAuthorizationAccountModifier and TypeMethodDescriptionIReportViewerExportSource.getUploadServiceMap()
ZkJRViewer.getUploadServiceMap()
ZkReportViewer.getUploadServiceMap()
-
Uses of MAuthorizationAccount in org.compiere.model
Methods in org.compiere.model that return MAuthorizationAccountModifier and TypeMethodDescriptionstatic MAuthorizationAccount
MAuthorizationAccount.getEMailAccount
(String email) Get a valid account from this emailMethods in org.compiere.model that return types with arguments of type MAuthorizationAccountModifier and TypeMethodDescriptionstatic List<MAuthorizationAccount>
MAuthorizationAccount.getAuthorizedAccouts
(int AD_User_ID, String scopes) Get authorized accounts for a userstatic Map<MAuthorizationAccount,
IUploadService> MAuthorizationAccount.getUserUploadServices()
Get document upload services for authorized accounts -
Uses of MAuthorizationAccount in org.compiere.util
Methods in org.compiere.util that return MAuthorizationAccountModifier and TypeMethodDescriptionprotected MAuthorizationAccount
EMailAuthenticator.getAuthorizationAccount()
Get OAuth2 Authorization Account -
Uses of MAuthorizationAccount in org.idempiere.ui.zk.media
Constructor parameters in org.idempiere.ui.zk.media with type arguments of type MAuthorizationAccountModifierConstructorDescriptionWMediaOptions
(org.zkoss.util.media.AMedia media, Runnable preview, Map<MAuthorizationAccount, IUploadService> uploadServicesMap)