Class IdentifierTypeServiceImpl

    • Constructor Detail

    • Method Detail

      • find

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

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

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

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