Uses of Class
org.eclipse.higgins.proxy.web.ws.wsdl.UserProfileTO

Packages that use UserProfileTO
org.eclipse.higgins.proxy.web.ws.wsdl   
 

Uses of UserProfileTO in org.eclipse.higgins.proxy.web.ws.wsdl
 

Methods in org.eclipse.higgins.proxy.web.ws.wsdl that return UserProfileTO
 UserProfileTO RPPSServiceSEIBindingStub.getUserProfile(String userId, String password)
           
 UserProfileTO RPPSServiceSEI.getUserProfile(String userId, String password)
           
 UserProfileTO RPPSServiceSEIBindingStub.modifyUserProfile(String userId, String password, UserProfileTO userProfile)
           
 UserProfileTO RPPSServiceSEI.modifyUserProfile(String userId, String password, UserProfileTO userProfile)
           
 

Methods in org.eclipse.higgins.proxy.web.ws.wsdl with parameters of type UserProfileTO
 ResponseMessage RPPSServiceSEIBindingStub.addUserProfile(String userId, String password, UserProfileTO userProfile)
           
 ResponseMessage RPPSServiceSEI.addUserProfile(String userId, String password, UserProfileTO userProfile)
           
 UserProfileTO RPPSServiceSEIBindingStub.modifyUserProfile(String userId, String password, UserProfileTO userProfile)
           
 UserProfileTO RPPSServiceSEI.modifyUserProfile(String userId, String password, UserProfileTO userProfile)