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

Inheritance: SessionBase, IRoleBaseMgr
Mostra file Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IRoleDao

Public Methods

Method Description
RoleBaseMgr ( IRoleDao entityDao ) : System

Private Methods

Method Description
CreateRole ( Role entity ) : void
DeleteRole ( IList entityList ) : void
DeleteRole ( IList pkList ) : void
DeleteRole ( Role entity ) : void
DeleteRole ( String code ) : void
GetAllRole ( ) : IList
LoadRole ( String code ) : Role
UpdateRole ( Role entity ) : void

Method Details

RoleBaseMgr() public method

public RoleBaseMgr ( IRoleDao entityDao ) : System
entityDao IRoleDao
return System

Property Details

entityDao protected_oe property

protected IRoleDao entityDao
return IRoleDao