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

Inheritance: SessionBase, IRolePermissionBaseMgr
Show file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IRolePermissionDao

Public Methods

Method Description
RolePermissionBaseMgr ( IRolePermissionDao entityDao ) : System

Private Methods

Method Description
CreateRolePermission ( RolePermission entity ) : void
DeleteRolePermission ( IList pkList ) : void
DeleteRolePermission ( IList entityList ) : void
DeleteRolePermission ( Int32 id ) : void
DeleteRolePermission ( RolePermission entity ) : void
GetAllRolePermission ( ) : IList
LoadRolePermission ( Int32 id ) : RolePermission
UpdateRolePermission ( RolePermission entity ) : void

Method Details

RolePermissionBaseMgr() public method

public RolePermissionBaseMgr ( IRolePermissionDao entityDao ) : System
entityDao IRolePermissionDao
return System

Property Details

entityDao protected property

protected IRolePermissionDao entityDao
return IRolePermissionDao