controllers

package
v0.0.0-...-e645594 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponenteResolucionController

type ComponenteResolucionController struct {
	beego.Controller
}

ComponenteResolucionController operations for ComponenteResolucion

func (*ComponenteResolucionController) Delete

func (c *ComponenteResolucionController) Delete()

Delete ... @Title Delete @Description delete the ComponenteResolucion @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ComponenteResolucionController) GetAll

func (c *ComponenteResolucionController) GetAll()

GetAll ... @Title Get All @Description get ComponenteResolucion @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ComponenteResolucion @Failure 404 not found resource @router / [get]

func (*ComponenteResolucionController) GetOne

func (c *ComponenteResolucionController) GetOne()

GetOne ... @Title Get One @Description get ComponenteResolucion by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ComponenteResolucion @Failure 404 not found resource @router /:id [get]

func (*ComponenteResolucionController) Post

Post ... @Title Post @Description create ComponenteResolucion @Param body body models.ComponenteResolucion true "body for ComponenteResolucion content" @Success 201 {int} models.ComponenteResolucion @Failure 400 the request contains incorrect syntax @router / [post]

func (*ComponenteResolucionController) Put

Put ... @Title Put @Description update the ComponenteResolucion @Param id path string true "The id you want to update" @Param body body models.ComponenteResolucion true "body for ComponenteResolucion content" @Success 200 {object} models.ComponenteResolucion @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ComponenteResolucionController) URLMapping

func (c *ComponenteResolucionController) URLMapping()

URLMapping ...

type DisponibilidadVinculacionController

type DisponibilidadVinculacionController struct {
	beego.Controller
}

DisponibilidadVinculacionController operations for DisponibilidadVinculacion

func (*DisponibilidadVinculacionController) Delete

Delete ... @Title Delete @Description delete the DisponibilidadVinculacion @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*DisponibilidadVinculacionController) GetAll

GetAll ... @Title Get All @Description get DisponibilidadVinculacion @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.DisponibilidadVinculacion @Failure 404 not found resource @router / [get]

func (*DisponibilidadVinculacionController) GetOne

GetOne ... @Title Get One @Description get DisponibilidadVinculacion by id @Param id path string true "The key for staticblock" @Success 200 {object} models.DisponibilidadVinculacion @Failure 404 not found resource @router /:id [get]

func (*DisponibilidadVinculacionController) Post

Post ... @Title Post @Description create DisponibilidadVinculacion @Param body body models.DisponibilidadVinculacion true "body for DisponibilidadVinculacion content" @Success 201 {int} models.DisponibilidadVinculacion @Failure 400 the request contains incorrect syntax @router / [post]

func (*DisponibilidadVinculacionController) Put

Put ... @Title Put @Description update the DisponibilidadVinculacion @Param id path string true "The id you want to update" @Param body body models.DisponibilidadVinculacion true "body for DisponibilidadVinculacion content" @Success 200 {object} models.DisponibilidadVinculacion @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*DisponibilidadVinculacionController) URLMapping

func (c *DisponibilidadVinculacionController) URLMapping()

URLMapping ...

type ModificacionResolucionController

type ModificacionResolucionController struct {
	beego.Controller
}

ModificacionResolucionController operations for ModificacionResolucion

func (*ModificacionResolucionController) Delete

Delete ... @Title Delete @Description delete the ModificacionResolucion @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ModificacionResolucionController) GetAll

GetAll ... @Title Get All @Description get ModificacionResolucion @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ModificacionResolucion @Failure 404 not found resource @router / [get]

func (*ModificacionResolucionController) GetOne

GetOne ... @Title Get One @Description get ModificacionResolucion by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ModificacionResolucion @Failure 404 not found resource @router /:id [get]

func (*ModificacionResolucionController) Post

Post ... @Title Post @Description create ModificacionResolucion @Param body body models.ModificacionResolucion true "body for ModificacionResolucion content" @Success 201 {int} models.ModificacionResolucion @Failure 400 the request contains incorrect syntax @router / [post]

func (*ModificacionResolucionController) Put

Put ... @Title Put @Description update the ModificacionResolucion @Param id path string true "The id you want to update" @Param body body models.ModificacionResolucion true "body for ModificacionResolucion content" @Success 200 {object} models.ModificacionResolucion @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ModificacionResolucionController) URLMapping

