Interface WebpageService<W extends de.digitalcollections.model.api.identifiable.entity.parts.Webpage,I extends de.digitalcollections.model.api.identifiable.Identifiable>
-
- Type Parameters:
W- webpage instanceI- identifiable instance
- All Superinterfaces:
IdentifiablesContainerService<W,I>,IdentifiableService<W>,NodeService<W>
- All Known Implementing Classes:
WebpageServiceImpl
public interface WebpageService<W extends de.digitalcollections.model.api.identifiable.entity.parts.Webpage,I extends de.digitalcollections.model.api.identifiable.Identifiable> extends NodeService<W>, IdentifiablesContainerService<W,I>
Service for Webpage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Wget(java.util.UUID uuid, java.util.Locale locale)WsaveWithParentWebpage(W webpage, java.util.UUID parentWebpageUuid)WsaveWithParentWebsite(W webpage, java.util.UUID parentWebsiteUuid)-
Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifiablesContainerService
addIdentifiable, getIdentifiables, getIdentifiables, saveIdentifiables, saveIdentifiables
-
Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifiableService
count, find, find, get, save, update
-
Methods inherited from interface de.digitalcollections.cudami.server.business.api.service.identifiable.NodeService
getChildren, getChildren
-
-
-
-
Method Detail
-
get
W get(java.util.UUID uuid, java.util.Locale locale) throws IdentifiableServiceException
- Specified by:
getin interfaceIdentifiableService<W extends de.digitalcollections.model.api.identifiable.entity.parts.Webpage>- Throws:
IdentifiableServiceException
-
saveWithParentWebsite
W saveWithParentWebsite(W webpage, java.util.UUID parentWebsiteUuid) throws IdentifiableServiceException
- Throws:
IdentifiableServiceException
-
saveWithParentWebpage
W saveWithParentWebpage(W webpage, java.util.UUID parentWebpageUuid) throws IdentifiableServiceException
- Throws:
IdentifiableServiceException
-
-