Class DemoPresentationServiceImpl

java.lang.Object
de.digitalcollections.iiif.hymir.presentation.business.PresentationServiceImpl
de.digitalcollections.iiif.demo.service.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

    Modifier and Type Method Description
    void setServerUrl​(java.lang.String serverUrl)  

    Methods inherited from class de.digitalcollections.iiif.hymir.presentation.business.PresentationServiceImpl

    getAnnotationList, getCollection, getCollectionModificationDate, getManifest, getManifestModificationDate

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface de.digitalcollections.iiif.hymir.presentation.business.api.PresentationService

    copyAttributionInfo, getCanvas, getCanvas, getRange, getRange, getSequence, getSequence
  • Constructor Details

    • 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 Details

    • setServerUrl

      public void setServerUrl​(java.lang.String serverUrl)