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>
- Enclosing class:
 ProfileAction
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanisOpen(int userId) Is a user profile open.voidnotify(ParamChangedEvent e, ConnectionSet conSet) url(int userId) User profile accessingInterface.OPENURL.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.OPENURL.- Parameters:
 userId-- Returns:
 
 - 
notify
- Specified by:
 notifyin interfaceEventListener<ParamChangedEvent>- Throws:
 Exception
 
 -