func (c *ModificacionResolucionController) URLMapping()

URLMapping ...

type ModificacionVinculacionController

type ModificacionVinculacionController struct {
	beego.Controller
}

ModificacionVinculacionController operations for ModificacionVinculacion

func (*ModificacionVinculacionController) Delete

Delete ... @Title Delete @Description delete the ModificacionVinculacion @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ModificacionVinculacionController) GetAll

GetAll ... @Title Get All @Description get ModificacionVinculacion @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ModificacionVinculacion @Failure 404 not found resource @router / [get]

func (*ModificacionVinculacionController) GetOne

GetOne ... @Title Get One @Description get ModificacionVinculacion by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ModificacionVinculacion @Failure 404 not found resource @router /:id [get]

func (*ModificacionVinculacionController) Post

Post ... @Title Post @Description create ModificacionVinculacion @Param body body models.ModificacionVinculacion true "body for ModificacionVinculacion content" @Success 201 {int} models.ModificacionVinculacion @Failure 400 the request contains incorrect syntax @router / [post]

func (*ModificacionVinculacionController) Put

Put ... @Title Put @Description update the ModificacionVinculacion @Param id path string true "The id you want to update" @Param body body models.ModificacionVinculacion true "body for ModificacionVinculacion content" @Success 200 {object} models.ModificacionVinculacion @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ModificacionVinculacionController) URLMapping

func (c *ModificacionVinculacionController) URLMapping()

URLMapping ...

type ReporteFinancieraController

type ReporteFinancieraController struct {
	beego.Controller
}

Reporte_financieraController operations for Gestion_vinculaciones

func (*ReporteFinancieraController) Post

func (c *ReporteFinancieraController) Post()

Post ... @Title Reporte Financiera @Description Crea el reporte de financiera @Param body body models.DatosReporte true "body for DatosReporte content" @Success 201 {object} []models.ReporteFinanciera @Failure 400 bad request @Failure 500 Internal server error @router / [post]

type ResolucionController

type ResolucionController struct {
	beego.Controller
}

ResolucionController operations for Resolucion

func (*ResolucionController) Delete

func (c *ResolucionController) Delete()

Delete ... @Title Delete @Description delete the Resolucion @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ResolucionController) GetAll

func (c *ResolucionController) GetAll()

GetAll ... @Title Get All @Description get Resolucion @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.Resolucion @Failure 404 not found resource @router / [get]

func (*ResolucionController) GetOne

func (c *ResolucionController) GetOne()

GetOne ... @Title Get One @Description get Resolucion by id @Param id path string true "The key for staticblock" @Success 200 {object} models.Resolucion @Failure 404 not found resource @router /:id [get]

func (*ResolucionController) Post

func (c *ResolucionController) Post()

Post ... @Title Post @Description create Resolucion @Param body body models.Resolucion true "body for Resolucion content" @Success 201 {int} models.Resolucion @Failure 400 the request contains incorrect syntax @router / [post]

func (*ResolucionController) Put

func (c *ResolucionController) Put()

Put ... @Title Put @Description update the Resolucion @Param id path string true "The id you want to update" @Param body body models.Resolucion true "body for Resolucion content" @Success 200 {object} models.Resolucion @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ResolucionController) URLMapping

func (c *ResolucionController) URLMapping()

URLMapping ...

type ResolucionEstadoController

type ResolucionEstadoController struct {
	beego.Controller
}

ResolucionEstadoController operations for ResolucionEstado

func (*ResolucionEstadoController) Delete

func (c *ResolucionEstadoController) Delete()

Delete ... @Title Delete @Description delete the ResolucionEstado @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ResolucionEstadoController) GetAll

func (c *ResolucionEstadoController) GetAll()

GetAll ... @Title Get All @Description get ResolucionEstado @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ResolucionEstado @Failure 404 not found resource @router / [get]

func (*ResolucionEstadoController) GetOne

func (c *ResolucionEstadoController) GetOne()

GetOne ... @Title Get One @Description get ResolucionEstado by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ResolucionEstado @Failure 404 not found resource @router /:id [get]

func (*ResolucionEstadoController) Post

func (c *ResolucionEstadoController) Post()

Post ... @Title Post @Description create ResolucionEstado @Param body body models.ResolucionEstado true "body for ResolucionEstado content" @Success 201 {int} models.ResolucionEstado @Failure 400 the request contains incorrect syntax @router / [post]

