C# 클래스 com.Sconit.Service.MasterData.Impl.OrderOperationMgr

상속: OrderOperationBaseMgr, IOrderOperationMgr
파일 보기 프로젝트 열기: Novthirteen/yfkey-scms

공개 메소드들

메소드 설명
OrderOperationMgr ( IOrderOperationDao entityDao, IRoutingDetailMgr routingDetailMgr, ICriteriaMgr criteriaMgr ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

OrderOperationMgr() 공개 메소드

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