public interface UserImageService extends BaseOwnedImageService<UserImageVO>
| Modifier and Type | Method and Description |
|---|---|
UserImageVO |
getFirst(UserLocatorVO locator)
Returns the first image of the given user, or null if the user has no images
|
UserImagesListData |
getListData(UserLocatorVO locator)
Returns data for listing a user's profile images
|
list, saveOrderUserImageVO getFirst(@NotNull UserLocatorVO locator) throws FrameworkException
FrameworkExceptionUserImagesListData getListData(@NotNull UserLocatorVO locator) throws FrameworkException
FrameworkException