Package lumis.doui
Class DouiManagerFactory
- java.lang.Object
-
- lumis.doui.DouiManagerFactory
-
@StableMinor(version="14.0", sinceVersion="4.0") public class DouiManagerFactory extends Object
Responsible for providing DOUI related managers.- Since:
- 4.0.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Constructor Summary
Constructors Constructor Description DouiManagerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IControlManager
getControlManager()
static IDouiContentTreeManager
getDouiContentTreeManager()
static IDouiManager
getDouiManager()
static IProcessActionManager
getProcessActionManager()
static ISourceManager
getSourceManager()
-
-
-
Method Detail
-
getDouiManager
public static IDouiManager getDouiManager() throws PortalException
- Throws:
PortalException
-
getControlManager
public static IControlManager getControlManager() throws PortalException
- Throws:
PortalException
-
getSourceManager
public static ISourceManager getSourceManager() throws PortalException
- Throws:
PortalException
-
getProcessActionManager
public static IProcessActionManager getProcessActionManager() throws PortalException
- Throws:
PortalException
-
getDouiContentTreeManager
public static IDouiContentTreeManager getDouiContentTreeManager() throws PortalException
- Throws:
PortalException
-
-