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

Inheritance: SupplierBaseMgr, ISupplierMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

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

Private Methods

Method Description
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

Method Details

SupplierMgr() public method

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
return System.Collections.Generic