C# Класс com.Sconit.Service.Business.Impl.PrintingMgr

Наследование: AbstractBusinessMgr
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
criteriaMgr ICriteriaMgr
inProcessLocationMgr IInProcessLocationMgr
inspectOrderMgr IInspectOrderMgr
orderHeadMgr IOrderHeadMgr
pickListMgr IPickListMgr
receiptDetailMgr IReceiptDetailMgr
receiptMgr IReceiptMgr
reportMgr IReportMgr

Открытые методы

Метод Описание
PrintingMgr ( ICriteriaMgr criteriaMgr, IReportMgr reportMgr, IPickListMgr pickListMgr, IOrderHeadMgr orderHeadMgr, IInspectOrderMgr inspectOrderMgr, IInProcessLocationMgr inProcessLocationMgr, IReceiptMgr receiptMgr, IReceiptDetailMgr receiptDetailMgr ) : System

Защищенные методы

Метод Описание
ExecuteCancel ( Resolver resolver ) : void
ExecutePrint ( Resolver resolver ) : void
ExecuteSubmit ( Resolver resolver ) : void
GetDetail ( Resolver resolver ) : void
GetReceiptNotes ( Resolver resolver ) : void
SetBaseInfo ( Resolver resolver ) : void
SetDetail ( Resolver resolver ) : void

Приватные методы

Метод Описание
InProcessLocation2ReceiptNote ( com.Sconit.Entity.Distribution.InProcessLocation inProcessLocation ) : ReceiptNote
InspectOrder2ReceiptNote ( com.Sconit.Entity.MasterData.InspectOrder inspectOrder ) : ReceiptNote
Order2ReceiptNote ( OrderHead orderHead ) : ReceiptNote
PickList2ReceiptNote ( com.Sconit.Entity.MasterData.PickList pickList ) : ReceiptNote
PrintASN ( Resolver resolver, string region ) : void
PrintInspect ( Resolver resolver, string region ) : void
PrintOrder ( Resolver resolver, string region ) : void
PrintPickList ( Resolver resolver, string region ) : void
PrintReceipt ( Resolver resolver, string region ) : void
Receipt2ReceiptNote ( com.Sconit.Entity.MasterData.Receipt receipt ) : ReceiptNote

Описание методов

ExecuteCancel() защищенный Метод

protected ExecuteCancel ( Resolver resolver ) : void
resolver Resolver
Результат void

ExecutePrint() защищенный Метод

protected ExecutePrint ( Resolver resolver ) : void
resolver Resolver
Результат void

ExecuteSubmit() защищенный Метод

protected ExecuteSubmit ( Resolver resolver ) : void
resolver Resolver
Результат void

GetDetail() защищенный Метод

protected GetDetail ( Resolver resolver ) : void
resolver Resolver
Результат void

GetReceiptNotes() защищенный Метод

protected GetReceiptNotes ( Resolver resolver ) : void
resolver Resolver
Результат void

PrintingMgr() публичный Метод

public PrintingMgr ( ICriteriaMgr criteriaMgr, IReportMgr reportMgr, IPickListMgr pickListMgr, IOrderHeadMgr orderHeadMgr, IInspectOrderMgr inspectOrderMgr, IInProcessLocationMgr inProcessLocationMgr, IReceiptMgr receiptMgr, IReceiptDetailMgr receiptDetailMgr ) : System
criteriaMgr ICriteriaMgr
reportMgr IReportMgr
pickListMgr IPickListMgr
orderHeadMgr IOrderHeadMgr
inspectOrderMgr IInspectOrderMgr
inProcessLocationMgr IInProcessLocationMgr
receiptMgr IReceiptMgr
receiptDetailMgr IReceiptDetailMgr
Результат System

SetBaseInfo() защищенный Метод

protected SetBaseInfo ( Resolver resolver ) : void
resolver Resolver
Результат void

SetDetail() защищенный Метод

protected SetDetail ( Resolver resolver ) : void
resolver Resolver
Результат void

Описание свойств

criteriaMgr публичное свойство

public ICriteriaMgr criteriaMgr
Результат ICriteriaMgr

inProcessLocationMgr публичное свойство

public IInProcessLocationMgr inProcessLocationMgr
Результат IInProcessLocationMgr

inspectOrderMgr публичное свойство

public IInspectOrderMgr inspectOrderMgr
Результат IInspectOrderMgr

orderHeadMgr публичное свойство

public IOrderHeadMgr orderHeadMgr
Результат IOrderHeadMgr

pickListMgr публичное свойство

public IPickListMgr pickListMgr
Результат IPickListMgr

receiptDetailMgr публичное свойство

public IReceiptDetailMgr receiptDetailMgr
Результат IReceiptDetailMgr

receiptMgr публичное свойство

public IReceiptMgr receiptMgr
Результат IReceiptMgr

reportMgr публичное свойство

public IReportMgr reportMgr
Результат IReportMgr