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

Inheritance: CodeMasterBaseMgr, ICodeMasterMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Méthodes publiques

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

public CodeMasterMgr ( ICodeMasterDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao ICodeMasterDao
criteriaMgr ICriteriaMgr
Résultat System

GetAllCodeMaster() public méthode

public GetAllCodeMaster ( ) : IList
Résultat IList

GetCachedCodeMaster() public méthode

public GetCachedCodeMaster ( string code, string value ) : CodeMaster
code string
value string
Résultat CodeMaster

GetCachedCodeMaster() public méthode

public GetCachedCodeMaster ( string code ) : IList
code string
Résultat IList

GetCodeMasterList() public méthode

public GetCodeMasterList ( string code, object valueArray ) : IList
code string
valueArray object
Résultat IList

GetDefaultCodeMaster() public méthode

public GetDefaultCodeMaster ( string code ) : CodeMaster
code string
Résultat CodeMaster

GetRandomTheme() public méthode

public GetRandomTheme ( string themeType ) : string
themeType string
Résultat string