Skip to content

MRQJobOrderController

reference
1 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/PM/MRQJobOrderController.cs (line 12)

Part of: Pams

Where it refuses work

  • MRQJobOrderController stops the work with HttpResponseException when !isFound || userId != CurrentPersonUserID.
  • MRQJobOrderController stops the work with HttpResponseException when job == null.
  • MRQJobOrderController stops the work with HttpResponseException when !new Business.Component.PM.MRQJobLogic().IsUserAllowedToPrint(branchId, userId).
  • MRQJobOrderController stops the work with HttpResponseException when dataStream == null.
  • MRQJobOrderController stops the work with an early return when !isFound, in 8 places.
  • MRQJobOrderController stops the work with an early return when isSaved != 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)

  • AppSettingsFrontend/src/app/settings/app/app.settings.ts:241
  • AppSettingsPams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126

Was this page helpful?

Download as PDF