func (*ResolucionEstadoController) Put

func (c *ResolucionEstadoController) Put()

Put ... @Title Put @Description update the ResolucionEstado @Param id path string true "The id you want to update" @Param body body models.ResolucionEstado true "body for ResolucionEstado content" @Success 200 {object} models.ResolucionEstado @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ResolucionEstadoController) URLMapping

func (c *ResolucionEstadoController) URLMapping()

URLMapping ...

type ResolucionVinculacionDocenteController

type ResolucionVinculacionDocenteController struct {
	beego.Controller
}

ResolucionVinculacionDocenteController operations for ResolucionVinculacionDocente

func (*ResolucionVinculacionDocenteController) Delete

Delete ... @Title Delete @Description delete the ResolucionVinculacionDocente @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*ResolucionVinculacionDocenteController) GetAll

GetAll ... @Title Get All @Description get ResolucionVinculacionDocente @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.ResolucionVinculacionDocente @Failure 404 not found resource @router / [get]

func (*ResolucionVinculacionDocenteController) GetOne

GetOne ... @Title Get One @Description get ResolucionVinculacionDocente by id @Param id path string true "The key for staticblock" @Success 200 {object} models.ResolucionVinculacionDocente @Failure 404 not found resource @router /:id [get]

func (*ResolucionVinculacionDocenteController) Post

Post ... @Title Post @Description create ResolucionVinculacionDocente @Param body body models.ResolucionVinculacionDocente true "body for ResolucionVinculacionDocente content" @Success 201 {int} models.ResolucionVinculacionDocente @Failure 400 the request contains incorrect syntax @router / [post]

func (*ResolucionVinculacionDocenteController) Put

Put ... @Title Put @Description update the ResolucionVinculacionDocente @Param id path string true "The id you want to update" @Param body body models.ResolucionVinculacionDocente true "body for ResolucionVinculacionDocente content" @Success 200 {object} models.ResolucionVinculacionDocente @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*ResolucionVinculacionDocenteController) URLMapping

URLMapping ...

type VinculacionDocenteController

type VinculacionDocenteController struct {
	beego.Controller
}

VinculacionDocenteController operations for VinculacionDocente

func (*VinculacionDocenteController) Delete

func (c *VinculacionDocenteController) Delete()

Delete ... @Title Delete @Description delete the VinculacionDocente @Param id path string true "The id you want to delete" @Success 200 {string} delete success! @Failure 404 not found resource @router /:id [delete]

func (*VinculacionDocenteController) GetAll

func (c *VinculacionDocenteController) GetAll()

GetAll ... @Title Get All @Description get VinculacionDocente @Param query query string false "Filter. e.g. col1:v1,col2:v2 ..." @Param fields query string false "Fields returned. e.g. col1,col2 ..." @Param sortby query string false "Sorted-by fields. e.g. col1,col2 ..." @Param order query string false "Order corresponding to each sortby field, if single value, apply to all sortby fields. e.g. desc,asc ..." @Param limit query string false "Limit the size of result set. Must be an integer" @Param offset query string false "Start position of result set. Must be an integer" @Success 200 {object} models.VinculacionDocente @Failure 404 not found resource @router / [get]

func (*VinculacionDocenteController) GetOne

func (c *VinculacionDocenteController) GetOne()

GetOne ... @Title Get One @Description get VinculacionDocente by id @Param id path string true "The key for staticblock" @Success 200 {object} models.VinculacionDocente @Failure 404 not found resource @router /:id [get]

func (*VinculacionDocenteController) Post

func (c *VinculacionDocenteController) Post()

Post ... @Title Post @Description create VinculacionDocente @Param body body models.VinculacionDocente true "body for VinculacionDocente content" @Success 201 {int} models.VinculacionDocente @Failure 400 the request contains incorrect syntax @router / [post]

func (*VinculacionDocenteController) Put

Put ... @Title Put @Description update the VinculacionDocente @Param id path string true "The id you want to update" @Param body body models.VinculacionDocente true "body for VinculacionDocente content" @Success 200 {object} models.VinculacionDocente @Failure 400 the request contains incorrect syntax @router /:id [put]

func (*VinculacionDocenteController) URLMapping

func (c *VinculacionDocenteController) URLMapping()

URLMapping ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL