public interface I_CmsPostUploadDialogServiceAsync
限定符和类型 | 方法和说明 |
---|---|
void |
load(CmsUUID uuid,
boolean useConfiguration,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPostUploadDialogPanelBean> asyncCallback)
Loads the dialog bean info for the given resource.
|
void |
prefetch(com.google.gwt.user.client.rpc.AsyncCallback<CmsPostUploadDialogBean> asyncCallback)
Generates dialog data for prefetching in the host page.
|
void load(CmsUUID uuid, boolean useConfiguration, com.google.gwt.user.client.rpc.AsyncCallback<CmsPostUploadDialogPanelBean> asyncCallback)
uuid
- the structure id of the resource to loaduseConfiguration
- true if the property configurations should be usedasyncCallback
- the asynchronous callback for the resultvoid prefetch(com.google.gwt.user.client.rpc.AsyncCallback<CmsPostUploadDialogBean> asyncCallback)
asyncCallback
- the asynchronous callback for the result