Uses of Interface
de.digitalcollections.cudami.server.business.impl.service.identifiable.IdentifiableUrlAliasAlignHelper.SlugGeneratorService
-
Packages that use IdentifiableUrlAliasAlignHelper.SlugGeneratorService Package Description de.digitalcollections.cudami.server.business.impl.service.identifiable -
-
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.SlugGeneratorService Modifier and Type Method Description static <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).
-