org.opencms.gwt.shared.alias
Class CmsAliasSaveValidationRequest

java.lang.Object
  extended by org.opencms.gwt.shared.alias.CmsAliasEditValidationRequest
      extended by org.opencms.gwt.shared.alias.CmsAliasSaveValidationRequest
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class CmsAliasSaveValidationRequest
extends CmsAliasEditValidationRequest

The class used for transmitting alias data to the server for serving.


Constructor Summary
CmsAliasSaveValidationRequest()
          Default constructor.
 
Method Summary
 java.util.Set<CmsUUID> getDeletedIds()
          Gets the set of structure ids of deleted aliases.
 java.util.List<CmsRewriteAliasTableRow> getRewriteData()
          Gets the list of rewrite aliases to save.
 java.lang.String getSiteRoot()
          Gets the site root.
 void setRewriteData(java.util.List<CmsRewriteAliasTableRow> rewriteData)
          Sets the list of rewrite aliases to save.
 void setSiteRoot(java.lang.String siteRoot)
          Sets the site root.
 
Methods inherited from class org.opencms.gwt.shared.alias.CmsAliasEditValidationRequest
getEditedData, getNewEntry, getOriginalData, setEditedData, setNewEntry, setOriginalData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmsAliasSaveValidationRequest

public CmsAliasSaveValidationRequest()
Default constructor.

Method Detail

getDeletedIds

public java.util.Set<CmsUUID> getDeletedIds()
Gets the set of structure ids of deleted aliases.

Returns:
the set of structure ids of deleted aliases

getRewriteData

public java.util.List<CmsRewriteAliasTableRow> getRewriteData()
Gets the list of rewrite aliases to save.

Returns:
the rewrite aliases to save

getSiteRoot

public java.lang.String getSiteRoot()
Gets the site root.

Returns:
the site root

setRewriteData

public void setRewriteData(java.util.List<CmsRewriteAliasTableRow> rewriteData)
Sets the list of rewrite aliases to save.

Parameters:
rewriteData - the list of rewrite aliases to save

setSiteRoot

public void setSiteRoot(java.lang.String siteRoot)
Sets the site root.

Parameters:
siteRoot - the site root