Method | Description | |
---|---|---|
RolePermissionMgr ( IRolePermissionDao entityDao, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr ) : System.Collections |
Method | Description | |
---|---|---|
CreateRolePermissions ( Role role, IList |
||
GetPermissionsByRoleCode ( string code ) : IList |
||
GetPermissionsByRoleCode ( string code, string categoryCode ) : IList |
||
GetPermissionsNotInRole ( string code ) : IList |
||
GetPermissionsNotInRole ( string code, string categoryCode ) : IList |
||
LoadRolePermission ( string roleCode, int permissionId ) : RolePermission |
public RolePermissionMgr ( IRolePermissionDao entityDao, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr ) : System.Collections | ||
entityDao | IRolePermissionDao | |
criteriaMgr | ICriteriaMgr | |
permissionMgr | IPermissionMgr | |
return | System.Collections |