Skip to content

MRQJobOfferController

reference
1 min readUpdated

Kind: Controller

Source: Pams/API/Pams.API/Controllers/PM/MRQJobOfferController.cs (line 9)

Part of: Pams

Where it refuses work

  • MRQJobOfferController stops the work with an early return when !isFound, in 11 places.
  • MRQJobOfferController stops the work with an early return when isActivated != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 3 places.
  • MRQJobOfferController stops the work with an early return when isEntitySaved != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 2 places.
  • MRQJobOfferController stops the work with an early return when isSaved != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 2 places.
  • MRQJobOfferController stops the work with an early return when isLost != Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 2 places.
  • MRQJobOfferController stops the work with an early return when isEntitySaved == Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly.

Relationships

  • MODULE_DECLARES → GetOfferById
  • MODULE_DECLARES → GetOffersWithProductsByJobId
  • MODULE_DECLARES → CreateOffer
  • MODULE_DECLARES → UpdateOffer
  • MODULE_DECLARES → ChangeOfferStage
  • MODULE_DECLARES → ConvertInquiryToOffer
  • MODULE_DECLARES → ConvertOfferBackToInquiry
  • MODULE_DECLARES → DeleteOffer
  • MODULE_DECLARES → CancelOffer
  • MODULE_DECLARES → RejectOffer
  • MODULE_DECLARES → RejectOfferExtension
  • MODULE_DECLARES → UndoRejectOfferExtension
  • MODULE_DECLARES → UndoRejectOffer
  • MODULE_DECLARES → UndoCancelOffer
  • IMPORTS → BaseController
  • IMPORTS → MRQJobOfferBindingModel
  • IMPORTS → DeleteDto
  • IMPORTS → Delete
  • IMPORTS → CancelDetailBindingModel
  • IMPORTS → RejectDetailBindingModel

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