Class AutoAdministrationTreeManager


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

      • AutoAdministrationTreeManager

        public AutoAdministrationTreeManager()
    • Method Detail

      • get

        public static AutoAdministrationTree get​(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​(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​(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