public interface ThemeImageService extends BaseImageService<ThemeImageVO,NewThemeImageParams>
| Modifier and Type | Method and Description |
|---|---|
ThemeImageVO |
getImageVO(java.lang.Long themeId,
ThemeImageType type,
java.lang.String name)
Returns the image VO for the image with the given data, or throws an
EntityNotFoundException if the given
image doesn't exist |
java.util.List<ThemeImageVO> |
list(java.lang.Long themeId,
java.util.Set<ThemeImageType> types)
Lists the given theme's images of the given types
|
ThemeImageVO getImageVO(java.lang.Long themeId, ThemeImageType type, java.lang.String name) throws FrameworkException
EntityNotFoundException if the given
image doesn't existFrameworkExceptionjava.util.List<ThemeImageVO> list(java.lang.Long themeId, java.util.Set<ThemeImageType> types) throws FrameworkException
FrameworkException