Class CmsAliasImportResponseTable

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String addImportResult​(java.util.List<CmsAliasImportResult> importResults)
      Adds a list of alias import results, and returns the key under which they were stored.
      java.util.List<CmsAliasImportResult> getAndRemove​(java.lang.String key)
      Removes the list of alias import results for the given key and returns it.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addImportResult

        public java.lang.String addImportResult​(java.util.List<CmsAliasImportResult> importResults)
        Adds a list of alias import results, and returns the key under which they were stored.

        Parameters:
        importResults - the alias import results
        Returns:
        the key under which the alias import results were stored
      • getAndRemove

        public java.util.List<CmsAliasImportResultgetAndRemove​(java.lang.String key)
        Removes the list of alias import results for the given key and returns it.

        Parameters:
        key - the alias import result key
        Returns:
        the list of alias import results