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

Inheritance: SessionBase, IUserPreferenceBaseMgr
Mostrar archivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IUserPreferenceDao

Public Methods

Method Description
UserPreferenceBaseMgr ( IUserPreferenceDao entityDao ) : System

Private Methods

Method Description
CreateUserPreference ( UserPreference entity ) : void
DeleteUserPreference ( IList entityList ) : void
DeleteUserPreference ( String userCode, String code ) : void
DeleteUserPreference ( UserPreference entity ) : void
DeleteUserPreference ( com user, String code ) : void
GetAllUserPreference ( ) : IList
LoadUserPreference ( String userCode, String code ) : UserPreference
LoadUserPreference ( com user, String code ) : UserPreference
UpdateUserPreference ( UserPreference entity ) : void

Method Details

UserPreferenceBaseMgr() public method

public UserPreferenceBaseMgr ( IUserPreferenceDao entityDao ) : System
entityDao IUserPreferenceDao
return System

Property Details

entityDao protected_oe property

protected IUserPreferenceDao entityDao
return IUserPreferenceDao