UserMapper
Functions
Link copied to clipboard
abstract fun fromEntityToUserSummary(userEntity: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromFailedUserToEntity(userId: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromModelToUpdateApiModel(newName: String?, newAccent: Int?, newAssetId: String?): <Error class: unknown class>
Maps the user data to be updated. if the parameters newName newAssetId are nulls, it indicates that not updation should be made.
Link copied to clipboard
abstract fun fromOtherToUserEntity(otherUser: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromSearchEntityToUserSearchDetails(searchEntity: <Error class: unknown class>): UserSearchDetails
Link copied to clipboard
abstract fun fromSelfUserDtoToUserEntity(userDTO: <Error class: unknown class>, connectionState: <Error class: unknown class>, userTypeEntity: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromSelfUserToUserEntity(selfUser: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromUpdateRequestToPartialUserEntity(updateRequest: <Error class: unknown class>, selfUserId: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromUserDetailsEntityToOtherUser(userEntity: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromUserDetailsEntityToSelfUser(userEntity: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromUserEntityToOtherUser(userEntity: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromUserEntityToOtherUserMinimized(userEntity: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromUserEntityToSelfUser(userEntity: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromUserProfileDtoToOtherUser(userProfile: <Error class: unknown class>, selfUserId: <Error class: unknown class>, selfTeamId: <Error class: unknown class>?): <Error class: unknown class>
Link copied to clipboard
abstract fun fromUserProfileDtoToUserEntity(userProfile: <Error class: unknown class>, connectionState: <Error class: unknown class>, userTypeEntity: <Error class: unknown class>): <Error class: unknown class>
Link copied to clipboard
abstract fun fromUserUpdateEventToPartialUserEntity(event: Event.User.Update): <Error class: unknown class>