public interface SystemCustomImageService extends BaseCustomImageService<SystemCustomImageVO,java.lang.Long>
| Modifier and Type | Method and Description |
|---|---|
AccessibleSystemImageCategoriesData |
getAccessibleImageCategories()
Returns accessible view and manage image categories for the logged user
|
SystemCustomImagesSearchData |
getSearchData()
Returns data for searching system custom images
|
void |
saveCategory(java.lang.Long id,
java.lang.Long categoryId)
Saves the category of the given image
|
java.lang.Long |
saveDetails(SystemCustomImageDTO image)
Saves details on the given image
|
listload, loadByKey, readContent, readContentByKey, remove, save, saveNameAccessibleSystemImageCategoriesData getAccessibleImageCategories() throws FrameworkException
FrameworkExceptionSystemCustomImagesSearchData getSearchData() throws FrameworkException
FrameworkExceptionvoid saveCategory(java.lang.Long id,
java.lang.Long categoryId)
throws FrameworkException
FrameworkExceptionjava.lang.Long saveDetails(SystemCustomImageDTO image) throws FrameworkException
FrameworkException