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

Inheritance: CustomerBaseMgr, ICustomerMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

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

Private Methods

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

Method Details

CustomerMgr() public method

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