Package org.opencms.gwt.shared.alias
Class CmsAliasInitialFetchResult
java.lang.Object
org.opencms.gwt.shared.alias.CmsAliasInitialFetchResult
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsAliasInitialFetchResult
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
The class used to transmit the original alias list when the alias editor dialog is first loaded.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the alias lock owner.Gets the alias download URL.Gets the list of rewrite aliases.getRows()
Gets the alias table rows.void
setAliasLockOwner
(String name) Sets the alias lock owner name.void
setDownloadUrl
(String downloadUrl) Sets the download URL for aliases.void
Sets the initial list of rewrite aliases.void
setRows
(List<CmsAliasTableRow> rows) Sets the alias table rows.
-
Constructor Details
-
CmsAliasInitialFetchResult
public CmsAliasInitialFetchResult()
-
-
Method Details
-
getAliasTableLockOwner
Gets the alias lock owner.This will return null if the current user is the lock owner.
- Returns:
- the alias lock owner
-
getDownloadUrl
Gets the alias download URL.- Returns:
- the alias download URL
-
getRewriteAliases
Gets the list of rewrite aliases.- Returns:
- the list of rewrite aliases
-
getRows
Gets the alias table rows.- Returns:
- the alias table rows
-
setAliasLockOwner
Sets the alias lock owner name.- Parameters:
name
- the alias lock owner name
-
setDownloadUrl
Sets the download URL for aliases.- Parameters:
downloadUrl
- the download URL for aliases
-
setRewriteRows
Sets the initial list of rewrite aliases.- Parameters:
rows
- the list of rewrite aliases
-
setRows
Sets the alias table rows.- Parameters:
rows
- the alias table rows
-