| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
protected CmsAliasBean |
CmsAliasHelper.convertAliasToBean(CmsAlias alias)
Converts a server-side alias object to an alias bean.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsAliasBean> |
CmsVfsService.getAliasesForPage(CmsUUID uuid) |
protected java.util.List<CmsAliasBean> |
CmsAliasHelper.getAliasesForPage(CmsUUID uuid)
Implementation of the getAliasesForPage method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsVfsService.saveAliases(CmsUUID structureId,
java.util.List<CmsAliasBean> aliasBeans) |
void |
CmsAliasHelper.saveAliases(CmsUUID structureId,
java.util.List<CmsAliasBean> aliasBeans)
Saves aliases.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsAliasBean> |
I_CmsVfsService.getAliasesForPage(CmsUUID uuid)
Fetches the aliases for a given page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsVfsServiceAsync.getAliasesForPage(CmsUUID structureId,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsAliasBean>> callback)
Fetches the aliases for a given page.
|
void |
I_CmsVfsService.saveAliases(CmsUUID structureId,
java.util.List<CmsAliasBean> aliases)
Saves aliases for a page.
|
void |
I_CmsVfsServiceAsync.saveAliases(CmsUUID structureId,
java.util.List<CmsAliasBean> aliases,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Saves aliases for a page.
|