Uses of Class
com.skava.auth.model.entities.FeaturesRoleMapping
Packages that use FeaturesRoleMapping
Package
Description
Models to represent the entity classes.
Response classes for FeaturesRoleMapping.
Data transfer classes for entities to hold the entity related informations.
Repository classes to represent the data access layer of the entities.
Support classes for hold the reusable functionalities.
-
Uses of FeaturesRoleMapping in com.skava.auth.model.entities
Constructor parameters in com.skava.auth.model.entities with type arguments of type FeaturesRoleMappingModifierConstructorDescriptionQFeaturesRoleMapping
(com.querydsl.core.types.Path<? extends FeaturesRoleMapping> path) QFeaturesRoleMapping
(Class<? extends FeaturesRoleMapping> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of FeaturesRoleMapping in com.skava.auth.model.response.featuresrolemapping
Constructors in com.skava.auth.model.response.featuresrolemapping with parameters of type FeaturesRoleMappingModifierConstructorDescriptionFeaturesRoleMappingResponse
(String responseCode, FeaturesRoleMapping featuresRoleMapping) Constructor parameters in com.skava.auth.model.response.featuresrolemapping with type arguments of type FeaturesRoleMappingModifierConstructorDescriptionFeaturesRoleMappingResponse
(String responseCode, List<FeaturesRoleMapping> featuresRoleMappings) -
Uses of FeaturesRoleMapping in com.skava.auth.model.rest.entities
Constructors in com.skava.auth.model.rest.entities with parameters of type FeaturesRoleMapping -
Uses of FeaturesRoleMapping in com.skava.auth.repository
Methods in com.skava.auth.repository that return types with arguments of type FeaturesRoleMappingModifier and TypeMethodDescriptionFeaturesRoleMappingRepository.findByRoleIdAndCollectionId
(Long roleId, Long collectionId) FeaturesRoleMappingRepository.findByRoleIdAndCollectionIdAndFeaturesPrivilegeMapping
(Long roleId, Long collectionId, FeaturesPrivilegeMapping featuresPrivilegeMapping) -
Uses of FeaturesRoleMapping in com.skava.auth.util
Methods in com.skava.auth.util that return types with arguments of type FeaturesRoleMappingModifier and TypeMethodDescriptionstatic List<FeaturesRoleMapping>
FeaturesRoleMappingUtil.getFeaturesAndRoleMapping
(Long roleId, FeaturesRoleMappingRepository featuresRoleMappingRepository, Long collectionId) Methods in com.skava.auth.util with parameters of type FeaturesRoleMappingModifier and TypeMethodDescriptionstatic void
FeaturesRoleMappingUtil.deleteFeatureRoleMapping
(FeaturesRoleMapping input, FeaturesRoleMappingRepository featuresRoleMappingRepository)