Package | Description |
---|---|
com.communote.server.core.user | |
com.communote.server.persistence.user |
Modifier and Type | Method and Description |
---|---|
protected UserProfileDao |
UserProfileManagementBase.getUserProfileDao()
Gets the reference to
userProfile 's DAO. |
Modifier and Type | Method and Description |
---|---|
void |
UserProfileManagementBase.setUserProfileDao(UserProfileDao userProfileDao)
Sets the reference to
kenmeiUserProfile 's DAO. |
Modifier and Type | Class and Description |
---|---|
class |
UserProfileDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type
com.communote.server.persistence.user.KenmeiUserProfile . |
class |
UserProfileDaoImpl |
Modifier and Type | Method and Description |
---|---|
protected UserProfileDao |
UserDaoBase.getUserProfileDao()
Gets the reference to
userProfileDao . |
Modifier and Type | Method and Description |
---|---|
void |
UserDaoBase.setUserProfileDao(UserProfileDao userProfileDao)
Sets the reference to
userProfileDao . |
Copyright © 2019 Communote team. All rights reserved.