Class IdentifierTypeServiceImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifierTypeRepository repository  
    • Constructor Summary

      Constructors 
      Constructor Description
      IdentifierTypeServiceImpl​(de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifierTypeRepository repository)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long count()  
      de.digitalcollections.model.api.paging.PageResponse find​(de.digitalcollections.model.api.paging.PageRequest pageRequest)  
      de.digitalcollections.model.api.identifiable.IdentifierType get​(java.util.UUID uuid)  
      de.digitalcollections.model.api.identifiable.IdentifierType save​(de.digitalcollections.model.api.identifiable.IdentifierType identifierType)  
      de.digitalcollections.model.api.identifiable.IdentifierType update​(de.digitalcollections.model.api.identifiable.IdentifierType identifiable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • repository

        protected de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifierTypeRepository repository
    • Constructor Detail

      • IdentifierTypeServiceImpl

        @Autowired
        public IdentifierTypeServiceImpl​(@Qualifier("identifierTypeRepositoryImpl")
                                         de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifierTypeRepository repository)
    • Method Detail

      • find

        public de.digitalcollections.model.api.paging.PageResponse find​(de.digitalcollections.model.api.paging.PageRequest pageRequest)
        Specified by:
        find in interface IdentifierTypeService
      • get

        public de.digitalcollections.model.api.identifiable.IdentifierType get​(java.util.UUID uuid)
        Specified by:
        get in interface IdentifierTypeService
      • save

        public de.digitalcollections.model.api.identifiable.IdentifierType save​(de.digitalcollections.model.api.identifiable.IdentifierType identifierType)
        Specified by:
        save in interface IdentifierTypeService
      • update

        public de.digitalcollections.model.api.identifiable.IdentifierType update​(de.digitalcollections.model.api.identifiable.IdentifierType identifiable)
        Specified by:
        update in interface IdentifierTypeService