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, IdentifierService identifierService, 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, IdentifierService identifierService, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig)GivenNameServiceImpl(GivenNameRepository repository, IdentifierService identifierService, 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, IdentifierService identifierService, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig)CorporateBodyServiceImpl(CorporateBodyRepository repository, ExternalCorporateBodyRepository externalRepository, ImageFileResourceService imageFileResourceService, IdentifierService identifierService, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig)PersonServiceImpl(PersonRepository repository, IdentifierService identifierService, 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, IdentifierService identifierService, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig)HumanSettlementServiceImpl(HumanSettlementRepository repository, IdentifierService identifierService, 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, DigitalObjectService digitalObjectService, IdentifierService identifierService, UrlAliasService urlAliasService, HookProperties hookProperties, LocaleService localeService, CudamiConfig cudamiConfig)WorkServiceImpl(WorkRepository repository, IdentifierService identifierService, 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, IdentifierService identifierService, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig)
-