Package org.cyclos.services.system
Interface CustomSvgIconService
-
- All Superinterfaces:
CRUDService<CustomSvgIconDTO,CustomSvgIconData,Void>,Service
- All Known Subinterfaces:
CustomSvgIconServiceLocal
public interface CustomSvgIconService extends CRUDService<CustomSvgIconDTO,CustomSvgIconData,Void>
Service for custom SVG icons
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>icons()Returns all icons in a map with name and contentList<CustomSvgIconVO>list()Lists all icons-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
-
-
-
Method Detail
-
icons
Map<String,String> icons() throws FrameworkException
Returns all icons in a map with name and content- Throws:
FrameworkException
-
list
List<CustomSvgIconVO> list() throws FrameworkException
Lists all icons- Throws:
FrameworkException
-
-