Class IdentifierTypeServiceImpl

    • Constructor Detail

      • IdentifierTypeServiceImpl

        @Autowired
        public IdentifierTypeServiceImpl​(@Qualifier("identifierTypeRepositoryImpl")
                                         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​(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