C# 클래스 com.Sconit.Service.MasterData.Impl.UserMgr

상속: UserBaseMgr, IUserMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
UserMgr ( IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

UserMgr() 공개 메소드

public UserMgr ( IUserDao entityDao, IUserPermissionMgr userPermissionMgr, IUserRoleMgr userRoleMgr, IRolePermissionMgr rolePermissionMgr, IHqlMgr hqlMgr ) : System
entityDao IUserDao
userPermissionMgr IUserPermissionMgr
userRoleMgr IUserRoleMgr
rolePermissionMgr IRolePermissionMgr
hqlMgr IHqlMgr
리턴 System