C# 클래스 com.Sconit.Service.MasterData.Impl.CodeMasterMgr

상속: CodeMasterBaseMgr, ICodeMasterMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
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

메소드 상세

CodeMasterMgr() 공개 메소드

public CodeMasterMgr ( ICodeMasterDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao ICodeMasterDao
criteriaMgr ICriteriaMgr
리턴 System

GetAllCodeMaster() 공개 메소드

public GetAllCodeMaster ( ) : IList
리턴 IList

GetCachedCodeMaster() 공개 메소드

public GetCachedCodeMaster ( string code, string value ) : CodeMaster
code string
value string
리턴 CodeMaster

GetCachedCodeMaster() 공개 메소드

public GetCachedCodeMaster ( string code ) : IList
code string
리턴 IList

GetCodeMasterList() 공개 메소드

public GetCodeMasterList ( string code, object valueArray ) : IList
code string
valueArray object
리턴 IList

GetDefaultCodeMaster() 공개 메소드

public GetDefaultCodeMaster ( string code ) : CodeMaster
code string
리턴 CodeMaster

GetRandomTheme() 공개 메소드

public GetRandomTheme ( string themeType ) : string
themeType string
리턴 string