Interface IdentifierTypeService
-
- All Known Implementing Classes:
IdentifierTypeServiceImpl
public interface IdentifierTypeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longcount()voiddelete(List<UUID> uuids)default voiddelete(UUID uuid)de.digitalcollections.model.list.paging.PageResponse<de.digitalcollections.model.identifiable.IdentifierType>find(de.digitalcollections.model.list.paging.PageRequest pageRequest)de.digitalcollections.model.identifiable.IdentifierTypegetByNamespace(String namespace)de.digitalcollections.model.identifiable.IdentifierTypegetByUuid(UUID uuid)Map<String,String>getIdentifierTypeCache()de.digitalcollections.model.identifiable.IdentifierTypesave(de.digitalcollections.model.identifiable.IdentifierType identifierType)de.digitalcollections.model.identifiable.IdentifierTypeupdate(de.digitalcollections.model.identifiable.IdentifierType identifierType)Map<String,String>updateIdentifierTypeCache()
-
-
-
Method Detail
-
count
long count()
-
delete
default void delete(UUID uuid)
-
find
de.digitalcollections.model.list.paging.PageResponse<de.digitalcollections.model.identifiable.IdentifierType> find(de.digitalcollections.model.list.paging.PageRequest pageRequest)
-
getByNamespace
de.digitalcollections.model.identifiable.IdentifierType getByNamespace(String namespace)
-
getByUuid
de.digitalcollections.model.identifiable.IdentifierType getByUuid(UUID uuid)
-
save
de.digitalcollections.model.identifiable.IdentifierType save(de.digitalcollections.model.identifiable.IdentifierType identifierType)
-
update
de.digitalcollections.model.identifiable.IdentifierType update(de.digitalcollections.model.identifiable.IdentifierType identifierType)
-
updateIdentifierTypeCache
Map<String,String> updateIdentifierTypeCache() throws CudamiServiceException
- Throws:
CudamiServiceException
-
-