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

Inheritance: SessionBase, ICustomerBaseMgr
Exibir arquivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao ICustomerDao

Public Methods

Method Description
CustomerBaseMgr ( ICustomerDao entityDao ) : System

Private Methods

Method Description
CreateCustomer ( com.Sconit.Entity.MasterData.Customer entity ) : void
DeleteCustomer ( com.Sconit.Entity.MasterData.Customer entity ) : void
DeleteCustomer ( IList entityList ) : void
DeleteCustomer ( IList pkList ) : void
DeleteCustomer ( String code ) : void
GetAllCustomer ( ) : IList
GetAllCustomer ( bool includeInactive ) : IList
LoadCustomer ( String code ) : com.Sconit.Entity.MasterData.Customer
UpdateCustomer ( com.Sconit.Entity.MasterData.Customer entity ) : void

Method Details

CustomerBaseMgr() public method

public CustomerBaseMgr ( ICustomerDao entityDao ) : System
entityDao ICustomerDao
return System

Property Details

entityDao protected_oe property

protected ICustomerDao entityDao
return ICustomerDao