Modifier and Type | Method and Description |
---|---|
UserProfileVO |
CommunoteTool.getCurrentUserProfile() |
Modifier and Type | Method and Description |
---|---|
UserProfileVO |
UserProfileManagementBase.findUserProfileVOByUserId(Long userId) |
UserProfileVO |
UserProfileManagement.findUserProfileVOByUserId(Long userId) |
protected UserProfileVO |
UserProfileManagementImpl.handleFindUserProfileVOByUserId(Long userId)
Performs the core logic for
UserProfileManagementBase.findUserProfileVOByUserId(Long) |
protected abstract UserProfileVO |
UserProfileManagementBase.handleFindUserProfileVOByUserId(Long userId)
Performs the core logic for
UserProfileManagementBase.findUserProfileVOByUserId(Long) |
Modifier and Type | Method and Description |
---|---|
protected void |
UserProfileManagementImpl.handleUpdateUserProfile(Long userId,
UserProfileVO userProfile)
Performs the core logic for
UserProfileManagementBase.updateUserProfile(Long, com.communote.server.persistence.user.UserProfileVO) |
protected abstract void |
UserProfileManagementBase.handleUpdateUserProfile(Long userId,
UserProfileVO userProfile)
Performs the core logic for
UserProfileManagementBase.updateUserProfile(Long, com.communote.server.persistence.user.UserProfileVO) |
void |
UserProfileManagementBase.updateUserProfile(Long userId,
UserProfileVO userProfile) |
void |
UserProfileManagement.updateUserProfile(Long userId,
UserProfileVO userProfile)
Updates the user profile in the database.
|
Modifier and Type | Method and Description |
---|---|
protected UserProfileVO |
UserProfileDaoBase.toKenmeiUserProfileVO(Object[] row)
Default implementation for transforming the results of a report query into a value object.
|
UserProfileVO |
UserProfileDaoBase.toUserProfileVO(UserProfile entity) |
UserProfileVO |
UserProfileDao.toUserProfileVO(UserProfile entity)
Converts this DAO's entity to an object of type
UserProfileVO . |
Modifier and Type | Method and Description |
---|---|
void |
UserProfileVO.copy(UserProfileVO otherBean)
Copies all properties from the argument value object into this value object.
|
void |
UserProfileDaoImpl.toUserProfileVO(UserProfile source,
UserProfileVO target)
Copies the fields of the specified entity to the target value object.
|
void |
UserProfileDaoBase.toUserProfileVO(UserProfile source,
UserProfileVO target) |
void |
UserProfileDao.toUserProfileVO(UserProfile source,
UserProfileVO target)
Copies the fields of the specified entity to the target value object.
|
UserProfile |
UserProfileDaoImpl.userProfileVOToEntity(UserProfileVO userProfileVO)
Converts an instance of type
UserProfileVO to
this DAO's entity. |
UserProfile |
UserProfileDao.userProfileVOToEntity(UserProfileVO kenmeiUserProfileVO)
Converts an instance of type
UserProfileVO to
this DAO's entity. |
void |
UserProfileDaoImpl.userProfileVOToEntity(UserProfileVO source,
UserProfile target,
boolean copyIfNull)
Copies the fields of
UserProfileVO to the
specified entity. |
void |
UserProfileDaoBase.userProfileVOToEntity(UserProfileVO source,
UserProfile target,
boolean copyIfNull) |
void |
UserProfileDao.userProfileVOToEntity(UserProfileVO source,
UserProfile target,
boolean copyIfNull)
Copies the fields of
UserProfileVO to the
specified entity. |
Constructor and Description |
---|
UserProfileVO(UserProfileVO otherBean)
Copies constructor from other UserProfileVO
|
Modifier and Type | Method and Description |
---|---|
UserProfileVO |
UserProfileForm.getUserProfile() |
Constructor and Description |
---|
UserProfileForm(UserProfileVO profile,
String languageCode,
String tags,
Set<String> fixedProfileFields)
Instantiates a new user profile form.
|
Copyright © 2019 Communote team. All rights reserved.