Package | Description |
---|---|
uoc.tfc.xmartimo.action.manteniment | |
uoc.tfc.xmartimo.bean.manteniment | |
uoc.tfc.xmartimo.model.manteniment |
Modifier and Type | Method and Description |
---|---|
Centre |
InformeCentreAction.getCentreActual() |
Centre |
centreAction.getCentreActual() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Centre> |
InformePeriodeAction.getCentres() |
java.util.List<Centre> |
InformeCentreAction.getCentres() |
java.util.List<Centre> |
centreAction.getCentres() |
java.util.List<Centre> |
ProveidorAction.getCentresUsuari() |
java.util.List<Centre> |
periodeComptableAction.getLlistaCentres() |
Modifier and Type | Method and Description |
---|---|
void |
InformeCentreAction.setCentreActual(Centre centreActual) |
void |
centreAction.setCentreActual(Centre centreActual) |
Modifier and Type | Method and Description |
---|---|
void |
InformePeriodeAction.setCentres(java.util.List<Centre> centres) |
void |
InformeCentreAction.setCentres(java.util.List<Centre> centres) |
void |
centreAction.setCentres(java.util.List<Centre> centres) |
void |
ProveidorAction.setCentresUsuari(java.util.List<Centre> centresUsuari) |
void |
periodeComptableAction.setLlistaCentres(java.util.List<Centre> llistaCentres) |
Modifier and Type | Method and Description |
---|---|
Centre |
Proveidor.getCentre() |
Centre |
PeriodeComptable.getCentre() |
Modifier and Type | Method and Description |
---|---|
void |
Proveidor.setCentre(Centre centre) |
void |
PeriodeComptable.setCentre(Centre centre) |
Constructor and Description |
---|
PeriodeComptable(int anyo,
int mes,
Centre centre,
boolean estat)
Constructor amb quatre paràmetres
|
PeriodeComptable(int idPeriodeComptable,
int anyo,
int mes,
Centre centre,
boolean estat)
Constructor amb cinc paràmetres
|
Proveidor(int idProveidor,
java.lang.String document,
java.lang.String nom,
java.lang.String cognom1,
java.lang.String cognom2,
java.lang.String direccio,
java.lang.String ciutat,
java.lang.String telefon,
java.lang.String email,
int estat,
Centre centre,
int estatProveidor)
Constructor amb tots els paràmetres
|
Proveidor(java.lang.String document,
java.lang.String nom,
java.lang.String cognom1,
java.lang.String cognom2,
java.lang.String direccio,
java.lang.String ciutat,
java.lang.String telefon,
java.lang.String email,
int estat,
Centre centre,
int estatProveidor)
Constructor amb onze paràmetres
|
Modifier and Type | Method and Description |
---|---|
Centre |
CentreModel.getCentreById(int id)
Obté un centre a partir del seu identificador intern
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Centre> |
CentreModel.obtenirCentres()
Obte tots els centres existents en el sistema
|
java.util.List<Centre> |
CentreModel.obtenirCentres(int idUsuari)
Obté tots els centres actius que estan associats a un usuari
|
java.util.List<Centre> |
CentreModel.obtenirCentresActius()
Obté tots els centres actius del sistema
|