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()  
    void delete​(java.util.List<java.util.UUID> uuids)  
    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​(java.util.UUID uuid)  
    de.digitalcollections.model.api.identifiable.IdentifierType getByNamespace​(java.lang.String namespace)  
    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

    Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifierTypeService

    delete