Class AutoAdministrationTreeManager


  • public class AutoAdministrationTreeManager
    extends java.lang.Object
    Auto administration tree manager.
    Since:
    10.4.0
    Version:
    $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void clearCacheByExclusion​(java.lang.String exclusionId)
      Clears the tree cache by tree item exclusion identifier.
      static void clearCacheByTree​(java.lang.String treeId)
      Clears the tree cache by tree identifier.
      static AutoAdministrationTree get​(java.lang.String treeId)
      Returns the custom auto administration navigation tree by identifier.
      • Methods inherited from class java.lang.Object

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

      • AutoAdministrationTreeManager

        public AutoAdministrationTreeManager()
    • Method Detail

      • get

        public static AutoAdministrationTree get​(java.lang.String treeId)
                                          throws PortalException
        Returns the custom auto administration navigation tree by identifier.
        Parameters:
        treeId - the tree identifier.
        Returns:
        the custom auto administration navigation tree by identifier
        Throws:
        PortalException
        Since:
        10.4.0
      • clearCacheByTree

        public static void clearCacheByTree​(java.lang.String treeId)
                                     throws PortalException
        Clears the tree cache by tree identifier.
        Parameters:
        treeId - the tree identifier.
        Throws:
        PortalException
        Since:
        10.4.0
      • clearCacheByExclusion

        public static void clearCacheByExclusion​(java.lang.String exclusionId)
                                          throws PortalException
        Clears the tree cache by tree item exclusion identifier.
        Parameters:
        exclusionId - the tree item exclusion identifier.
        Throws:
        PortalException
        Since:
        10.4.0