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 UserProfileDTOSpMobil. getUserProfile()Methods in org.silverpeas.mobile.client with parameters of type UserProfileDTO Modifier and Type Method Description static voidSpMobil. 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 voidAuthentificationManager. 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 UserProfileDTOUserProfileDTO. 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 UserProfileDTOCommentDTO. getAuthor()Methods in org.silverpeas.mobile.shared.dto.comments with parameters of type UserProfileDTO Modifier and Type Method Description voidCommentDTO. 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 voidServiceAuthentication. authentication(org.fusesource.restygwt.client.MethodCallback<UserProfileDTO> callback)
-