Uses of Class
org.silverpeas.mobile.shared.dto.authentication.UserProfileDTO
-
-
Uses of UserProfileDTO in org.silverpeas.mobile.client
Methods in org.silverpeas.mobile.client that return UserProfileDTO Modifier and Type Method Description static UserProfileDTO
SpMobil. getUserProfile()
Methods in org.silverpeas.mobile.client with parameters of type UserProfileDTO Modifier and Type Method Description static void
SpMobil. setUserProfile(UserProfileDTO userProfile)
-
Uses of UserProfileDTO in org.silverpeas.mobile.client.common
Methods in org.silverpeas.mobile.client.common with parameters of type UserProfileDTO Modifier and Type Method Description void
AuthentificationManager. storeUser(DetailUserDTO user, UserProfileDTO profil, String login, String password, String domainId)
-
Uses of UserProfileDTO in org.silverpeas.mobile.shared.dto.authentication
Methods in org.silverpeas.mobile.shared.dto.authentication that return UserProfileDTO Modifier and Type Method Description static UserProfileDTO
UserProfileDTO. getBean(com.google.web.bindery.autobean.shared.AutoBean<IUserProfile> b)
-
Uses of UserProfileDTO in org.silverpeas.mobile.shared.dto.comments
Methods in org.silverpeas.mobile.shared.dto.comments that return UserProfileDTO Modifier and Type Method Description UserProfileDTO
CommentDTO. getAuthor()
Methods in org.silverpeas.mobile.shared.dto.comments with parameters of type UserProfileDTO Modifier and Type Method Description void
CommentDTO. setAuthor(UserProfileDTO author)
-
Uses of UserProfileDTO in org.silverpeas.mobile.shared.services.rest
Method parameters in org.silverpeas.mobile.shared.services.rest with type arguments of type UserProfileDTO Modifier and Type Method Description void
ServiceAuthentication. authentication(org.fusesource.restygwt.client.MethodCallback<UserProfileDTO> callback)
-