Interface PrivilegeMappingEntityManager
-
- All Superinterfaces:
EntityManager<PrivilegeMappingEntity>
- All Known Implementing Classes:
PrivilegeMappingEntityManagerImpl
public interface PrivilegeMappingEntityManager extends EntityManager<PrivilegeMappingEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteByPrivilegeId(String privilegeId)
void
deleteByPrivilegeIdAndGroupId(String privilegeId, String groupId)
void
deleteByPrivilegeIdAndUserId(String privilegeId, String userId)
List<PrivilegeMapping>
getPrivilegeMappingsByPrivilegeId(String privilegeId)
-