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 IdentifierTypeRepositoryrepository -
Constructor Summary
Constructors Constructor Description IdentifierTypeServiceImpl(IdentifierTypeRepository repository) -
Method Summary
Modifier and Type Method Description longcount()voiddelete(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.IdentifierTypeget(java.util.UUID uuid)de.digitalcollections.model.api.identifiable.IdentifierTypegetByNamespace(java.lang.String namespace)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)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifierTypeService
delete
-
Field Details
-
Constructor Details
-
Method Details
-
count
public long count()- Specified by:
countin interfaceIdentifierTypeService
-
delete
public void delete(java.util.List<java.util.UUID> uuids)- Specified by:
deletein interfaceIdentifierTypeService
-
find
public de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.api.identifiable.IdentifierType> 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
-
getByNamespace
public de.digitalcollections.model.api.identifiable.IdentifierType getByNamespace(java.lang.String namespace)- Specified by:
getByNamespacein 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
-