Package | Description |
---|---|
com.communote.server.api.core.image | |
com.communote.server.core | |
com.communote.server.core.image.type | |
com.communote.server.core.user |
Modifier and Type | Method and Description |
---|---|
void |
ImageVO.copy(ImageVO otherBean)
Copies all properties from the argument value object into this value object.
|
Constructor and Description |
---|
ImageVO(ImageVO otherBean)
Copies constructor from other ImageVO
|
Modifier and Type | Method and Description |
---|---|
ImageVO |
ConfigurationManagementBase.getClientLogo() |
ImageVO |
ConfigurationManagement.getClientLogo() |
protected ImageVO |
ConfigurationManagementImpl.handleGetClientLogo()
Performs the core logic for
ConfigurationManagementBase.getClientLogo() |
protected abstract ImageVO |
ConfigurationManagementBase.handleGetClientLogo()
Performs the core logic for
ConfigurationManagementBase.getClientLogo() |
Modifier and Type | Method and Description |
---|---|
ImageVO |
EntityImageManagement.getDefaultImage(EntityImageManagement.ImageType imageType)
Get the default image
|
ImageVO |
EntityImageManagement.getImage(String entityId,
EntityImageManagement.ImageType imageType)
Get the image of the entity
|
Modifier and Type | Method and Description |
---|---|
protected ImageVO |
UserProfileManagementImpl.handleLoadImage(Long userId)
Performs the core logic for
#loadImage(Long, com.communote.server.persistence.user.ImageSizeType) |
protected abstract ImageVO |
UserProfileManagementBase.handleLoadImage(Long userId)
Performs the core logic for
#loadImage(Long, com.communote.server.persistence.user.ImageSizeType) |
ImageVO |
UserProfileManagementBase.loadImage(Long userId) |
ImageVO |
UserProfileManagement.loadImage(Long userId)
Get the user image
|
Copyright © 2019 Communote team. All rights reserved.