Uses of Class
org.eclipse.higgins.ics.gwt.base.client.model.entity.UserProfile

Packages that use UserProfile
org.eclipse.higgins.ics.gwt.base.client.listener   
org.eclipse.higgins.ics.gwt.base.client.util   
org.eclipse.higgins.ics.gwt.icm.client   
org.eclipse.higgins.ics.model.bean   
org.eclipse.higgins.ics.ws.client   
 

Uses of UserProfile in org.eclipse.higgins.ics.gwt.base.client.listener
 

Methods in org.eclipse.higgins.ics.gwt.base.client.listener with parameters of type UserProfile
 void ChangeUserProfileListener.onChangeUserProfile(UserProfile userProfile)
           
 

Uses of UserProfile in org.eclipse.higgins.ics.gwt.base.client.util
 

Methods in org.eclipse.higgins.ics.gwt.base.client.util that return UserProfile
static UserProfile Utils.cloneUserProfile(UserProfile userProfile)
           
 

Methods in org.eclipse.higgins.ics.gwt.base.client.util with parameters of type UserProfile
static UserProfile Utils.cloneUserProfile(UserProfile userProfile)
           
 

Uses of UserProfile in org.eclipse.higgins.ics.gwt.icm.client
 

Methods in org.eclipse.higgins.ics.gwt.icm.client that return UserProfile
static UserProfile ICMEntryPoint.getUserProfile()
           
 

Methods in org.eclipse.higgins.ics.gwt.icm.client with parameters of type UserProfile
 void ICMServiceAsync.modifyUserProfile(UserProfile userProfile, com.google.gwt.user.client.rpc.AsyncCallback callback)
           
static void ICMEntryPoint.setUserProfile(UserProfile userProfile)
           
 GWTResponse ICMService.modifyUserProfile(UserProfile userProfile)
           
 

Uses of UserProfile in org.eclipse.higgins.ics.model.bean
 

Methods in org.eclipse.higgins.ics.model.bean with parameters of type UserProfile
 Response ManagerBean.modifyUserProfile(UserProfile userProfile, String userIdentifier, String userPassword)
           
 GWTResponse RPCBean.modifyUserProfile(UserProfile userProfile)
           
 

Uses of UserProfile in org.eclipse.higgins.ics.ws.client
 

Methods in org.eclipse.higgins.ics.ws.client that return UserProfile
static UserProfile Utils.UserProfileTO2UserProfile(UserProfileTO userProfileTO)
           
 

Methods in org.eclipse.higgins.ics.ws.client with parameters of type UserProfile
 Response WSClient.addUserProfile(UserProfile userProfile)
           
 Response WSClient.modifyUserProfile(UserProfile userProfile, String userIdentifier, String userPassword)
           
static UserProfileTO Utils.UserProfile2UserProfileTO(UserProfile userProfile)