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

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
CmsPostUploadDialogService

public interface I_CmsPostUploadDialogService
extends com.google.gwt.user.client.rpc.RemoteService

Synchronous service interface for the upload property dialog.


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

Method Detail

load

CmsPostUploadDialogPanelBean load(CmsUUID uuid,
                                  boolean useConfiguration)
                                  throws CmsRpcException
Loads the dialog bean info for the given resource.

Parameters:
uuid - structure id to get the dialog bean for
useConfiguration - true if the property configurations should be used
Returns:
the dialog bean info for the given resource
Throws:
CmsRpcException - if something goes wrong

prefetch

CmsPostUploadDialogBean prefetch()
                                 throws CmsRpcException
Generates dialog data for prefetching in the host page.

Returns:
the dialog data
Throws:
CmsRpcException - if something goes wrong