Interface IdentifierTypeService
- All Superinterfaces:
UniqueObjectService<de.digitalcollections.model.identifiable.IdentifierType>
- All Known Implementing Classes:
IdentifierTypeServiceImpl
public interface IdentifierTypeService
extends UniqueObjectService<de.digitalcollections.model.identifiable.IdentifierType>
-
Method Summary
Modifier and TypeMethodDescriptionde.digitalcollections.model.identifiable.IdentifierTypegetByNamespace(String namespace) Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.UniqueObjectService
count, create, delete, delete, find, getAll, getByExample, getByExampleAndFiltering, getByExampleAndLocale, getRandom, save, update
-
Method Details
-
getByNamespace
de.digitalcollections.model.identifiable.IdentifierType getByNamespace(String namespace) throws ServiceException - Throws:
ServiceException
-
getIdentifierTypeCache
- Throws:
ServiceException
-
updateIdentifierTypeCache
- Throws:
ServiceException
-