com.mycompany.expense
Class UserHandler

java.lang.Object
  extended bycom.mycompany.expense.UserHandler

public class UserHandler
extends java.lang.Object

This class contains the single method for the user preferences screens for the sample expense report aplication.

Version:
1.0
Author:
Hans Bergsten, Gefion Software

Constructor Summary
UserHandler()
           
 
Method Summary
 java.lang.String updateProfile()
          This method should save the updated user profile information in a real applciation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserHandler

public UserHandler()
Method Detail

updateProfile

public java.lang.String updateProfile()
This method should save the updated user profile information in a real applciation. For the sample application, it just returns "success".