Package org.bgerp.action.open
Class ProfileAction.Config
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.action.open.ProfileAction.Config
- All Implemented Interfaces:
EventListener<ParamChangedEvent>
,EventListener<ParamChangedEvent>
- Enclosing class:
ProfileAction
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isOpen
(int userId) Is a user profile open.void
notify
(ParamChangedEvent e, ConnectionSet conSet) url
(int userId) User profile accessingInterface.OPEN
URL.Methods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException
-
Constructor Details
-
Config
- Throws:
Exception
-
-
Method Details
-
getShowParamIds
-
isOpen
Is a user profile open.- Parameters:
userId
-- Returns:
- Throws:
Exception
-
url
User profile accessingInterface.OPEN
URL.- Parameters:
userId
-- Returns:
-
notify
- Specified by:
notify
in interfaceEventListener<ParamChangedEvent>
- Specified by:
notify
in interfaceEventListener<ParamChangedEvent>
- Throws:
Exception
-