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

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

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

Метод Описание
CustomerMgr ( ICustomerDao entityDao, IAddressMgr addressMgr, IWorkCenterMgr workCenterMgr, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IUserMgr userMgr, IPartyDao partyDao, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic

Приватные методы

Метод Описание
CreateCustomer ( com.Sconit.Entity.MasterData.Customer entity ) : void
CreateCustomer ( com.Sconit.Entity.MasterData.Customer entity, com.Sconit.Entity.MasterData.User currentUser ) : void
CreateCustomerOnly ( com.Sconit.Entity.MasterData.Customer entity ) : int
DeleteCustomer ( com.Sconit.Entity.MasterData.Customer customer ) : void
DeleteCustomer ( string code ) : void
DeleteCustomerOnly ( string code ) : int
GetCustomer ( string userCode ) : IList
GetCustomer ( string userCode, bool includeInactive ) : IList

Описание методов

CustomerMgr() публичный Метод

public CustomerMgr ( ICustomerDao entityDao, IAddressMgr addressMgr, IWorkCenterMgr workCenterMgr, ICriteriaMgr criteriaMgr, IPermissionMgr permissionMgr, IPermissionCategoryMgr permissionCategoryMgr, IUserPermissionMgr userPermissionMgr, IUserMgr userMgr, IPartyDao partyDao, ISqlHelperDao sqlHelperDao ) : System.Collections.Generic
entityDao ICustomerDao
addressMgr IAddressMgr
workCenterMgr IWorkCenterMgr
criteriaMgr ICriteriaMgr
permissionMgr IPermissionMgr
permissionCategoryMgr IPermissionCategoryMgr
userPermissionMgr IUserPermissionMgr
userMgr IUserMgr
partyDao IPartyDao
sqlHelperDao ISqlHelperDao
Результат System.Collections.Generic