Interface PrivilegeMappingEntityManager

All Superinterfaces:
EntityManager<PrivilegeMappingEntity>
All Known Implementing Classes:
PrivilegeMappingEntityManagerImpl

public interface PrivilegeMappingEntityManager extends EntityManager<PrivilegeMappingEntity>
  • Method Details

    • deleteByPrivilegeId

      void deleteByPrivilegeId(String privilegeId)
    • deleteByPrivilegeIdAndUserId

      void deleteByPrivilegeIdAndUserId(String privilegeId, String userId)
    • deleteByPrivilegeIdAndGroupId

      void deleteByPrivilegeIdAndGroupId(String privilegeId, String groupId)
    • getPrivilegeMappingsByPrivilegeId

      List<PrivilegeMapping> getPrivilegeMappingsByPrivilegeId(String privilegeId)