Kind: Controller
Source: Pams/API/Pams.API/Controllers/Common/PaymentMethodController.cs (line 21)
Part of: Pams
Where it refuses work
PaymentMethodControllerstops the work with an early return whensuccess, in 2 places.PaymentMethodControllerstops the work with an early return when!logic.IsFound(ID, CompanyID).PaymentMethodControllerstops the work with an early return when!ModelState.IsValid.PaymentMethodControllerstops the work with an early return whenlogic.Exists(CompanyID, model.PaymentMethodID, model.Name).PaymentMethodControllerstops the work with an early return when!logic.IsFound(CompanyID, ID).PaymentMethodControllerstops the work with an early return whensourceElements == null || sourceElements.ImportModels == null || !sourceElements.ImportMo….
When something fails
PaymentMethodControllerhandles failure in 5 places: it turns it into a return value in all 5.
Relationships
- MODULE_DECLARES →
GetByID - MODULE_DECLARES →
GetByCompanyID - MODULE_DECLARES →
GetAll - MODULE_DECLARES →
GetLookup - MODULE_DECLARES →
Save - MODULE_DECLARES →
Delete - MODULE_DECLARES →
GetSheet - MODULE_DECLARES →
Import - IMPORTS →
PaymentMethod - IMPORTS →
BaseController - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
GetByID - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetById - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetAll - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
GetLookup - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
Save - IMPORTS →
PaymentMethodBindingModel - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
Delete - IMPORTS →
DeleteDto - IMPORTS →
CacheClearFilter - IMPORTS →
GetSheet - IMPORTS →
GetSheet - IMPORTS →
PaymentMethodImportModel - IMPORTS →
PostedFile - IMPORTS →
PaymentMethodImportModelList
Used by
4 references from 4 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
calls by (4)
PaymentMethodService—Pams/Web/Pams.WebApp/Client/app/services/common/payment-method.service.ts:1AppSettings—Frontend/src/app/settings/app/app.settings.ts:241AppSettings—Pams/Web/Pams.Web/Client/app/settings/app/app.settings.ts:126AppSettings—Pams/Web/Pams.WebApp/Client/app/settings/app/app.settings.ts:6
Was this page helpful?