boolean dottedSkins, boolean roundedSkins, String greeting,
String resolution, String refreshRate, String comments)
throws PortalException, SystemException {
ActionRequestImpl reqImpl = (ActionRequestImpl)req;
ActionResponseImpl resImpl = (ActionResponseImpl)res;
return updateUser(
reqImpl.getHttpServletRequest(), resImpl.getHttpServletResponse(),
userId, firstName, middleName, lastName, nickName, male, birthday,
emailAddress, smsId, aimId, icqId, msnId, ymId, favoriteActivity,
favoriteBibleVerse, favoriteFood, favoriteMovie, favoriteMusic,
languageId, timeZoneId, skinId, dottedSkins, roundedSkins, greeting,
resolution, refreshRate, comments);