限定符和类型 | 方法和说明 |
---|---|
java.util.Map<java.lang.String,java.util.List<AuthorityRecord>> |
BaseAuthorityController.findAuthorityRecord(java.util.List<java.lang.String> authorityIdList) |
java.util.Map<java.lang.String,java.util.List<AuthorityRecord>> |
AuthorityController.findAuthorityRecord(java.util.List<java.lang.String> authorityIdList)
查询对应权限实体的所有关联的权限记录
|
java.util.List<AuthorityRecord> |
BaseAuthorityController.findAuthorityRecord(java.lang.String authorityId) |
java.util.List<AuthorityRecord> |
AuthorityController.findAuthorityRecord(java.lang.String authorityId)
查询对应权限实体的所有关联的权限记录
|
限定符和类型 | 方法和说明 |
---|---|
void |
BaseAuthorityController.overwriteAuthorityRecord(java.lang.String authorityId,
java.util.List<AuthorityRecord> authorityRecords) |
void |
AuthorityController.overwriteAuthorityRecord(java.lang.String authorityId,
java.util.List<AuthorityRecord> authorityRecords)
覆盖权限实体的权限记录(会清除当前该权限实体的所有权限记录,然后插入新的)
|
限定符和类型 | 方法和说明 |
---|---|
AuthorityRecord |
AuthorityRecord.authority(AuthorityValue authority) |
AuthorityRecord |
AuthorityRecord.authorityEntityId(java.lang.String authorityEntityId) |
AuthorityRecord |
AuthorityRecord.authorityEntityType(int authorityEntityType) |
AuthorityRecord |
AuthorityRecord.authorityType(AuthorityType authorityType) |
AuthorityRecord |
AuthorityRecord.id(java.lang.String id) |
AuthorityRecord |
AuthorityRecord.roleId(java.lang.String roleId) |
AuthorityRecord |
AuthorityRecord.roleType(RoleType roleType) |
限定符和类型 | 方法和说明 |
---|---|
static AuthorityRecord |
EntityConvertUtil.toAuthorityRecord(AuthorityEntity entity) |
限定符和类型 | 方法和说明 |
---|---|
static AuthorityEntity |
EntityConvertUtil.toAuthorityEntity(AuthorityRecord record) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<TransferEntityAuthoritiesBean> |
AbstractTransferDataBuilder.exportEntityAuthorities(java.util.Map<TransferEntityAuthorityDetailBean,java.util.List<AuthorityRecord>> map) |
限定符和类型 | 方法和说明 |
---|---|
static java.util.List<PrivilegeDetailBean> |
ControllerFactory.transferAuthorityRecords2PrivilegeDetails(java.util.List<AuthorityRecord> records)
数据库权限细节集合转换为业务层权限细节集合
|