Interface RenderingTemplateService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.view.RenderingTemplate> find​(de.digitalcollections.model.api.paging.PageRequest pageRequest)  
      de.digitalcollections.model.impl.view.RenderingTemplate findOne​(UUID uuid)  
      de.digitalcollections.model.impl.view.RenderingTemplate save​(de.digitalcollections.model.impl.view.RenderingTemplate template)  
      de.digitalcollections.model.impl.view.RenderingTemplate update​(de.digitalcollections.model.impl.view.RenderingTemplate template)  
    • Method Detail

      • find

        de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.impl.view.RenderingTemplate> find​(de.digitalcollections.model.api.paging.PageRequest pageRequest)
      • findOne

        de.digitalcollections.model.impl.view.RenderingTemplate findOne​(UUID uuid)
      • save

        de.digitalcollections.model.impl.view.RenderingTemplate save​(de.digitalcollections.model.impl.view.RenderingTemplate template)
      • update

        de.digitalcollections.model.impl.view.RenderingTemplate update​(de.digitalcollections.model.impl.view.RenderingTemplate template)