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

Inheritance: SessionBase, IRolePermissionBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IRolePermissionDao

Méthodes publiques

Méthode Description
RolePermissionBaseMgr ( IRolePermissionDao entityDao ) : System

Private Methods

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

public RolePermissionBaseMgr ( IRolePermissionDao entityDao ) : System
entityDao IRolePermissionDao
Résultat System

Property Details

entityDao protected_oe property

protected IRolePermissionDao entityDao
Résultat IRolePermissionDao