public interface I_CmsPostUploadDialogService extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
CmsPostUploadDialogPanelBean |
load(CmsUUID uuid,
boolean useConfiguration,
boolean addBasicProperties)
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, boolean addBasicProperties) throws CmsRpcException
uuid - structure id to get the dialog bean foruseConfiguration - true if the property configurations should be usedaddBasicProperties - if true, the basic properties configured for the sitemap are added in the dialogCmsRpcException - if something goes wrongCmsPostUploadDialogBean prefetch() throws CmsRpcException
CmsRpcException - if something goes wrong