Package org.cyclos.impl.system
Interface CustomSvgIconServiceLocal
-
- All Superinterfaces:
CRUDService<CustomSvgIconDTO,CustomSvgIconData,Void>,CRUDServiceLocal<CustomSvgIcon,CustomSvgIconDTO,CustomSvgIconData,Void>,CustomSvgIconService,Service
public interface CustomSvgIconServiceLocal extends CustomSvgIconService, CRUDServiceLocal<CustomSvgIcon,CustomSvgIconDTO,CustomSvgIconData,Void>
Local interface forCustomSvgIconService
-
-
Method Summary
-
Methods inherited from interface org.cyclos.services.CRUDService
getData, getDataForNew, load, remove, removeAll, save
-
Methods inherited from interface org.cyclos.impl.CRUDServiceLocal
find, findAll, getEntityClass, newEntity, remove, removeAll, saveEntity, saveSkippingEntityLog, toDTO, toEntity, validate
-
Methods inherited from interface org.cyclos.services.system.CustomSvgIconService
icons, list
-
-