Interface IdentifierTypeRepository
-
public interface IdentifierTypeRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.digitalcollections.model.api.identifiable.IdentifierTypecreate()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.IdentifierTypefindOne(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 identifierType)
-
-
-
Method Detail
-
create
de.digitalcollections.model.api.identifiable.IdentifierType create()
-
find
de.digitalcollections.model.api.paging.PageResponse<de.digitalcollections.model.api.identifiable.IdentifierType> find(de.digitalcollections.model.api.paging.PageRequest pageRequest)
-
findOne
de.digitalcollections.model.api.identifiable.IdentifierType findOne(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)
-
-