C# Class com.Sconit.Service.MasterData.Impl.UserMgr

Inheritance: UserBaseMgr, IUserMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

Méthode Description
UserMgr ( IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr ) : System

Private Methods

Méthode 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

Method Details

UserMgr() public méthode

public UserMgr ( IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr ) : System
entityDao IUserDao
userPermissionMgr IUserPermissionMgr
userRoleMgr IUserRoleMgr
rolePermissionMgr IRolePermissionMgr
hqlMgr IHqlMgr
Résultat System