Uses of Interface
de.digitalcollections.cudami.server.business.api.service.LocaleService
-
-
Uses of LocaleService in de.digitalcollections.cudami.server.business.impl.service
Classes in de.digitalcollections.cudami.server.business.impl.service that implement LocaleService Modifier and Type Class Description classLocaleServiceImplService for Locale handling. -
Uses of LocaleService in de.digitalcollections.cudami.server.business.impl.service.identifiable
Constructors in de.digitalcollections.cudami.server.business.impl.service.identifiable with parameters of type LocaleService Constructor Description IdentifiableServiceImpl(IdentifiableRepository<I> repository, IdentifierService identifierService, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig) -
Uses of LocaleService 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 LocaleService 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 LocaleService in de.digitalcollections.cudami.server.business.impl.service.identifiable.alias
Constructors in de.digitalcollections.cudami.server.business.impl.service.identifiable.alias with parameters of type LocaleService Constructor Description UrlAliasServiceImpl(UrlAliasRepository repository, de.digitalcollections.commons.web.SlugGenerator slugGenerator, LocaleService localeService) -
Uses of LocaleService in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity
-
Uses of LocaleService 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 LocaleService 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 LocaleService 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 LocaleService 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 LocaleService 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 LocaleService 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 LocaleService in de.digitalcollections.cudami.server.business.impl.service.identifiable.resource
-
Uses of LocaleService 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 LocaleService Constructor Description WebpageServiceImpl(WebpageRepository repository, IdentifierService identifierService, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig)
-