# TemplatesService

**Kind:** Class

**Source:** `Pams/Web/Pams.Web/Client/app/services/configurations/templates/templates.service.ts` (line 34)

**Part of:** [Pams](subsystem-pams)

## Methods

| Method | Signature | Returns |
|---|---|---|
| `getAllTemplates` | `getAllTemplates()` | `void` |
| `updateTemplate` | `updateTemplate(template: Templates)` | `void` |
| `uploadTemplate` | `uploadTemplate(templateFile: any)` | `void` |
| `uploadListOfVariable` | `uploadListOfVariable(templateFile: any)` | `void` |
| `downloadBasicTemplate` | `downloadBasicTemplate(typeId: number, APIURL: string)` | `void` |
| `downloadUserTemplate` | `downloadUserTemplate(typeId: number, APIURL: string)` | `void` |
| `downloadListOfVariables` | `downloadListOfVariables(APIURL: string)` | `void` |
