Uses of Class
com.finconsgroup.itserr.marketplace.usercommunication.dm.client.dto.userprofile.OutputUserProfileDmDto
Packages that use OutputUserProfileDmDto
Package
Description
-
Uses of OutputUserProfileDmDto in com.finconsgroup.itserr.marketplace.usercommunication.dm.client
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.client that return types with arguments of type OutputUserProfileDmDtoModifier and TypeMethodDescriptioncom.finconsgroup.itserr.marketplace.core.web.dto.OutputPageDto<OutputUserProfileDmDto> UserProfileDmClient.findAllByIds(InputFindUserProfilesByIdsDto dto, int pageNumber, int pageSize, String sort, com.finconsgroup.itserr.marketplace.core.web.enums.SortDirection direction) Retrieves all user profiles for the provided ids. -
Uses of OutputUserProfileDmDto in com.finconsgroup.itserr.marketplace.usercommunication.dm.mapper
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.mapper with parameters of type OutputUserProfileDmDtoModifier and TypeMethodDescriptionUserMapper.userProfileDmDtoToEntity(OutputUserProfileDmDto userProfileDmDto) Converts aOutputUserProfileDmDtointo aUser.UserMapperImpl.userProfileDmDtoToEntity(OutputUserProfileDmDto userProfileDmDto) UserMapper.userProfileDmDtoToOutputUserDto(OutputUserProfileDmDto userProfileDmDto) Converts aOutputUserProfileDmDtointo aOutputUserDto.UserMapperImpl.userProfileDmDtoToOutputUserDto(OutputUserProfileDmDto userProfileDmDto)