VO - The image VO typepublic interface BaseCustomImageService<VO extends CustomImageVO,NP> extends BaseImageService<VO,NP>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VO> |
list(java.lang.Long categoryId)
Returns a list of images for the given category id (when system custom images) or user id (when user custom
images)
|
java.util.List<VO> list(java.lang.Long categoryId) throws FrameworkException
FrameworkException