Class IdentifierTypeServiceImpl
- 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 de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifierTypeRepositoryrepository
-
Constructor Summary
Constructors Constructor Description IdentifierTypeServiceImpl(de.digitalcollections.cudami.server.backend.api.repository.identifiable.IdentifierTypeRepository repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcount()de.digitalcollections.model.api.paging.PageResponsefind(de.digitalcollections.model.api.paging.PageRequest pageRequest)de.digitalcollections.model.api.identifiable.IdentifierTypeget(java.util.UUID uuid)de.digitalcollections.model.api.identifiable.IdentifierTypesave(de.digitalcollections.model.api.identifiable.IdentifierType identifierType)de.digitalcollections.model.api.identifiable.IdentifierTypeupdate(de.digitalcollections.model.api.identifiable.IdentifierType identifiable)
-
-
-
Method Detail
-
count
public long count()
- Specified by:
countin interfaceIdentifierTypeService
-
find
public de.digitalcollections.model.api.paging.PageResponse find(de.digitalcollections.model.api.paging.PageRequest pageRequest)
- Specified by:
findin interfaceIdentifierTypeService
-
get
public de.digitalcollections.model.api.identifiable.IdentifierType get(java.util.UUID uuid)
- Specified by:
getin interfaceIdentifierTypeService
-
save
public de.digitalcollections.model.api.identifiable.IdentifierType save(de.digitalcollections.model.api.identifiable.IdentifierType identifierType)
- Specified by:
savein interfaceIdentifierTypeService
-
update
public de.digitalcollections.model.api.identifiable.IdentifierType update(de.digitalcollections.model.api.identifiable.IdentifierType identifiable)
- Specified by:
updatein interfaceIdentifierTypeService
-
-