Uses of Interface
com.skava.auth.repository.FeaturesRoleMappingRepository
Packages that use FeaturesRoleMappingRepository
Package
Description
Service Impl classes for FeaturesRoleMapping.
Support classes for hold the reusable functionalities.
-
Uses of FeaturesRoleMappingRepository in com.skava.auth.service.impl.featuresrolemapping
Constructors in com.skava.auth.service.impl.featuresrolemapping with parameters of type FeaturesRoleMappingRepositoryModifierConstructorDescriptionGetFeaturesRoleMappingServiceImpl
(FeaturesRoleMappingRepository featureRoleMappingRepository) -
Uses of FeaturesRoleMappingRepository in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type FeaturesRoleMappingRepositoryModifier and TypeMethodDescriptionstatic void
FeaturesRoleMappingUtil.deleteFeatureRoleMapping
(FeaturesRoleMapping input, FeaturesRoleMappingRepository featuresRoleMappingRepository) static List<FeaturesRoleMapping>
FeaturesRoleMappingUtil.getFeaturesAndRoleMapping
(Long roleId, FeaturesRoleMappingRepository featuresRoleMappingRepository, Long collectionId)