Class IdentierTypeServiceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      de.digitalcollections.model.api.identifiable.IdentifierType create()  
      de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.api.identifiable.IdentifierType> find​(de.digitalcollections.model.api.paging.PageRequest pageRequest)  
      de.digitalcollections.model.api.identifiable.IdentifierType get​(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 identifierType)  
    • Constructor Detail

      • IdentierTypeServiceImpl

        @Autowired
        public IdentierTypeServiceImpl​(@Qualifier("identifierTypeRepositoryImpl")
                                       IdentifierTypeRepository repository)
    • Method Detail

      • create

        public de.digitalcollections.model.api.identifiable.IdentifierType create()
        Specified by:
        create in interface IdentifierTypeService
      • find

        public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.api.identifiable.IdentifierType> 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

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

        @Transactional(readOnly=false)
        public de.digitalcollections.model.api.identifiable.IdentifierType update​(de.digitalcollections.model.api.identifiable.IdentifierType identifierType)
        Specified by:
        update in interface IdentifierTypeService