Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
G
GenerateBeansFW
- Class in
edu.uoc.pfc.lcamps.persistenciaFW.generator
Classe que ens servirà per generar els beans de la base de dades
generateDBBeans()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.
GenerateBeansFW
Genera els beans de base de dades
GeneratorColumnDBFW
- Interface in
edu.uoc.pfc.lcamps.persistenciaFW.generator
Interfície que ens servirà per la gestió de la generació de la columna
GeneratorColumnDBFWImpl
- Class in
edu.uoc.pfc.lcamps.persistenciaFW.generator.impl
Classe que ens servirà per la gestió de la generació de la columna
GeneratorColumnDBFWImpl()
- Constructor for class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorColumnDBFWImpl
GeneratorColumnDBFWImpl(String, int, int)
- Constructor for class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorColumnDBFWImpl
GeneratorConstants
- Class in
edu.uoc.pfc.lcamps.persistenciaFW.constants
Classe que conté les constants que s'utilitzen en l'autogeneració del codi per la creació de les taules de BBDD
GeneratorConstants()
- Constructor for class edu.uoc.pfc.lcamps.persistenciaFW.constants.
GeneratorConstants
GeneratorTableDBFW
- Interface in
edu.uoc.pfc.lcamps.persistenciaFW.generator
Interfície que ens servirà per la gestió de la generació de la taula
GeneratorTableDBFWImpl
- Class in
edu.uoc.pfc.lcamps.persistenciaFW.generator.impl
Classe que ens servirà per la gestió de la generació de la taula
GeneratorTableDBFWImpl()
- Constructor for class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
GeneratorTableDBFWImpl(Connection)
- Constructor for class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
GeneratorUtils
- Class in
edu.uoc.pfc.lcamps.persistenciaFW.utils
Classe que conté les funcions d'utilitats que s'utilitza en la classe de generació dels beans
GeneratorUtils()
- Constructor for class edu.uoc.pfc.lcamps.persistenciaFW.utils.
GeneratorUtils
getAdreca()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per adreca
getAmbqui()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per ambqui
getBaseDirectory()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getBeansBaseDir()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.config.
PropertiesConfigFactory
Retorna el path base a on generara els beans
getBeansPackage()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.config.
PropertiesConfigFactory
Retorna el contingut del package del provider
getCause()
- Method in exception edu.uoc.pfc.lcamps.persistenciaFW.exception.
DBException
getCiutat()
- Method in class test.exemple.beans.catwings.
AeroportVO
Gets del valor per ciutat
getClassName()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorTableDBFW
Obtenim el nom de la classe
getClassName()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getClassNameFromDriver(String)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
GeneratorUtils
Donat el tipus de driver (MYSQL, ORACLE,...) retorna la classe que l'implementa
getClassNameFromDriver(String, String, String, String)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
GeneratorUtils
Donat el tipus de driver (MYSQL, ORACLE,...) retorna la classe que l'implementa
getCodi()
- Method in exception edu.uoc.pfc.lcamps.persistenciaFW.exception.
DBException
getCodiIata()
- Method in class test.exemple.beans.catwings.
AeroportVO
Gets del valor per codiIata
getCodiPassatger()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per codiPassatger
getCodiReserva()
- Method in class test.exemple.beans.catwings.
ReservaVO
Gets del valor per codiReserva
getCognoms()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per cognoms
getColumnPrimaryKey()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.pojo.
RegisterDBVO
Obtenim la columna de la clau primària TODO al igual que el mètode del parser s'ha de revisar el cas de les claus forànees
getColumns()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.pojo.
RegisterDBVO
getColumns()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorTableDBFW
Obtenim el llistat amb les columnes
getColumns()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getConFW()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.
ConnectionFWFactory
getConnection()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.
ConnectionFWFactory
Obtenim la connexió a la BBDD
getConnection()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getCpostal()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per cpostal
getDataArribada()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per dataArribada
getDataNaixement()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per dataNaixement
getDataSortida()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per dataSortida
getDescripcio()
- Method in exception edu.uoc.pfc.lcamps.persistenciaFW.exception.
DBException
getDesti()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per desti
getDriver()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.impl.
ConnectionFWImpl
getDriver()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.config.
PropertiesConfigFactory
Retorna el contingut del driver de la BD
getDriverType()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.config.
PropertiesConfigFactory
Retorna el contingut del tipus del driver de la BD
getEmail()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per email
getFileAsStream(String)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
FileUtils
Obté un arxiu com Stream buscant-ho a través del seu path absolut
getFileAsStreamFromClassLoader(String)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
FileUtils
Obté un arxiu com Stream al que es té accés des del classloader del current Thread
getFileName()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorTableDBFW
Obtenim el nom del fitxer
getFileName()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getFolderBase(String, String)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
FileUtils
Obtenim la carpeta base
getHoraArribada()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per horaArribada
getHoraSortida()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per horaSortida
getId()
- Method in class test.exemple.beans.catwings.
AeroportVO
Gets del valor per id
getId()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per id
getId()
- Method in class test.exemple.beans.catwings.
ReservaVO
Gets del valor per id
getId()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per id
getInstance()
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.
ConnectionFWFactory
getInstance()
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.session.
SessionFWFactory
getInstance()
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.config.
PropertiesConfigFactory
getInstance()
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.
GenerateBeansFW
getJavaType()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorColumnDBFW
Obtenim el tipus de Java
getJavaType()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorColumnDBFWImpl
Obtenim el tipus
getJavaType()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.mysql.
ColumnDBMysqlImpl
getJavaType()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.oracle.
ColumnDBOracleImpl
getJavaType(String)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
SQLUtils
Obtenim el tipus de la columna
getKeys()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getMetadataDB()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getMetadataDriverName()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorTableDBFW
Obtenim el nom del driver
getMetadataDriverName()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getMetadataVersion()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorTableDBFW
Obtenim la versio de la BBDD
getMetadataVersion()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getMethod()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.pojo.
ColumnDBVO
getName()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.pojo.
ColumnDBVO
getName()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorColumnDBFW
Obtenim el nom de la columna
getName()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorColumnDBFWImpl
getNameTable()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.pojo.
RegisterDBVO
getNameType()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorColumnDBFW
Obtenim el nom del tipus
getNameType()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorColumnDBFWImpl
getNom()
- Method in class test.exemple.beans.catwings.
AeroportVO
Gets del valor per nom
getNom()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per nom
getNomDriver()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.impl.
ConnectionFWImpl
getNumFields()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorTableDBFW
Obtenim el número de camps
getNumFields()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getNumPlaces()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per numPlaces
getNumVol()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per numVol
getOrigen()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per origen
getPackageName()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorTableDBFW
Obtenim el nom del paquet
getPackageName()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getPagada()
- Method in class test.exemple.beans.catwings.
ReservaVO
Gets del valor per pagada
getPais()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per pais
getPassatger()
- Method in class test.exemple.beans.catwings.
ReservaVO
Gets del valor per passatger
getPassword()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.
ConnectionFW
Obtenim el password de connexió de la BBDD
getPassword()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.impl.
ConnectionFWImpl
getPassword()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.config.
PropertiesConfigFactory
Retorna el contingut del password de la BD
getPK()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getPK()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.mysql.
TableDBMysqlImpl
getPK()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.provider.oracle.
TableDBOraclelImpl
getPlaces()
- Method in class test.exemple.beans.catwings.
ReservaVO
Gets del valor per places
getPoblacio()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per poblacio
getPrecision()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorColumnDBFW
Obtenim la precisio
getPrecision()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorColumnDBFWImpl
getPreuVol()
- Method in class test.exemple.beans.catwings.
VolVO
Gets del valor per preuVol
getPrimaryKey()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.pojo.
RegisterDBVO
getProvincia()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per provincia
getQueryDelete(RegisterDBVO)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
SQLUtils
Generem la query de delete a partir de l'objecte RegisterDBVO
getQueryFindById(RegisterDBVO)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
SQLUtils
Generem la query de cerca per id a partir de l'objecte RegisterDBVO
getQueryInsert(RegisterDBVO)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
SQLUtils
Generem la query d'insert a partir de l'objecte RegisterDBVO
getQueryUpdate(RegisterDBVO)
- Static method in class edu.uoc.pfc.lcamps.persistenciaFW.utils.
SQLUtils
Generem la query d'update a partir de l'objecte RegisterDBVO
getRegister()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.pojo.
RegisterDBVO
getSequence()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.pojo.
ColumnDBVO
getSize()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorColumnDBFW
Obtenim el tamany
getSize()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorColumnDBFWImpl
getTableAlias()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getTableName()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorTableDBFW
Obtenim el nom de la taula
getTableName()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorTableDBFWImpl
getTelf1()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per telf1
getTelf2()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per telf2
getTipus()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per tipus
getTipusDriver()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.
ConnectionFW
Obtenim el tipus de driver que utilitzem
getTipusDriver()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.impl.
ConnectionFWImpl
getTitol()
- Method in class test.exemple.beans.catwings.
PassatgerVO
Gets del valor per titol
getTransactionFW()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.session.impl.
SessionFWImpl
getTransactionFW()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.admin.session.
SessionFW
Obtenim la Transaction
getType()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.pojo.
ColumnDBVO
getType()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.generator.
GeneratorColumnDBFW
Obtenim el tipus
getType()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.generator.impl.
GeneratorColumnDBFWImpl
getUrl()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.
ConnectionFW
Obtenim la url de connexió de la BBDD
getUrl()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.impl.
ConnectionFWImpl
getURLDB()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.config.
PropertiesConfigFactory
Retorna el contingut de la url de connexió a la BD
getUser()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.config.
PropertiesConfigFactory
Retorna el contingut del usuari de la BD
getUsuari()
- Method in interface edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.
ConnectionFW
Obtenim l'usuari de connexió de la BBDD
getUsuari()
- Method in class edu.uoc.pfc.lcamps.persistenciaFW.admin.connection.impl.
ConnectionFWImpl
getVolAnada()
- Method in class test.exemple.beans.catwings.
ReservaVO
Gets del valor per volAnada
getVolTornada()
- Method in class test.exemple.beans.catwings.
ReservaVO
Gets del valor per volTornada
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W