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

Inheritance: SessionBase, IPickListBaseMgr
Afficher le fichier Open project: Novthirteen/yfkey-scms

Protected Properties

Свойство Type Description
entityDao IPickListDao

Méthodes publiques

Méthode Description
PickListBaseMgr ( IPickListDao entityDao ) : System

Private Methods

Méthode 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 méthode

public PickListBaseMgr ( IPickListDao entityDao ) : System
entityDao IPickListDao
Résultat System

Property Details

entityDao protected_oe property

protected IPickListDao entityDao
Résultat IPickListDao