Uses of Class
com.viglet.turing.persistence.dto.auth.TurUserDto
Packages that use TurUserDto
-
Uses of TurUserDto in com.viglet.turing.api.auth
Methods in com.viglet.turing.api.auth that return TurUserDtoModifier and TypeMethodDescriptionTurUserAPI.turUserAdd(TurUserDto turUserDto) TurUserAPI.turUserEdit(String username) TurUserAPI.turUserStructure()TurUserAPI.turUserUpdate(String username, TurUserDto turUserDto) Methods in com.viglet.turing.api.auth that return types with arguments of type TurUserDtoMethods in com.viglet.turing.api.auth with parameters of type TurUserDtoModifier and TypeMethodDescriptionTurUserAPI.turUserAdd(TurUserDto turUserDto) TurUserAPI.turUserUpdate(String username, TurUserDto turUserDto) -
Uses of TurUserDto in com.viglet.turing.persistence.mapper.auth
Methods in com.viglet.turing.persistence.mapper.auth that return TurUserDtoModifier and TypeMethodDescriptionMethods in com.viglet.turing.persistence.mapper.auth that return types with arguments of type TurUserDtoModifier and TypeMethodDescriptionMethods in com.viglet.turing.persistence.mapper.auth with parameters of type TurUserDtoModifier and TypeMethodDescriptionTurUserMapper.toEntity(TurUserDto dto) TurUserMapperImpl.toEntity(TurUserDto dto)