Class CmsAliasInitialFetchResult

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsAliasInitialFetchResult
    extends java.lang.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.

    • Method Detail

      • getAliasTableLockOwner

        public java.lang.String getAliasTableLockOwner()
        Gets the alias lock owner.

        This will return null if the current user is the lock owner.

        Returns:
        the alias lock owner
      • getDownloadUrl

        public java.lang.String getDownloadUrl()
        Gets the alias download URL.

        Returns:
        the alias download URL
      • getRows

        public java.util.List<CmsAliasTableRowgetRows()
        Gets the alias table rows.

        Returns:
        the alias table rows
      • setAliasLockOwner

        public void setAliasLockOwner​(java.lang.String name)
        Sets the alias lock owner name.

        Parameters:
        name - the alias lock owner name
      • setDownloadUrl

        public void setDownloadUrl​(java.lang.String downloadUrl)
        Sets the download URL for aliases.

        Parameters:
        downloadUrl - the download URL for aliases
      • setRows

        public void setRows​(java.util.List<CmsAliasTableRow> rows)
        Sets the alias table rows.

        Parameters:
        rows - the alias table rows