Class DemoPresentationServiceImpl

  • All Implemented Interfaces:
    de.digitalcollections.iiif.hymir.presentation.business.api.PresentationService

    @Primary
    @Service
    public class DemoPresentationServiceImpl
    extends de.digitalcollections.iiif.hymir.presentation.business.PresentationServiceImpl
    • Constructor Summary

      Constructors 
      Constructor Description
      DemoPresentationServiceImpl​(de.digitalcollections.iiif.hymir.presentation.backend.api.PresentationRepository presentationRepository, de.digitalcollections.iiif.hymir.presentation.business.api.PresentationSecurityService presentationSecurityService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setServerUrl​(String serverUrl)  
      • Methods inherited from class de.digitalcollections.iiif.hymir.presentation.business.PresentationServiceImpl

        getAnnotationList, getCollection, getCollectionModificationDate, getManifest, getManifestModificationDate
      • Methods inherited from interface de.digitalcollections.iiif.hymir.presentation.business.api.PresentationService

        copyAttributionInfo, getCanvas, getCanvas, getRange, getRange, getSequence, getSequence
    • Constructor Detail

      • DemoPresentationServiceImpl

        public DemoPresentationServiceImpl​(de.digitalcollections.iiif.hymir.presentation.backend.api.PresentationRepository presentationRepository,
                                           @Autowired(required=false)
                                           de.digitalcollections.iiif.hymir.presentation.business.api.PresentationSecurityService presentationSecurityService)
    • Method Detail

      • setServerUrl

        public void setServerUrl​(String serverUrl)