Uses of Interface
de.digitalcollections.cudami.server.business.impl.service.identifiable.IdentifiableUrlAliasAlignHelper.SlugGeneratorService
Packages that use IdentifiableUrlAliasAlignHelper.SlugGeneratorService
-
Uses of IdentifiableUrlAliasAlignHelper.SlugGeneratorService in de.digitalcollections.cudami.server.business.impl.service.identifiable
Methods in de.digitalcollections.cudami.server.business.impl.service.identifiable with parameters of type IdentifiableUrlAliasAlignHelper.SlugGeneratorServiceModifier and TypeMethodDescriptionstatic <I extends de.digitalcollections.model.identifiable.Identifiable>
voidIdentifiableUrlAliasAlignHelper.alignForUpdate(I actualIdentifiable, I identifiableInDatabase, CudamiConfig cudamiConfig, IdentifiableUrlAliasAlignHelper.SlugGeneratorService slugGeneratorService) Align all UrlAliases to fit in with the updating/updated identifiable.static <I extends de.digitalcollections.model.identifiable.Identifiable>
voidIdentifiableUrlAliasAlignHelper.checkDefaultAliases(I actualIdentifiable, CudamiConfig cudamiConfig, IdentifiableUrlAliasAlignHelper.SlugGeneratorService slugGeneratorService) Ensure that default aliases exist (new ones can be created).