| Package | Description |
|---|---|
| org.opencms.ade.postupload | |
| org.opencms.ade.postupload.shared.rpc |
| Modifier and Type | Method and Description |
|---|---|
CmsPostUploadDialogPanelBean |
CmsPostUploadDialogService.load(CmsUUID id,
boolean useConfiguration,
boolean addBasicProperties) |
| Modifier and Type | Method and Description |
|---|---|
CmsPostUploadDialogPanelBean |
I_CmsPostUploadDialogService.load(CmsUUID uuid,
boolean useConfiguration,
boolean addBasicProperties)
Loads the dialog bean info for the given resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsPostUploadDialogServiceAsync.load(CmsUUID uuid,
boolean useConfiguration,
boolean addBasicProperties,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPostUploadDialogPanelBean> asyncCallback)
Loads the dialog bean info for the given resource.
|