C# Класс com.Sconit.Service.MasterData.Impl.SupplierMgr

Наследование: SupplierBaseMgr, ISupplierMgr
Показать файл Открыть проект

Открытые методы

Метод Описание
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