Used to save the user's information from a DTO back into the user entity bean
Parameters: userValue - The DTO storing the user information Parameters: addressValue - The DTO storing the address information Parameters: username - The username of the user
Method to copy the user's information from the
user entity bean to the userValue dto.
Parameters: user - The user to get the information from. The userValue dto. throws: Exception -