Kind: Controller
Source: Pams/API/Pams.API/Controllers/PM/MRQJobProductController.cs (line 9)
Part of: Pams
Where it refuses work
MRQJobProductControllerstops the work with an early return whenproducts.Count == 0, in 4 places.MRQJobProductControllerstops the work with an early return whenisRejected == Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 3 places.MRQJobProductControllerstops the work with an early return whenisActivated == Business.Entity.EnumNewSales.EnumReturnMessage.SavedSuccessfuly, in 2 places.MRQJobProductControllerstops the work with an early return when!new Pams.Business.Component.PM.MRQJobLogic().IsFound(id, CompanyID).MRQJobProductControllerstops the work with an early return whenmodel.Products.Count == 0.MRQJobProductControllerstops the work with an early return when!isFound.
Relationships
- MODULE_DECLARES →
GetPackageStageByJobId - MODULE_DECLARES →
UnDeliverOrderItems - MODULE_DECLARES →
AcceptItem - MODULE_DECLARES →
RejectMRQProducts - MODULE_DECLARES →
CancelMRQProducts - MODULE_DECLARES →
RegretMRQProducts - MODULE_DECLARES →
ReactivateProducts - MODULE_DECLARES →
ArchiveStuckProducts - IMPORTS →
BaseController - IMPORTS →
MRQJobOrderBindingModel - IMPORTS →
MRQJobProductBindingModel - IMPORTS →
RejectItemsDetailBindingModel - IMPORTS →
CancelItemsDetailBindingModel - IMPORTS →
RegretItemsDetailBindingModel - IMPORTS →
DeleteDto
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?