|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
* API qui sra utilisée afin de faire communiquer le client et le serveur ainsi que le serveur et la boîte noire. |
|
|
|
|
* |
|
|
|
|
* OpenAPI spec version: 1.3.5 |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* |
|
|
|
|
* NOTE: This class is auto generated by the swagger code generator program. |
|
|
|
|
* https://github.com/swagger-api/swagger-codegen.git
|
|
|
|
@ -32,7 +32,7 @@ import { Configuration } from '../configurat |
|
|
|
|
@Injectable() |
|
|
|
|
export class FormationsService { |
|
|
|
|
|
|
|
|
|
protected basePath = 'http://localhost:3000/api'; |
|
|
|
|
protected basePath = 'https://localhost:44393/api'; |
|
|
|
|
public defaultHeaders = new HttpHeaders(); |
|
|
|
|
public configuration = new Configuration(); |
|
|
|
|
|
|
|
|
@ -62,9 +62,9 @@ export class FormationsService { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Ajouter une nouvelle formation |
|
|
|
|
* @param body
|
|
|
|
|
* @param body |
|
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
|
* @param reportProgress flag to report request and response progress. |
|
|
|
|
*/ |
|
|
|
@ -116,7 +116,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Supprimer une formation |
|
|
|
|
* @param idFormation id formation |
|
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
@ -164,7 +164,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Récupérer les formations annulées |
|
|
|
|
* @param asc Préciser si les données sont dans l'ordre (true) ou dans l'ordre inverse (false) |
|
|
|
|
* @param numPage Numéro de la page du tableau qui affiche les données |
|
|
|
@ -249,7 +249,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Récupérer une formation par son id |
|
|
|
|
* @param idFormation id formation |
|
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
@ -297,7 +297,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Récupérer les formations réalisées |
|
|
|
|
* @param asc Préciser si les données sont dans l'ordre (true) ou dans l'ordre inverse (false) |
|
|
|
|
* @param numPage Numéro de la page du tableau qui affiche les données |
|
|
|
@ -382,7 +382,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Récupérer la liste des formations |
|
|
|
|
* @param asc Préciser si les données sont dans l'ordre (true) ou dans l'ordre inverse (false) |
|
|
|
|
* @param numPage Numéro de la page du tableau qui affiche les données |
|
|
|
@ -472,7 +472,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Récupérer les modes de formation |
|
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
|
* @param reportProgress flag to report request and response progress. |
|
|
|
@ -515,7 +515,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Récupérer les origines de formation |
|
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
|
* @param reportProgress flag to report request and response progress. |
|
|
|
@ -558,7 +558,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Récupérer les formations plannifié et replannifié |
|
|
|
|
* @param asc Préciser si les données sont dans l'ordre (true) ou dans l'ordre inverse (false) |
|
|
|
|
* @param numPage Numéro de la page du tableau qui affiche les données |
|
|
|
@ -643,7 +643,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Récupérer les statuts de formation |
|
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
|
* @param reportProgress flag to report request and response progress. |
|
|
|
@ -686,7 +686,7 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Récupérer les types de formation |
|
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
|
* @param reportProgress flag to report request and response progress. |
|
|
|
@ -729,9 +729,9 @@ export class FormationsService { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
*
|
|
|
|
|
* |
|
|
|
|
* Mettre à jour une formation |
|
|
|
|
* @param body
|
|
|
|
|
* @param body |
|
|
|
|
* @param idFormation id formation |
|
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
|
* @param reportProgress flag to report request and response progress. |
|
|
|
|