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

Inheritance: CodeMasterBaseMgr, ICodeMasterMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
CodeMasterMgr ( ICodeMasterDao entityDao, ICriteriaMgr criteriaMgr ) : System
GetAllCodeMaster ( ) : IList
GetCachedCodeMaster ( string code, string value ) : CodeMaster
GetCachedCodeMaster ( string code ) : IList
GetCodeMasterList ( string code, object valueArray ) : IList
GetDefaultCodeMaster ( string code ) : CodeMaster
GetRandomTheme ( string themeType ) : string

Method Details

CodeMasterMgr() public method

public CodeMasterMgr ( ICodeMasterDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao ICodeMasterDao
criteriaMgr ICriteriaMgr
return System

GetAllCodeMaster() public method

public GetAllCodeMaster ( ) : IList
return IList

GetCachedCodeMaster() public method

public GetCachedCodeMaster ( string code, string value ) : CodeMaster
code string
value string
return CodeMaster

GetCachedCodeMaster() public method

public GetCachedCodeMaster ( string code ) : IList
code string
return IList

GetCodeMasterList() public method

public GetCodeMasterList ( string code, object valueArray ) : IList
code string
valueArray object
return IList

GetDefaultCodeMaster() public method

public GetDefaultCodeMaster ( string code ) : CodeMaster
code string
return CodeMaster

GetRandomTheme() public method

public GetRandomTheme ( string themeType ) : string
themeType string
return string