Uses of Interface
de.digitalcollections.cudami.server.business.api.service.identifiable.alias.UrlAliasService
-
-
Uses of UrlAliasService in de.digitalcollections.cudami.server.business.impl.service.identifiable
Constructors in de.digitalcollections.cudami.server.business.impl.service.identifiable with parameters of type UrlAliasService Constructor Description IdentifiableServiceImpl(IdentifiableRepository<I> repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig) -
Uses of UrlAliasService in de.digitalcollections.cudami.server.business.impl.service.identifiable.agent
Constructors in de.digitalcollections.cudami.server.business.impl.service.identifiable.agent with parameters of type UrlAliasService Constructor Description FamilyNameServiceImpl(FamilyNameRepository repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig)GivenNameServiceImpl(GivenNameRepository repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig) -
Uses of UrlAliasService in de.digitalcollections.cudami.server.business.impl.service.identifiable.alias
Classes in de.digitalcollections.cudami.server.business.impl.service.identifiable.alias that implement UrlAliasService Modifier and Type Class Description classUrlAliasServiceImplService implementation for UrlAlias handling. -
Uses of UrlAliasService in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity
-
Uses of UrlAliasService in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.agent
Constructors in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.agent with parameters of type UrlAliasService Constructor Description AgentServiceImpl(AgentRepository repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig)CorporateBodyServiceImpl(CorporateBodyRepository repository, ExternalCorporateBodyRepository externalRepository, ImageFileResourceService imageFileResourceService, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig)PersonServiceImpl(PersonRepository repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig) -
Uses of UrlAliasService in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.geo.location
Constructors in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.geo.location with parameters of type UrlAliasService Constructor Description GeoLocationServiceImpl(GeoLocationRepository repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig)HumanSettlementServiceImpl(HumanSettlementRepository repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig) -
Uses of UrlAliasService in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.work
Constructors in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity.work with parameters of type UrlAliasService Constructor Description ItemServiceImpl(ItemRepository repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig)WorkServiceImpl(WorkRepository repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig) -
Uses of UrlAliasService in de.digitalcollections.cudami.server.business.impl.service.identifiable.resource
-
Uses of UrlAliasService in de.digitalcollections.cudami.server.business.impl.service.identifiable.web
Constructors in de.digitalcollections.cudami.server.business.impl.service.identifiable.web with parameters of type UrlAliasService Constructor Description WebpageServiceImpl(WebpageRepository repository, IdentifierRepository identifierRepository, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig)
-