Kind: Controller
Source: Pams/API/Pams.API/Controllers/PM/MRQJobOrderController.cs (line 12)
Part of: Pams
Where it refuses work
MRQJobOrderControllerstops the work withHttpResponseExceptionwhen!isFound || userId != CurrentPersonUserID.MRQJobOrderControllerstops the work withHttpResponseExceptionwhenjob == null.MRQJobOrderControllerstops the work withHttpResponseExceptionwhen!new Business.Component.PM.MRQJobLogic().IsUserAllowedToPrint(branchId, userId).MRQJobOrderControllerstops the work withHttpResponseExceptionwhendataStream == null.MRQJobOrderControllerstops the work with an early return when!isFound, in 8 places.MRQJobOrderControllerstops the work with an early return whenisSaved != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 3 places.
Relationships
- MODULE_DECLARES →
GetOrderById - MODULE_DECLARES →
GetOrdersLookup - MODULE_DECLARES →
CreateOrder - MODULE_DECLARES →
UpdateOrder - MODULE_DECLARES →
ChangeOrderStage - MODULE_DECLARES →
ConvertOfferToOrder - MODULE_DECLARES →
DeliverOrder - MODULE_DECLARES →
UnDeliverOrder - MODULE_DECLARES →
ConvertOrderBackToOffer - MODULE_DECLARES →
DeleteOrder - MODULE_DECLARES →
RejectMRQJobOrder - MODULE_DECLARES →
CancelMRQJobOrder - MODULE_DECLARES →
UndoRejectMRQJOBOrder - MODULE_DECLARES →
UndoCancelMRQJobOrder - MODULE_DECLARES →
CreateOfferPrintTemplate - MODULE_DECLARES →
PrintWordPurchaseOrder - IMPORTS →
BaseController - IMPORTS →
MRQJobOrderBindingModel - IMPORTS →
DeleteDto - IMPORTS →
Delete - IMPORTS →
RejectDetailBindingModel - IMPORTS →
CancelDetailBindingModel
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
calls by (2)
AppSettings—Frontend/src/app/settings/app/app.settings.ts:241AppSettings—Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126
Was this page helpful?