Class IconServiceImpl

  • All Implemented Interfaces:
    IconService

    @Service
    public class IconServiceImpl
    extends java.lang.Object
    implements IconService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SIcon createIcon​(java.lang.String iconFilename, byte[] iconContent)  
      void deleteIcon​(java.lang.Long iconId)  
      SIcon getIcon​(java.lang.Long iconId)  
      java.util.Optional<java.lang.Long> replaceIcon​(java.lang.String iconFilename, byte[] iconContent, java.lang.Long iconIdToReplace)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait