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,
SystemImageCategoryVO systemImageCategory)
Saves the category of the given image
|
java.lang.Long |
saveDetails(SystemCustomImageDTO image)
Saves details on the given image
|
listAccessibleSystemImageCategoriesData getAccessibleImageCategories() throws FrameworkException
FrameworkExceptionSystemCustomImagesSearchData getSearchData() throws FrameworkException
FrameworkExceptionvoid saveCategory(java.lang.Long id,
SystemImageCategoryVO systemImageCategory)
throws FrameworkException
FrameworkExceptionjava.lang.Long saveDetails(SystemCustomImageDTO image) throws FrameworkException
FrameworkException