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

Inheritance: OrderOperationBaseMgr, IOrderOperationMgr
Show file Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
OrderOperationMgr ( IOrderOperationDao entityDao, IRoutingDetailMgr routingDetailMgr, ICriteriaMgr criteriaMgr ) : System

Private Methods

Method Description
GenerateOrderOperation ( OrderHead orderHead ) : IList
GenerateOrderOperation ( OrderHead orderHead, RoutingDetail routingDetail ) : OrderOperation
GetOrderOperation ( OrderHead orderHead ) : IList
GetOrderOperation ( string orderNo ) : IList
TryAddOrderOperation ( OrderHead orderHead, int operation, string reference ) : void
TryDeleteOrderOperation ( OrderHead orderHead, IList operationList ) : void
TryDeleteOrderOperation ( OrderHead orderHead, int operation ) : void

Method Details

OrderOperationMgr() public method

public OrderOperationMgr ( IOrderOperationDao entityDao, IRoutingDetailMgr routingDetailMgr, ICriteriaMgr criteriaMgr ) : System
entityDao IOrderOperationDao
routingDetailMgr IRoutingDetailMgr
criteriaMgr ICriteriaMgr
return System