Package org.opencms.gwt.shared.alias
Class CmsAliasSaveValidationRequest
java.lang.Object
org.opencms.gwt.shared.alias.CmsAliasEditValidationRequest
org.opencms.gwt.shared.alias.CmsAliasSaveValidationRequest
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
The class used for transmitting alias data to the server for serving.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the set of structure ids of deleted aliases.Gets the list of rewrite aliases to save.Gets the site root.void
setRewriteData
(List<CmsRewriteAliasTableRow> rewriteData) Sets the list of rewrite aliases to save.void
setSiteRoot
(String siteRoot) Sets the site root.Methods inherited from class org.opencms.gwt.shared.alias.CmsAliasEditValidationRequest
getEditedData, getNewEntry, getOriginalData, setEditedData, setNewEntry, setOriginalData
-
Constructor Details
-
CmsAliasSaveValidationRequest
public CmsAliasSaveValidationRequest()Default constructor.
-
-
Method Details
-
getDeletedIds
Gets the set of structure ids of deleted aliases.- Returns:
- the set of structure ids of deleted aliases
-
getRewriteData
Gets the list of rewrite aliases to save.- Returns:
- the rewrite aliases to save
-
getSiteRoot
Gets the site root.- Returns:
- the site root
-
setRewriteData
Sets the list of rewrite aliases to save.- Parameters:
rewriteData
- the list of rewrite aliases to save
-
setSiteRoot
Sets the site root.- Parameters:
siteRoot
- the site root
-