Uses of Class
org.compiere.model.MAuthorizationAccount
-
Packages that use MAuthorizationAccount Package Description org.adempiere.base org.adempiere.base.upload org.adempiere.webui.window org.compiere.model Provides for....org.idempiere.ui.zk.media -
-
Uses of MAuthorizationAccount in org.adempiere.base
Methods in org.adempiere.base with parameters of type MAuthorizationAccount Modifier and Type Method Description static IUploadService
Core. getUploadService(MAuthorizationAccount account)
-
Uses of MAuthorizationAccount in org.adempiere.base.upload
Methods in org.adempiere.base.upload with parameters of type MAuthorizationAccount Modifier and Type Method Description UploadResponse
IUploadHandler. uploadMedia(UploadMedia media, MAuthorizationAccount account)
-
Uses of MAuthorizationAccount in org.adempiere.webui.window
Fields in org.adempiere.webui.window with type parameters of type MAuthorizationAccount Modifier and Type Field Description protected Map<MAuthorizationAccount,IUploadService>
ZkJRViewer. uploadServicesMap
protected Map<MAuthorizationAccount,IUploadService>
ZkReportViewer. uploadServicesMap
Methods in org.adempiere.webui.window that return types with arguments of type MAuthorizationAccount Modifier and Type Method Description Map<MAuthorizationAccount,IUploadService>
IReportViewerExportSource. getUploadServiceMap()
Map<MAuthorizationAccount,IUploadService>
ZkJRViewer. getUploadServiceMap()
Map<MAuthorizationAccount,IUploadService>
ZkReportViewer. getUploadServiceMap()
-
Uses of MAuthorizationAccount in org.compiere.model
Methods in org.compiere.model that return MAuthorizationAccount Modifier and Type Method Description static MAuthorizationAccount
MAuthorizationAccount. getEMailAccount(String email)
Get a valid account from this emailMethods in org.compiere.model that return types with arguments of type MAuthorizationAccount Modifier and Type Method Description static List<MAuthorizationAccount>
MAuthorizationAccount. getAuthorizedAccouts(int AD_User_ID, String scopes)
static Map<MAuthorizationAccount,IUploadService>
MAuthorizationAccount. getUserUploadServices()
-
Uses of MAuthorizationAccount in org.idempiere.ui.zk.media
Constructor parameters in org.idempiere.ui.zk.media with type arguments of type MAuthorizationAccount Constructor Description WMediaOptions(org.zkoss.util.media.AMedia media, Runnable preview, Map<MAuthorizationAccount,IUploadService> uploadServicesMap)
-