org.opencms.ade.postupload.shared.rpc
Interface I_CmsPostUploadDialogServiceAsync


public interface I_CmsPostUploadDialogServiceAsync

Asynchronous service interface for the upload property dialog.


Method Summary
 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.
 

Method Detail

load

void load(CmsUUID uuid,
          boolean useConfiguration,
          com.google.gwt.user.client.rpc.AsyncCallback<CmsPostUploadDialogPanelBean> asyncCallback)
Loads the dialog bean info for the given resource.

Parameters:
uuid - the structure id of the resource to load
useConfiguration - true if the property configurations should be used
asyncCallback - the asynchronous callback for the result

prefetch

void prefetch(com.google.gwt.user.client.rpc.AsyncCallback<CmsPostUploadDialogBean> asyncCallback)
Generates dialog data for prefetching in the host page.

Parameters:
asyncCallback - the asynchronous callback for the result