Uses of Interface
com.skava.auth.repository.FeaturesPrivilegeMappingRepository
Packages that use FeaturesPrivilegeMappingRepository
Package
Description
Implementation classes to represent the service layer implementations of the privilege.
Support classes for hold the reusable functionalities.
-
Uses of FeaturesPrivilegeMappingRepository in com.skava.auth.service.impl.featuresprivilegemapping
Constructors in com.skava.auth.service.impl.featuresprivilegemapping with parameters of type FeaturesPrivilegeMappingRepositoryModifierConstructorDescriptionCreateFeaturesPrivilegeMappingServiceImpl
(FeaturesPrivilegeMappingRepository featureAndPrivilegeMapRepository, org.springframework.context.MessageSource messageSource) DeleteFeaturesPrivilegeMappingServiceImpl
(FeaturesPrivilegeMappingRepository featureAndPrivilegeMapRepository) DeleteFeaturesAndPrivilegeMapServiceImplGetFeaturesPrivilegeMappingServiceImpl
(FeaturesPrivilegeMappingRepository featuresPrivilegeRepository) GetFeaturesAndPrivilegeMapServiceImplUpdateFeaturesPrivilegeMappingServiceImpl
(FeaturesPrivilegeMappingRepository featuresPrivilegeMappingRepository) -
Uses of FeaturesPrivilegeMappingRepository in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type FeaturesPrivilegeMappingRepositoryModifier and TypeMethodDescriptionstatic void
FeaturesPrivilegeMappingUtil.deleteFeaturePrivilegeMapping
(FeaturesPrivilegeMapping input, FeaturesPrivilegeMappingRepository featuresPrivilegeMapRepository) static FeaturesPrivilegeMapping
FeaturesPrivilegeMappingUtil.getFeaturesAndPrivilegeMapping
(Long featureId, FeaturesPrivilegeMappingRepository featuresPrivilegeMapRepository)