All Known Implementing Classes:
IdentifierTypeServiceImpl

public interface IdentifierTypeService
  • 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 identifierType)  
  • Method Details

    • count

      long count()
    • find

      de.digitalcollections.model.api.paging.PageResponse find​(de.digitalcollections.model.api.paging.PageRequest pageRequest)
    • get

      de.digitalcollections.model.api.identifiable.IdentifierType get​(java.util.UUID uuid)
    • save

      de.digitalcollections.model.api.identifiable.IdentifierType save​(de.digitalcollections.model.api.identifiable.IdentifierType identifierType)
    • update

      de.digitalcollections.model.api.identifiable.IdentifierType update​(de.digitalcollections.model.api.identifiable.IdentifierType identifierType)