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

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

공개 메소드들

메소드 설명
GetAccount ( string subjectCode, string costCenterCode ) : IList
GetAllSubject ( ) : IList
GetCostCenter ( string subjectCode ) : IList
GetSubjectList ( string subjectCode ) : IList
LoadSubjectList ( string subjectCode, string costCenterCode, string accountCode ) : SubjectList
SubjectListMgr ( ISubjectListDao entityDao, ICriteriaMgr criteriaMgr ) : System

메소드 상세

GetAccount() 공개 메소드

public GetAccount ( string subjectCode, string costCenterCode ) : IList
subjectCode string
costCenterCode string
리턴 IList

GetAllSubject() 공개 메소드

public GetAllSubject ( ) : IList
리턴 IList

GetCostCenter() 공개 메소드

public GetCostCenter ( string subjectCode ) : IList
subjectCode string
리턴 IList

GetSubjectList() 공개 메소드

public GetSubjectList ( string subjectCode ) : IList
subjectCode string
리턴 IList

LoadSubjectList() 공개 메소드

public LoadSubjectList ( string subjectCode, string costCenterCode, string accountCode ) : SubjectList
subjectCode string
costCenterCode string
accountCode string
리턴 SubjectList

SubjectListMgr() 공개 메소드

public SubjectListMgr ( ISubjectListDao entityDao, ICriteriaMgr criteriaMgr ) : System
entityDao ISubjectListDao
criteriaMgr ICriteriaMgr
리턴 System