Uses of Interface
de.digitalcollections.cudami.server.business.api.service.identifiable.IdentifierService
-
-
Uses of IdentifierService in de.digitalcollections.cudami.server.business.impl.service.identifiable
Classes in de.digitalcollections.cudami.server.business.impl.service.identifiable that implement IdentifierService Modifier and Type Class Description classIdentifierServiceImplFields in de.digitalcollections.cudami.server.business.impl.service.identifiable declared as IdentifierService Modifier and Type Field Description protected IdentifierServiceIdentifiableServiceImpl. identifierServiceConstructors in de.digitalcollections.cudami.server.business.impl.service.identifiable with parameters of type IdentifierService Constructor Description IdentifiableServiceImpl(IdentifiableRepository<I> repository, IdentifierService identifierService, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig) -
Uses of IdentifierService 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 IdentifierService 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 IdentifierService in de.digitalcollections.cudami.server.business.impl.service.identifiable.entity
-
Uses of IdentifierService 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 IdentifierService 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 IdentifierService 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 IdentifierService 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 IdentifierService 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 IdentifierService Constructor Description ItemServiceImpl(ItemRepository repository, 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 IdentifierService in de.digitalcollections.cudami.server.business.impl.service.identifiable.resource
-
Uses of IdentifierService 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 IdentifierService Constructor Description WebpageServiceImpl(WebpageRepository repository, IdentifierService identifierService, UrlAliasService urlAliasService, LocaleService localeService, CudamiConfig cudamiConfig)
-