org.romaframework.module.users.view.domain
Class UserInfo

java.lang.Object
  extended by org.romaframework.module.users.view.domain.UserInfo
All Implemented Interfaces:
org.romaframework.aspect.view.ViewCallback

public class UserInfo
extends java.lang.Object
implements org.romaframework.aspect.view.ViewCallback


Constructor Summary
UserInfo(java.lang.Object iPreferencesForm)
           
 
Method Summary
 void changePassword()
           
 void changePreferences()
           
 void configurePortlets()
           
 void logout()
           
 void onDispose()
           
 void onShow()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInfo

public UserInfo(java.lang.Object iPreferencesForm)
Method Detail

changePassword

public void changePassword()

changePreferences

public void changePreferences()

configurePortlets

public void configurePortlets()

logout

public void logout()

onDispose

public void onDispose()
Specified by:
onDispose in interface org.romaframework.aspect.view.ViewCallback

onShow

public void onShow()
Specified by:
onShow in interface org.romaframework.aspect.view.ViewCallback