Uses of Interface
org.adempiere.base.upload.IUploadService
-
Packages that use IUploadService Package Description org.adempiere.base org.adempiere.webui.window org.compiere.model Provides for....org.idempiere.ui.zk.media -
-
Uses of IUploadService in org.adempiere.base
Methods in org.adempiere.base that return IUploadService Modifier and Type Method Description static IUploadService
Core. getUploadService(MAuthorizationAccount account)
Methods in org.adempiere.base that return types with arguments of type IUploadService Modifier and Type Method Description static List<IUploadService>
Core. getUploadServices()
-
Uses of IUploadService in org.adempiere.webui.window
Fields in org.adempiere.webui.window with type parameters of type IUploadService 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 IUploadService Modifier and Type Method Description Map<MAuthorizationAccount,IUploadService>
IReportViewerExportSource. getUploadServiceMap()
Map<MAuthorizationAccount,IUploadService>
ZkJRViewer. getUploadServiceMap()
Map<MAuthorizationAccount,IUploadService>
ZkReportViewer. getUploadServiceMap()
-
Uses of IUploadService in org.compiere.model
Methods in org.compiere.model that return types with arguments of type IUploadService Modifier and Type Method Description static Map<MAuthorizationAccount,IUploadService>
MAuthorizationAccount. getUserUploadServices()
-
Uses of IUploadService in org.idempiere.ui.zk.media
Constructor parameters in org.idempiere.ui.zk.media with type arguments of type IUploadService Constructor Description WMediaOptions(org.zkoss.util.media.AMedia media, Runnable preview, Map<MAuthorizationAccount,IUploadService> uploadServicesMap)
-