Interface IdentifierTypeService
-
- All Known Implementing Classes:
IdentierTypeServiceImpl
public interface IdentifierTypeService
-
-
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.IdentifierTypeget(java.util.UUID uuid)de.digitalcollections.model.api.identifiable.IdentifierTypesave(de.digitalcollections.model.api.identifiable.IdentifierType identifiable)de.digitalcollections.model.api.identifiable.IdentifierTypeupdate(de.digitalcollections.model.api.identifiable.IdentifierType identifiable)
-
-
-
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)
-
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 identifiable)
-
update
de.digitalcollections.model.api.identifiable.IdentifierType update(de.digitalcollections.model.api.identifiable.IdentifierType identifiable)
-
-