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

Inheritance: SessionBase, IPickListBaseMgr
Mostrar archivo Open project: Novthirteen/yfkey-scms

Protected Properties

Property Type Description
entityDao IPickListDao

Public Methods

Method Description
PickListBaseMgr ( IPickListDao entityDao ) : System

Private Methods

Method Description
CreatePickList ( com.Sconit.Entity.MasterData.PickList entity ) : void
DeletePickList ( IList entityList ) : void
DeletePickList ( IList pkList ) : void
DeletePickList ( com.Sconit.Entity.MasterData.PickList entity ) : void
DeletePickList ( String pickListNo ) : void
GetAllPickList ( ) : IList
LoadPickList ( String pickListNo ) : com.Sconit.Entity.MasterData.PickList
UpdatePickList ( com.Sconit.Entity.MasterData.PickList entity ) : void

Method Details

PickListBaseMgr() public method

public PickListBaseMgr ( IPickListDao entityDao ) : System
entityDao IPickListDao
return System

Property Details

entityDao protected_oe property

protected IPickListDao entityDao
return IPickListDao