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

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

Protected Properties

Property Type Description
entityDao ICurrencyDao

Public Methods

Method Description
CurrencyBaseMgr ( ICurrencyDao entityDao ) : System

Private Methods

Method Description
CreateCurrency ( Currency entity ) : void
DeleteCurrency ( Currency entity ) : void
DeleteCurrency ( IList entityList ) : void
DeleteCurrency ( IList pkList ) : void
DeleteCurrency ( String code ) : void
GetAllCurrency ( ) : IList
LoadCurrency ( String code ) : Currency
UpdateCurrency ( Currency entity ) : void

Method Details

CurrencyBaseMgr() public method

public CurrencyBaseMgr ( ICurrencyDao entityDao ) : System
entityDao ICurrencyDao
return System

Property Details

entityDao protected property

protected ICurrencyDao entityDao
return ICurrencyDao