Uses of Interface
de.trustable.ca3s.core.repository.ProtectedContentRepository
-
Packages that use ProtectedContentRepository Package Description de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of ProtectedContentRepository in de.trustable.ca3s.core.service.impl
Constructors in de.trustable.ca3s.core.service.impl with parameters of type ProtectedContentRepository Constructor Description ProtectedContentServiceImpl(ProtectedContentRepository protectedContentRepository) -
Uses of ProtectedContentRepository in de.trustable.ca3s.core.web.rest
Constructors in de.trustable.ca3s.core.web.rest with parameters of type ProtectedContentRepository Constructor Description CAConnectorConfigResource(CAConnectorConfigService cAConnectorConfigService, ProtectedContentUtil protUtil, ProtectedContentRepository protContentRepository, CAConnectorConfigRepository caConfigRepository, CaConnectorAdapter caConnectorAdapter, AuditService auditService)
-