fix typo from mass search and replace
This commit is contained in:
parent
3aaf811190
commit
a7e5cafec7
@ -54,7 +54,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Arrienda> get_all_arriendas (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Asociado> get_all_asociados (Connection conn) {
|
||||
|
@ -42,7 +42,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Categoria> get_all_categorias (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Ciudad> get_all_ciudades (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<ContactoEmergencia> get_all_contactos (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Descuento> get_all_descuentos (Connection conn) {
|
||||
|
@ -54,7 +54,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Empresa> get_all_empresas (Connection conn) {
|
||||
|
@ -42,7 +42,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Enfermedad> get_all_enfermedades (Connection conn) {
|
||||
|
@ -42,7 +42,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Especialidad> get_all_especialidades (Connection conn) {
|
||||
|
@ -60,7 +60,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Guia> get_all_guias (Connection conn) {
|
||||
|
@ -60,7 +60,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Lugar> get_all_lugares (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Participa> get_all_participas (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Posee> get_all_posees (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Realiza> get_all_realizas (Connection conn) {
|
||||
|
@ -42,7 +42,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Region> get_all_regiones (Connection conn) {
|
||||
|
@ -41,7 +41,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<RegionesSinDescuento> get_all_regions_without_discount (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<RequerirAuto> get_all_requerir_autos (Connection conn) {
|
||||
|
@ -42,7 +42,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<TieneEnfermedad> get_all_tiene_enfermedades (Connection conn) {
|
||||
|
@ -36,7 +36,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<TotalArriendos> get_all_rent_totals (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<TotalCoordinadores> get_all_coordinator_totals (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<TotalTuristas> get_all_tourist_totals (Connection conn) {
|
||||
|
@ -36,7 +36,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<TotalVehiculos> get_all_vehicle_totals (Connection conn) {
|
||||
|
@ -54,7 +54,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Turista> get_all_turistas (Connection conn) {
|
||||
|
@ -48,7 +48,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<ValoresTours> get_all_tour_sales (Connection conn) {
|
||||
|
@ -54,7 +54,7 @@ namespace LibSernatur {
|
||||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public static List<Vehiculo> get_all_vehiculos (Connection conn) {
|
||||
|
@ -27,7 +27,7 @@ namespace LibSernatur {
|
||||
public class Q1 : Object {
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
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
|
||||
* @param conn.db.The database conn.db.ction to use
|
||||
* @param conn The database connection to use
|
||||
* @return Returns a list of Q2
|
||||
*/
|
||||
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 {
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
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 {
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
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
|
||||
* @param conn.db.The database conn.db.ction to use
|
||||
* @param conn The database connection to use
|
||||
* @return Returns a list of Q5
|
||||
*/
|
||||
public static List<Q5> get_percentage (Connection conn) {
|
||||
|
Loading…
Reference in New Issue
Block a user