public interface RolePermissionService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(RolePermission persistentInstance) |
List |
findAll() |
List<RolePermission> |
findByExample(RolePermission instance) |
RolePermission |
findById(Integer id) |
List<RolePermission> |
findByPermissionId(Object permissionId) |
List |
findByProperty(String propertyName,
Object value) |
List<RolePermission> |
findByRoleId(Object roleId) |
List<Permission> |
findPermissionByRoleId(Integer roleId) |
void |
save(RolePermission transientInstance) |
void save(RolePermission transientInstance)
void delete(RolePermission persistentInstance)
RolePermission findById(Integer id)
List<RolePermission> findByRoleId(Object roleId)
List<RolePermission> findByPermissionId(Object permissionId)
List<RolePermission> findByExample(RolePermission instance)
List findAll()
List<Permission> findPermissionByRoleId(Integer roleId)