Method | Description | |
---|---|---|
UserMgr ( IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr ) : System |
Method | Description | |
---|---|---|
CheckAndLoadUser ( string userCode ) : com.Sconit.Entity.MasterData.User | ||
GetAllPermissions ( string usrCode ) : IList |
||
GetAllUser ( System.DateTime LastModifyDate ) : IList |
||
GetMonitorUser ( ) : com.Sconit.Entity.MasterData.User | ||
GetMonitorUser ( bool isLoadUserPreference, bool isLoadPermission ) : com.Sconit.Entity.MasterData.User | ||
HasPermission ( string userCode, string permissionCode ) : bool | ||
LoadUser ( string code, bool isLoadUserPreference, bool isLoadPermission ) : com.Sconit.Entity.MasterData.User |
public UserMgr ( IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr ) : System | ||
entityDao | IUserDao | |
userPermissionMgr | IUserPermissionMgr | |
userRoleMgr | IUserRoleMgr | |
rolePermissionMgr | IRolePermissionMgr | |
hqlMgr | IHqlMgr | |
return | System |