Class AutoAdministrationTreeManager
- java.lang.Object
-
- lumis.service.autoadministration.entity.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 Summary
Constructors Constructor Description AutoAdministrationTreeManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearCacheByExclusion(String exclusionId)
Clears the tree cache by tree item exclusion identifier.static void
clearCacheByTree(String treeId)
Clears the tree cache by tree identifier.static AutoAdministrationTree
get(String treeId)
Returns the custom auto administration navigation tree by identifier.
-
-
-
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
-
-