lumis.doui.control
Class ControlManager

Package class diagram package ControlManager
java.lang.Object
  extended by lumis.doui.control.ControlManager
All Implemented Interfaces:
IControlManager

public class ControlManager
extends Object
implements IControlManager

Control manager implementation.

Since:
4.0.0

Constructor Summary
ControlManager()
           
 
Method Summary
 ControlConfig get(String controlType, ITransaction transaction)
           
 void registerControls(SessionConfig sessionConfig, String controlTypesDefinitionPath, ITransaction transaction)
           
 void unregisterControl(SessionConfig sessionConfig, String controlType, ITransaction transaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlManager

public ControlManager()
Method Detail

registerControls

public void registerControls(SessionConfig sessionConfig,
                             String controlTypesDefinitionPath,
                             ITransaction transaction)
                      throws ManagerException,
                             PortalException
Specified by:
registerControls in interface IControlManager
Throws:
ManagerException
PortalException

unregisterControl

public void unregisterControl(SessionConfig sessionConfig,
                              String controlType,
                              ITransaction transaction)
                       throws ManagerException,
                              PortalException
Specified by:
unregisterControl in interface IControlManager
Throws:
ManagerException
PortalException

get

public ControlConfig get(String controlType,
                         ITransaction transaction)
                  throws ManagerException,
                         PortalException
Specified by:
get in interface IControlManager
Throws:
ManagerException
PortalException


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.