java.lang.Object
de.digitalcollections.cudami.server.business.impl.service.identifiable.IdentifierTypeServiceImpl
All Implemented Interfaces:
IdentifierTypeService

@Service
public class IdentifierTypeServiceImpl
extends java.lang.Object
implements IdentifierTypeService
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected IdentifierTypeRepository repository  
  • Constructor Summary

    Constructors
    Constructor Description
    IdentifierTypeServiceImpl​(IdentifierTypeRepository repository)  
  • Method Summary

    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 Details

  • Constructor Details

    • IdentifierTypeServiceImpl

      @Autowired public IdentifierTypeServiceImpl​(@Qualifier("identifierTypeRepositoryImpl") IdentifierTypeRepository repository)
  • Method Details

    • count

      public long count()
      Specified by:
      count in interface IdentifierTypeService
    • 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