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

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

공개 메소드들

메소드 설명
SupplierMgr ( ISupplierDao entityDao, IAddressMgr addressMgr, IWorkCenterMgr workCenterMgr, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IPartyDao partyDao, IUserMgr userMgr, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CheckAndLoadSupplier ( string supplierCode ) : Supplier
CreateSupplier ( Supplier entity ) : void
CreateSupplier ( Supplier entity, com.Sconit.Entity.MasterData.User currentUser ) : void
CreateSupplierOnly ( Supplier entity ) : int
DeleteSupplier ( Supplier supplier ) : void
DeleteSupplier ( string code ) : void
DeleteSupplierOnly ( string code ) : int
GetSupplier ( string userCode ) : IList
GetSupplier ( string userCode, bool includeInactive ) : IList

메소드 상세

SupplierMgr() 공개 메소드

public SupplierMgr ( ISupplierDao entityDao, IAddressMgr addressMgr, IWorkCenterMgr workCenterMgr, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IPartyDao partyDao, IUserMgr userMgr, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic
entityDao ISupplierDao
addressMgr IAddressMgr
workCenterMgr IWorkCenterMgr
criteriaMgr ICriteriaMgr
permissionMgr IPermissionMgr
permissionCategoryMgr IPermissionCategoryMgr
userPermissionMgr IUserPermissionMgr
partyDao IPartyDao
userMgr IUserMgr
sqlHelperDao ISqlHelperDao
리턴 System.Collections.Generic