Uses of Interface
de.trustable.ca3s.core.service.AlgorithmRestrictionService
-
Packages that use AlgorithmRestrictionService Package Description de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of AlgorithmRestrictionService in de.trustable.ca3s.core.service.impl
Classes in de.trustable.ca3s.core.service.impl that implement AlgorithmRestrictionService Modifier and Type Class Description classAlgorithmRestrictionServiceImplService Implementation for managingAlgorithmRestriction. -
Uses of AlgorithmRestrictionService in de.trustable.ca3s.core.web.rest
Constructors in de.trustable.ca3s.core.web.rest with parameters of type AlgorithmRestrictionService Constructor Description AlgorithmRestrictionResource(AlgorithmRestrictionService algorithmRestrictionService, AlgorithmRestrictionRepository algorithmRestrictionRepository)
-