fix typo from mass search and replace

This commit is contained in:
Chris Cromer 2019-01-19 14:04:12 -03:00
parent 3aaf811190
commit a7e5cafec7
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
26 changed files with 30 additions and 30 deletions

View File

@ -54,7 +54,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Arrienda * @return Returns a list of Arrienda
*/ */
public static List<Arrienda> get_all_arriendas (Connection conn) { public static List<Arrienda> get_all_arriendas (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Asociado * @return Returns a list of Asociado
*/ */
public static List<Asociado> get_all_asociados (Connection conn) { public static List<Asociado> get_all_asociados (Connection conn) {

View File

@ -42,7 +42,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Categoria * @return Returns a list of Categoria
*/ */
public static List<Categoria> get_all_categorias (Connection conn) { public static List<Categoria> get_all_categorias (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Ciudad * @return Returns a list of Ciudad
*/ */
public static List<Ciudad> get_all_ciudades (Connection conn) { public static List<Ciudad> get_all_ciudades (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of ContactoEmergencia * @return Returns a list of ContactoEmergencia
*/ */
public static List<ContactoEmergencia> get_all_contactos (Connection conn) { public static List<ContactoEmergencia> get_all_contactos (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Descuento * @return Returns a list of Descuento
*/ */
public static List<Descuento> get_all_descuentos (Connection conn) { public static List<Descuento> get_all_descuentos (Connection conn) {

View File

@ -54,7 +54,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Empresa * @return Returns a list of Empresa
*/ */
public static List<Empresa> get_all_empresas (Connection conn) { public static List<Empresa> get_all_empresas (Connection conn) {

View File

@ -42,7 +42,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Enfermedad * @return Returns a list of Enfermedad
*/ */
public static List<Enfermedad> get_all_enfermedades (Connection conn) { public static List<Enfermedad> get_all_enfermedades (Connection conn) {

View File

@ -42,7 +42,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Especialidad * @return Returns a list of Especialidad
*/ */
public static List<Especialidad> get_all_especialidades (Connection conn) { public static List<Especialidad> get_all_especialidades (Connection conn) {

View File

@ -60,7 +60,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Guia * @return Returns a list of Guia
*/ */
public static List<Guia> get_all_guias (Connection conn) { public static List<Guia> get_all_guias (Connection conn) {

View File

@ -60,7 +60,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Lugar * @return Returns a list of Lugar
*/ */
public static List<Lugar> get_all_lugares (Connection conn) { public static List<Lugar> get_all_lugares (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Participa * @return Returns a list of Participa
*/ */
public static List<Participa> get_all_participas (Connection conn) { public static List<Participa> get_all_participas (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Posee * @return Returns a list of Posee
*/ */
public static List<Posee> get_all_posees (Connection conn) { public static List<Posee> get_all_posees (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Realiza * @return Returns a list of Realiza
*/ */
public static List<Realiza> get_all_realizas (Connection conn) { public static List<Realiza> get_all_realizas (Connection conn) {

View File

@ -42,7 +42,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Region * @return Returns a list of Region
*/ */
public static List<Region> get_all_regiones (Connection conn) { public static List<Region> get_all_regiones (Connection conn) {

View File

@ -41,7 +41,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of RegionesSinDescuento * @return Returns a list of RegionesSinDescuento
*/ */
public static List<RegionesSinDescuento> get_all_regions_without_discount (Connection conn) { public static List<RegionesSinDescuento> get_all_regions_without_discount (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of RequerirAuto * @return Returns a list of RequerirAuto
*/ */
public static List<RequerirAuto> get_all_requerir_autos (Connection conn) { public static List<RequerirAuto> get_all_requerir_autos (Connection conn) {

View File

@ -42,7 +42,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of TieneEnfermedad * @return Returns a list of TieneEnfermedad
*/ */
public static List<TieneEnfermedad> get_all_tiene_enfermedades (Connection conn) { public static List<TieneEnfermedad> get_all_tiene_enfermedades (Connection conn) {

View File

@ -36,7 +36,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of TotalArriendos * @return Returns a list of TotalArriendos
*/ */
public static List<TotalArriendos> get_all_rent_totals (Connection conn) { public static List<TotalArriendos> get_all_rent_totals (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of TotalCoordinadores * @return Returns a list of TotalCoordinadores
*/ */
public static List<TotalCoordinadores> get_all_coordinator_totals (Connection conn) { public static List<TotalCoordinadores> get_all_coordinator_totals (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of TotalTuristas * @return Returns a list of TotalTuristas
*/ */
public static List<TotalTuristas> get_all_tourist_totals (Connection conn) { public static List<TotalTuristas> get_all_tourist_totals (Connection conn) {

View File

@ -36,7 +36,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of TotalVehiculos * @return Returns a list of TotalVehiculos
*/ */
public static List<TotalVehiculos> get_all_vehicle_totals (Connection conn) { public static List<TotalVehiculos> get_all_vehicle_totals (Connection conn) {

View File

@ -54,7 +54,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Turista * @return Returns a list of Turista
*/ */
public static List<Turista> get_all_turistas (Connection conn) { public static List<Turista> get_all_turistas (Connection conn) {

View File

@ -48,7 +48,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of ValoresTours * @return Returns a list of ValoresTours
*/ */
public static List<ValoresTours> get_all_tour_sales (Connection conn) { public static List<ValoresTours> get_all_tour_sales (Connection conn) {

View File

@ -54,7 +54,7 @@ namespace LibSernatur {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Vehiculo * @return Returns a list of Vehiculo
*/ */
public static List<Vehiculo> get_all_vehiculos (Connection conn) { public static List<Vehiculo> get_all_vehiculos (Connection conn) {

View File

@ -27,7 +27,7 @@ namespace LibSernatur {
public class Q1 : Object { public class Q1 : Object {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of RegionesSinDescuento * @return Returns a list of RegionesSinDescuento
*/ */
public static List<RegionesSinDescuento> get_regions_without_discount (Connection conn) { public static List<RegionesSinDescuento> get_regions_without_discount (Connection conn) {
@ -90,7 +90,7 @@ SELECT nombreRegion, cantidad FROM REGIONES_SINDESCUENTO WHERE (cantidad = (SELE
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Q2 * @return Returns a list of Q2
*/ */
public static List<Q2> get_value_received (Connection conn) { public static List<Q2> get_value_received (Connection conn) {
@ -135,7 +135,7 @@ FROM VALORES_TOURS V FULL JOIN TOUR_DESCUENTOS T ON (T.idT = V.idT) GROUP BY (V.
public class Q3 : Object { public class Q3 : Object {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of TotalCoordinadores * @return Returns a list of TotalCoordinadores
*/ */
public static List<TotalCoordinadores> get_total_coordinators (Connection conn) { public static List<TotalCoordinadores> get_total_coordinators (Connection conn) {
@ -181,7 +181,7 @@ FROM TOTAL_COORDINADORES WHERE (TotalCoordinadores = (SELECT MAX(TotalCoordinado
public class Q4 : Object { public class Q4 : Object {
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of TotalTuristas * @return Returns a list of TotalTuristas
*/ */
public static List<TotalTuristas> get_total_tourists (Connection conn) { public static List<TotalTuristas> get_total_tourists (Connection conn) {
@ -239,7 +239,7 @@ SELECT nombreT, TotalTuristas FROM TOTAL_TURISTAS WHERE (TotalTuristas = (SELECT
/** /**
* Get all tuples and fields from database * Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use * @param conn The database connection to use
* @return Returns a list of Q5 * @return Returns a list of Q5
*/ */
public static List<Q5> get_percentage (Connection conn) { public static List<Q5> get_percentage (Connection conn) {