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

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

Protected Properties

Property Type Description
entityDao IEntityPreferenceDao

Public Methods

Method Description
EntityPreferenceBaseMgr ( IEntityPreferenceDao entityDao ) : System

Private Methods

Method Description
CreateEntityPreference ( EntityPreference entity ) : void
DeleteEntityPreference ( EntityPreference entity ) : void
DeleteEntityPreference ( IList entityList ) : void
DeleteEntityPreference ( IList pkList ) : void
DeleteEntityPreference ( String code ) : void
GetAllEntityPreference ( ) : IList
LoadEntityPreference ( String code ) : EntityPreference
UpdateEntityPreference ( EntityPreference entity ) : void

Method Details

EntityPreferenceBaseMgr() public method

public EntityPreferenceBaseMgr ( IEntityPreferenceDao entityDao ) : System
entityDao IEntityPreferenceDao
return System

Property Details

entityDao protected property

protected IEntityPreferenceDao entityDao
return IEntityPreferenceDao