public interface I_CmsPostUploadDialogService
extends com.google.gwt.user.client.rpc.RemoteService
限定符和类型 | 方法和说明 |
---|---|
CmsPostUploadDialogPanelBean |
load(CmsUUID uuid,
boolean useConfiguration)
Loads the dialog bean info for the given resource.
|
CmsPostUploadDialogBean |
prefetch()
Generates dialog data for prefetching in the host page.
|
CmsPostUploadDialogPanelBean load(CmsUUID uuid, boolean useConfiguration) throws CmsRpcException
uuid
- structure id to get the dialog bean foruseConfiguration
- true if the property configurations should be usedCmsRpcException
- if something goes wrongCmsPostUploadDialogBean prefetch() throws CmsRpcException
CmsRpcException
- if something goes wrong