Uses of Interface
org.adempiere.base.upload.IUploadService
Packages that use IUploadService
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
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*).
Interface for media viewer
-
Uses of IUploadService in org.adempiere.base
Methods in org.adempiere.base that return IUploadServiceModifier and TypeMethodDescriptionstatic IUploadService
Core.getUploadService
(MAuthorizationAccount account) Methods in org.adempiere.base that return types with arguments of type IUploadService -
Uses of IUploadService in org.adempiere.webui.window
Fields in org.adempiere.webui.window with type parameters of type IUploadServiceModifier 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 IUploadServiceModifier and TypeMethodDescriptionIReportViewerExportSource.getUploadServiceMap()
ZkJRViewer.getUploadServiceMap()
ZkReportViewer.getUploadServiceMap()
-
Uses of IUploadService in org.compiere.model
Methods in org.compiere.model that return types with arguments of type IUploadServiceModifier and TypeMethodDescriptionstatic Map<MAuthorizationAccount,
IUploadService> MAuthorizationAccount.getUserUploadServices()
Get document upload services for authorized accounts -
Uses of IUploadService in org.idempiere.ui.zk.media
Constructor parameters in org.idempiere.ui.zk.media with type arguments of type IUploadServiceModifierConstructorDescriptionWMediaOptions
(org.zkoss.util.media.AMedia media, Runnable preview, Map<MAuthorizationAccount, IUploadService> uploadServicesMap)